Disproportionate traffic

Started by thark

Disproportionate traffic   15 November 2015, 21:55

Hi,
by looking the usage report there are some days with strange higher traffic. Is there a way to fix those days? It ruins the whole statistic. laugh
Attachments:
open | download – NetWorX - TB.jpg (93.2 KB)
SoftPerfect Support forum - Andrew avatar image

Re: Disproportionate traffic   15 November 2015, 22:47

Most likely all or parts of your usage records are incorrect. Please see this article and select a single adapter to monitor.

Re: Disproportionate traffic   17 November 2015, 23:48

All time I used Networx it was working with these (attachment) settings, only these 4 days are incorrect, there is no way to fix these? Everything else is fine.
Trying to export as csv, "correct" or lower these values will end up by importing it with:

'Date' is not a valid date

By deleting the second line
Date Received Sent Total Dial-up
the next error shows up:

'Total' is not a valid date

Hmm...
Attachments:
open | download – NetWorX - Settings.jpg (53.1 KB)
SoftPerfect Support forum - Andrew avatar image

Re: Disproportionate traffic   18 November 2015, 13:30

CSV report isn't designed to be re-imported. There is also no way to edit usage records from NetWorx. You can directly edit the database though, for which:
  1. Download SQLiteSpy.
  2. Launch it and load the NetWorx database file located in %ALLUSERSPROFILE%\Application Data\SoftPerfect\NetWorx.
  3. Run the following query in SQLiteSpy replacing YYYY-MM-DD with the year, month and day whose records you want to delete.
      DELETE FROM usage WHERE date('1899-12-30', '+' || DAY || ' days') = 'YYYY-MM-DD'  
  4. Run the following query in SQLiteSpy replacing YYYY-MM-DD with the year, month and day you want to insert data, X with the number of bytes you want to record as download and Y with the number of bytes you want to record as upload.
      INSERT INTO usage VALUES ((SELECT USER_NAME FROM usage LIMIT 1), julianday('YYYY-MM-DD') - julianday('1899-12-30'),  0,  X,  Y,  0)  

Hope that's not too hard to follow wink

Reply to this topic

Sometimes you can find a solution faster if you try the forum search, have a look at the knowledge base, or check the software user manual to see if your question has already been answered.

Our forum rules are simple:

  • Be polite.
  • Do not spam.
  • Write in English. If possible, check your spelling and grammar.

Author:

Email:

Subject

A brief and informative title for your message, approximately 4–8 words:

     

Spam prevention: please enter the following code in the input field below.

 **    **  **      **  **        **     **  **    ** 
 ***   **  **  **  **  **        **     **  **   **  
 ****  **  **  **  **  **        **     **  **  **   
 ** ** **  **  **  **  **        *********  *****    
 **  ****  **  **  **  **        **     **  **  **   
 **   ***  **  **  **  **        **     **  **   **  
 **    **   ***  ***   ********  **     **  **    ** 

Message: