|
From: <nic...@us...> - 2007-06-04 18:49:23
|
Revision: 1662
http://svn.sourceforge.net/metpx/?rev=1662&view=rev
Author: nicholaslemay
Date: 2007-06-04 11:46:42 -0700 (Mon, 04 Jun 2007)
Log Message:
-----------
Modified methods as to optimize'em a little since they are at the heart of a lot of the manipulations in the library.
With a few test done on my local machine, gathering 8 hours of continuous data for a single client now took about 80%
of the amount of time the previous version takes.
Modified Paths:
--------------
trunk/pxStats/lib/FileStatsCollector.py
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <nic...@us...> - 2007-06-12 17:05:19
|
Revision: 1688
http://svn.sourceforge.net/metpx/?rev=1688&view=rev
Author: nicholaslemay
Date: 2007-06-12 10:05:17 -0700 (Tue, 12 Jun 2007)
Log Message:
-----------
Integrated the new LogFileAccessManager utility class to
FileStatscollector.
Will allow us to resume fileReading where we last made it and
speed file searching a little.
Modified Paths:
--------------
trunk/pxStats/lib/FileStatsCollector.py
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <nic...@us...> - 2007-06-15 13:44:21
|
Revision: 1697
http://svn.sourceforge.net/metpx/?rev=1697&view=rev
Author: nicholaslemay
Date: 2007-06-15 06:44:02 -0700 (Fri, 15 Jun 2007)
Log Message:
-----------
Changed the saving of the last position read within the log files.
Previous verions sometimes caused the collection of file to miss the first interesting line
of an hour.
Modified Paths:
--------------
trunk/pxStats/lib/FileStatsCollector.py
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <nic...@us...> - 2007-06-15 18:24:40
|
Revision: 1706
http://svn.sourceforge.net/metpx/?rev=1706&view=rev
Author: nicholaslemay
Date: 2007-06-15 11:24:39 -0700 (Fri, 15 Jun 2007)
Log Message:
-----------
Fixed mean calculation bug wich occured with dividing values by 0.
Fixed bug within the entries data recalculation that happends when specifying specific products.
Means ans total fields were not reinitialised and some of the previous values remained
in entries where no data matched the specified product types.
Modified Paths:
--------------
trunk/pxStats/lib/FileStatsCollector.py
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <nic...@us...> - 2007-06-20 15:54:09
|
Revision: 1732
http://svn.sourceforge.net/metpx/?rev=1732&view=rev
Author: nicholaslemay
Date: 2007-06-20 08:53:57 -0700 (Wed, 20 Jun 2007)
Log Message:
-----------
Fixed FileStatsCollector's calculation of files over maximum latency.
It was inadvertently removed during the recent optimisiation overhaul of the file.
Modified Paths:
--------------
trunk/pxStats/lib/FileStatsCollector.py
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <nic...@us...> - 2007-07-12 18:31:01
|
Revision: 1789
http://svn.sourceforge.net/metpx/?rev=1789&view=rev
Author: nicholaslemay
Date: 2007-07-12 11:30:58 -0700 (Thu, 12 Jul 2007)
Log Message:
-----------
Typo fixed.
Modified Paths:
--------------
trunk/pxStats/lib/FileStatsCollector.py
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <nic...@us...> - 2007-08-03 14:11:47
|
Revision: 1853
http://metpx.svn.sourceforge.net/metpx/?rev=1853&view=rev
Author: nicholaslemay
Date: 2007-08-03 07:11:47 -0700 (Fri, 03 Aug 2007)
Log Message:
-----------
Added logging option wich allows us to turn logging on or off.
Modified Paths:
--------------
trunk/pxStats/lib/FileStatsCollector.py
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <nic...@us...> - 2007-09-13 14:00:28
|
Revision: 1916
http://metpx.svn.sourceforge.net/metpx/?rev=1916&view=rev
Author: nicholaslemay
Date: 2007-09-13 07:00:10 -0700 (Thu, 13 Sep 2007)
Log Message:
-----------
Modified latency calculation.
Now supports latencies over one day.....
Modified Paths:
--------------
trunk/pxStats/lib/FileStatsCollector.py
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <nic...@us...> - 2007-09-13 17:48:32
|
Revision: 1917
http://metpx.svn.sourceforge.net/metpx/?rev=1917&view=rev
Author: nicholaslemay
Date: 2007-09-13 10:48:21 -0700 (Thu, 13 Sep 2007)
Log Message:
-----------
Fix attempt for a bug introduced by one of the version of this file introduced in june.
Bugs were : improper handling of maximums/minimum when they occured asthe first entry of a time entry(minute)
double entries for the first entries of an hour.....
Further testing will be required to see if this version will produce accurate results.
Modified Paths:
--------------
trunk/pxStats/lib/FileStatsCollector.py
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <nic...@us...> - 2007-10-10 14:41:47
|
Revision: 1963
http://metpx.svn.sourceforge.net/metpx/?rev=1963&view=rev
Author: nicholaslemay
Date: 2007-10-10 07:41:40 -0700 (Wed, 10 Oct 2007)
Log Message:
-----------
Corrected rare bug that remained in file reading.
Some lines could be discarded when no data was present for a certain hour AND
that the file allready contained data for the next hour at the time of the update
of the hour with no data...
Modified Paths:
--------------
trunk/pxStats/lib/FileStatsCollector.py
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <nic...@us...> - 2007-10-11 18:03:09
|
Revision: 1972
http://metpx.svn.sourceforge.net/metpx/?rev=1972&view=rev
Author: nicholaslemay
Date: 2007-10-11 11:02:57 -0700 (Thu, 11 Oct 2007)
Log Message:
-----------
Removed the possibility of a latency being negative.
Modified Paths:
--------------
trunk/pxStats/lib/FileStatsCollector.py
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <nic...@us...> - 2007-12-13 21:46:37
|
Revision: 2237
http://metpx.svn.sourceforge.net/metpx/?rev=2237&view=rev
Author: nicholaslemay
Date: 2007-12-13 13:46:16 -0800 (Thu, 13 Dec 2007)
Log Message:
-----------
Corrected error/filecount error.
Modified Paths:
--------------
trunk/pxStats/lib/FileStatsCollector.py
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <nic...@us...> - 2007-12-20 15:24:49
|
Revision: 2263
http://metpx.svn.sourceforge.net/metpx/?rev=2263&view=rev
Author: nicholaslemay
Date: 2007-12-20 07:23:54 -0800 (Thu, 20 Dec 2007)
Log Message:
-----------
Corrected error in error calculation that was introduced when correcting an error in
filecount calculation.
Modified Paths:
--------------
trunk/pxStats/lib/FileStatsCollector.py
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <nic...@us...> - 2008-03-19 18:10:19
|
Revision: 2473
http://metpx.svn.sourceforge.net/metpx/?rev=2473&view=rev
Author: nicholaslemay
Date: 2008-03-19 11:10:13 -0700 (Wed, 19 Mar 2008)
Log Message:
-----------
Added translation for outputs made in logs.
Content of pickles needs not to be translated.
Added proper use of statspaths.
Modified Paths:
--------------
trunk/pxStats/lib/FileStatsCollector.py
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|