|
From: <nic...@us...> - 2007-03-15 20:58:36
|
Revision: 1539
http://svn.sourceforge.net/metpx/?rev=1539&view=rev
Author: nicholaslemay
Date: 2007-03-15 13:58:32 -0700 (Thu, 15 Mar 2007)
Log Message:
-----------
Updated webpages.
Fixed alignment.
Added note on frequency of updates.
Possible todo: Have the tables adapt themselves to diffrent resolutions
instead of staying at a specific size.
Modified Paths:
--------------
trunk/sundew/lib/stats/dailyGraphicsWebPage.py
trunk/sundew/lib/stats/monthlyGraphicsWebPage.py
trunk/sundew/lib/stats/totalGraphicsWebPages.py
trunk/sundew/lib/stats/weeklyGraphicsWebPage.py
trunk/sundew/lib/stats/yearlyGraphicsWebPage.py
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <nic...@us...> - 2007-03-22 15:44:24
|
Revision: 1549
http://svn.sourceforge.net/metpx/?rev=1549&view=rev
Author: nicholaslemay
Date: 2007-03-22 08:44:12 -0700 (Thu, 22 Mar 2007)
Log Message:
-----------
Modified js method so that numerous pop-up windows can
now be opened at the same time.
Modified Paths:
--------------
trunk/sundew/lib/stats/dailyGraphicsWebPage.py
trunk/sundew/lib/stats/generateRRDGraphics.py
trunk/sundew/lib/stats/monthlyGraphicsWebPage.py
trunk/sundew/lib/stats/totalGraphicsWebPages.py
trunk/sundew/lib/stats/weeklyGraphicsWebPage.py
trunk/sundew/lib/stats/yearlyGraphicsWebPage.py
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <nic...@us...> - 2007-03-27 15:40:04
|
Revision: 1553
http://svn.sourceforge.net/metpx/?rev=1553&view=rev
Author: nicholaslemay
Date: 2007-03-27 08:39:21 -0700 (Tue, 27 Mar 2007)
Log Message:
-----------
For every rsync related commands, added 3 iterations.
This is done in hopes to correct a rarely occuring bug that happens
when trying to rsync a log files that is turning at the exact moment
of the rsync request.
Modified Paths:
--------------
trunk/sundew/lib/stats/launchGraphCreation.py
trunk/sundew/lib/stats/pickleSynchroniser.py
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <nic...@us...> - 2007-03-29 14:46:56
|
Revision: 1554
http://svn.sourceforge.net/metpx/?rev=1554&view=rev
Author: nicholaslemay
Date: 2007-03-29 07:46:48 -0700 (Thu, 29 Mar 2007)
Log Message:
-----------
Modified web page so that alignement remains even if page
size is reduced.
Each table row is now a table as to force Internet Explorer
to start showing the rows as they load instead
of waiting for the entire section to load before displaying
any content to the users.
Modified Paths:
--------------
trunk/sundew/lib/stats/dailyGraphicsWebPage.py
trunk/sundew/lib/stats/monthlyGraphicsWebPage.py
trunk/sundew/lib/stats/totalGraphicsWebPages.py
trunk/sundew/lib/stats/weeklyGraphicsWebPage.py
trunk/sundew/lib/stats/yearlyGraphicsWebPage.py
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <nic...@us...> - 2007-04-10 15:32:02
|
Revision: 1559
http://svn.sourceforge.net/metpx/?rev=1559&view=rev
Author: nicholaslemay
Date: 2007-04-10 08:31:52 -0700 (Tue, 10 Apr 2007)
Log Message:
-----------
(Finally) added generalStatsLibraryMethods file to svn.
This file is being used to store utility methods wich are shared by
a certain number of programs.
Makes modification to these methods easier.
Modified generateRRDGraphics.py so that total graphics now use
the getRxTxNamesHavingRunDuringPeriod( start, end, machines )
method.
This way, data from a client/source wich has only been running
during a certain part of the entire span of a graphic will be
still be considered. In previous version only the currently running
client/sources were considered.
Modified Paths:
--------------
trunk/sundew/lib/stats/generateRRDGraphics.py
Added Paths:
-----------
trunk/sundew/lib/stats/generalStatsLibraryMethods.py
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <nic...@us...> - 2007-04-10 19:54:23
|
Revision: 1560
http://svn.sourceforge.net/metpx/?rev=1560&view=rev
Author: nicholaslemay
Date: 2007-04-10 12:53:43 -0700 (Tue, 10 Apr 2007)
Log Message:
-----------
Modified all these web pages as to make them more flexible to changes.
All of them now read the config file to see wich machines
graphs are generated from.
Pages also show all the sources/client wich have apparently
run during the span that a certain web page covers( ex : past 3 months).
TODO : Modify generateRRDgraphics so that it can generate graphics
for non-running client/sources only when required.
Modified Paths:
--------------
trunk/sundew/lib/stats/dailyGraphicsWebPage.py
trunk/sundew/lib/stats/monthlyGraphicsWebPage.py
trunk/sundew/lib/stats/weeklyGraphicsWebPage.py
trunk/sundew/lib/stats/yearlyGraphicsWebPage.py
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <nic...@us...> - 2007-04-12 13:59:10
|
Revision: 1562
http://svn.sourceforge.net/metpx/?rev=1562&view=rev
Author: nicholaslemay
Date: 2007-04-12 06:59:05 -0700 (Thu, 12 Apr 2007)
Log Message:
-----------
Modified totalGraphicsWebPages.py so that it generates a page/per currently
handled machine. Usefull if pds5,pds6 or pxatx are to be changed for something
else in the future.
Added generateTopWebPage.py wich will generate the top frame
based on the currently handled machines. Will prove usefull if pxatx or
pds5,pds6 names were to change.
Modified launchGraphCreation so that it now updates the top web page
with the newly added script.
Modified Paths:
--------------
trunk/sundew/lib/stats/launchGraphCreation.py
trunk/sundew/lib/stats/totalGraphicsWebPages.py
Added Paths:
-----------
trunk/sundew/lib/stats/generateTopWebPage.py
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <nic...@us...> - 2007-04-12 15:11:33
|
Revision: 1563
http://svn.sourceforge.net/metpx/?rev=1563&view=rev
Author: nicholaslemay
Date: 2007-04-12 08:11:21 -0700 (Thu, 12 Apr 2007)
Log Message:
-----------
modified generalStatsLibraryMethods.py getRxTxNamesHavingRunDuringPeriod so that it now checks
the files in the DATABASE-UPDATES older.
Put the method used in generalStatsLibraryMethods.py, generateRRDGraphics.py and transferPickleToRRD.py to read the time of the last
database update in generalStatsLibraryMethods.py. This removes redundancy and cyclical imports.
Modified generateRRDGraphics.py and transferPickleToRRD.py accordingly.
Modified Paths:
--------------
trunk/sundew/lib/stats/generalStatsLibraryMethods.py
trunk/sundew/lib/stats/generateRRDGraphics.py
trunk/sundew/lib/stats/transferPickleToRRD.py
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <nic...@us...> - 2007-05-03 15:02:30
|
Revision: 1568
http://svn.sourceforge.net/metpx/?rev=1568&view=rev
Author: nicholaslemay
Date: 2007-05-03 08:02:23 -0700 (Thu, 03 May 2007)
Log Message:
-----------
Corrected small bug during pickle verification during stats monitoring.
Modified Paths:
--------------
trunk/sundew/lib/stats/generalStatsLibraryMethods.py
trunk/sundew/lib/stats/statsMonitor.py
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <nic...@us...> - 2007-05-09 15:49:42
|
Revision: 1569
http://svn.sourceforge.net/metpx/?rev=1569&view=rev
Author: nicholaslemay
Date: 2007-05-09 08:49:39 -0700 (Wed, 09 May 2007)
Log Message:
-----------
Added these new files to the library.
All of these files were introduced to handle different
parts of the config system of the library.
Some parts of these files were found in configFileManager.
configfileManager is now obsolete and will be rendered useless
once the group-supporting version of the library is installed.
Added Paths:
-----------
trunk/sundew/lib/stats/GroupConfigParameters.py
trunk/sundew/lib/stats/MachineConfigParameters.py
trunk/sundew/lib/stats/StatsConfigParameters.py
trunk/sundew/lib/stats/StatsMonitoringConfigParameters.py
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <nic...@us...> - 2007-05-09 18:25:47
|
Revision: 1573
http://svn.sourceforge.net/metpx/?rev=1573&view=rev
Author: nicholaslemay
Date: 2007-05-09 11:25:44 -0700 (Wed, 09 May 2007)
Log Message:
-----------
Updated all web pages as to support the new group functionality.
All of these web page now use the utility found on http://www.dynamicdrive.com/
to display the description of the group.
They also now support the new config file format.
Modified Paths:
--------------
trunk/sundew/lib/stats/dailyGraphicsWebPage.py
trunk/sundew/lib/stats/monthlyGraphicsWebPage.py
trunk/sundew/lib/stats/weeklyGraphicsWebPage.py
trunk/sundew/lib/stats/yearlyGraphicsWebPage.py
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <nic...@us...> - 2007-05-09 18:56:08
|
Revision: 1574
http://svn.sourceforge.net/metpx/?rev=1574&view=rev
Author: nicholaslemay
Date: 2007-05-09 11:56:03 -0700 (Wed, 09 May 2007)
Log Message:
-----------
Modified both web page generators as to
support the new config file formats.
Modified Paths:
--------------
trunk/sundew/lib/stats/generateTopWebPage.py
trunk/sundew/lib/stats/totalGraphicsWebPages.py
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <nic...@us...> - 2007-05-09 20:03:39
|
Revision: 1576
http://svn.sourceforge.net/metpx/?rev=1576&view=rev
Author: nicholaslemay
Date: 2007-05-09 13:03:30 -0700 (Wed, 09 May 2007)
Log Message:
-----------
Major, major update to the stats libray.
Modified all of these files more or
less heavily as to support the new group and machine tag features.
Modified Paths:
--------------
trunk/sundew/lib/stats/ClientGraphicProducer.py
trunk/sundew/lib/stats/FileStatsCollector.py
trunk/sundew/lib/stats/PickleVersionChecker.py
trunk/sundew/lib/stats/StatsConfigParameters.py
trunk/sundew/lib/stats/StatsPlotter.py
trunk/sundew/lib/stats/configFileManager.py
trunk/sundew/lib/stats/doc.txt
trunk/sundew/lib/stats/generalStatsLibraryMethods.py
trunk/sundew/lib/stats/generateGraphics.py
trunk/sundew/lib/stats/generateRRDGraphics.py
trunk/sundew/lib/stats/generateTopWebPage.py
trunk/sundew/lib/stats/getGraphicsForWebPages.py
trunk/sundew/lib/stats/launchGraphCreation.py
trunk/sundew/lib/stats/pickleMerging.py
trunk/sundew/lib/stats/retreiveDataFromMachine.py
trunk/sundew/lib/stats/totalGraphicsWebPages.py
trunk/sundew/lib/stats/transferPickleToRRD.py
trunk/sundew/lib/stats/weeklyGraphicsWebPage.py
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <nic...@us...> - 2007-05-15 14:55:56
|
Revision: 1583
http://svn.sourceforge.net/metpx/?rev=1583&view=rev
Author: nicholaslemay
Date: 2007-05-15 07:55:52 -0700 (Tue, 15 May 2007)
Log Message:
-----------
Modified almost all files as to clean up the paths used throughout
the library.
All paths are now found in StatsPaths. Those who were hardcoded are
no longer hardcoded and not-hardcaded paths are no longer needed within
PXPaths.
Removed stats/setTimeOfLastUpdate.py and stats/DirectoryFileCollector.py
from svn trunk since they were replaced by other files a while back
but the deletion was never made.
Added LogFileCollector wich replaced stats/DirectoryFileCollector.py
a while back but was never added to svn.
Modified Paths:
--------------
trunk/sundew/lib/stats/ClientGraphicProducer.py
trunk/sundew/lib/stats/ClientStatsPickler.py
trunk/sundew/lib/stats/FileStatsCollector.py
trunk/sundew/lib/stats/GroupConfigParameters.py
trunk/sundew/lib/stats/MachineConfigParameters.py
trunk/sundew/lib/stats/PickleVersionChecker.py
trunk/sundew/lib/stats/StatsConfigParameters.py
trunk/sundew/lib/stats/StatsMonitoringConfigParameters.py
trunk/sundew/lib/stats/StatsPaths.py
trunk/sundew/lib/stats/StatsPlotter.py
trunk/sundew/lib/stats/backupRRDDatabases.py
trunk/sundew/lib/stats/backwardReader.py
trunk/sundew/lib/stats/cpickleWrapper.py
trunk/sundew/lib/stats/dailyGraphicsWebPage.py
trunk/sundew/lib/stats/generalStatsLibraryMethods.py
trunk/sundew/lib/stats/generateAllGraphsForServer.py
trunk/sundew/lib/stats/generateGraphics.py
trunk/sundew/lib/stats/generateRRDGraphics.py
trunk/sundew/lib/stats/generateTopWebPage.py
trunk/sundew/lib/stats/getGraphicsForWebPages.py
trunk/sundew/lib/stats/launchGraphCreation.py
trunk/sundew/lib/stats/monthlyGraphicsWebPage.py
trunk/sundew/lib/stats/pickleCleaner.py
trunk/sundew/lib/stats/pickleMerging.py
trunk/sundew/lib/stats/pickleSynchroniser.py
trunk/sundew/lib/stats/pickleUpdater.py
trunk/sundew/lib/stats/pickledTimesViewer.py
trunk/sundew/lib/stats/restoreRoundRobinDatabases.py
trunk/sundew/lib/stats/retreiveDataFromMachine.py
trunk/sundew/lib/stats/setTimeOfLastUpdates.py
trunk/sundew/lib/stats/statsMonitor.py
trunk/sundew/lib/stats/totalGraphicsWebPages.py
trunk/sundew/lib/stats/transferPickleToRRD.py
trunk/sundew/lib/stats/weeklyGraphicsWebPage.py
trunk/sundew/lib/stats/yearlyGraphicsWebPage.py
Added Paths:
-----------
trunk/sundew/lib/stats/LogFileCollector.py
Removed Paths:
-------------
trunk/sundew/lib/stats/DirectoryFileCollector.py
trunk/sundew/lib/stats/setTimeOfLastUpdate.py
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <nic...@us...> - 2007-05-18 18:11:56
|
Revision: 1601
http://svn.sourceforge.net/metpx/?rev=1601&view=rev
Author: nicholaslemay
Date: 2007-05-18 11:11:48 -0700 (Fri, 18 May 2007)
Log Message:
-----------
Corrected numerous small bugs that were caused by recent changes.
Modified Paths:
--------------
trunk/sundew/lib/stats/ClientGraphicProducer.py
trunk/sundew/lib/stats/MachineConfigParameters.py
trunk/sundew/lib/stats/StatsConfigParameters.py
trunk/sundew/lib/stats/StatsMonitoringConfigParameters.py
trunk/sundew/lib/stats/StatsPaths.py
trunk/sundew/lib/stats/StatsPlotter.py
trunk/sundew/lib/stats/dailyGraphicsWebPage.py
trunk/sundew/lib/stats/generalStatsLibraryMethods.py
trunk/sundew/lib/stats/generateAllGraphsForServer.py
trunk/sundew/lib/stats/generateGraphics.py
trunk/sundew/lib/stats/getGraphicsForWebPages.py
trunk/sundew/lib/stats/launchGraphCreation.py
trunk/sundew/lib/stats/monthlyGraphicsWebPage.py
trunk/sundew/lib/stats/pickleMerging.py
trunk/sundew/lib/stats/statsMonitor.py
trunk/sundew/lib/stats/transferPickleToRRD.py
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <nic...@us...> - 2007-05-22 13:56:34
|
Revision: 1607
http://svn.sourceforge.net/metpx/?rev=1607&view=rev
Author: nicholaslemay
Date: 2007-05-22 06:56:17 -0700 (Tue, 22 May 2007)
Log Message:
-----------
Modified default value for picklecleaner.
Added exception handling for excpetions that were
introduced by the last update.
Modified Paths:
--------------
trunk/sundew/lib/stats/generalStatsLibraryMethods.py
trunk/sundew/lib/stats/pickleCleaner.py
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <nic...@us...> - 2007-05-23 15:08:53
|
Revision: 1611
http://svn.sourceforge.net/metpx/?rev=1611&view=rev
Author: nicholaslemay
Date: 2007-05-23 08:08:51 -0700 (Wed, 23 May 2007)
Log Message:
-----------
corrected bug in group handling in pickleMerging.
Removed useless printouts from other files.
Modified Paths:
--------------
trunk/sundew/lib/stats/cpickleWrapper.py
trunk/sundew/lib/stats/generalStatsLibraryMethods.py
trunk/sundew/lib/stats/getGraphicsForWebPages.py
trunk/sundew/lib/stats/launchGraphCreation.py
trunk/sundew/lib/stats/pickleMerging.py
trunk/sundew/lib/stats/transferPickleToRRD.py
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <nic...@us...> - 2007-05-23 19:14:21
|
Revision: 1612
http://svn.sourceforge.net/metpx/?rev=1612&view=rev
Author: nicholaslemay
Date: 2007-05-23 12:14:13 -0700 (Wed, 23 May 2007)
Log Message:
-----------
Modified Stats config parameters as to handle time parameters
and backup parameters.
Modified backupRRDDatabase so that a parameter can be used
to specify the number of backups to keep.
Modified Paths:
--------------
trunk/sundew/lib/stats/MachineConfigParameters.py
trunk/sundew/lib/stats/StatsConfigParameters.py
trunk/sundew/lib/stats/backupRRDDatabases.py
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <nic...@us...> - 2007-05-23 19:18:45
|
Revision: 1613
http://svn.sourceforge.net/metpx/?rev=1613&view=rev
Author: nicholaslemay
Date: 2007-05-23 12:18:38 -0700 (Wed, 23 May 2007)
Log Message:
-----------
Removed launchGraphCreation.
Renamed it pxStats. Will be much clearer for a user who installs
pxStats to recognize whats running on his machine and
what's been added to his crons.
Modified pxstats so that it is now able to read all
the new parameter types( time parameters, backup parameters).
Added a method that mimicks cron as to handle program launching( cleaners, monitor, backups )
at every x hour/minute/day etc.
With these changes, pxstats will be the only program that will need
to be added to crontabs.
This should make installation easier, cleaner etc....
Added Paths:
-----------
trunk/sundew/lib/stats/pxStats.py
Removed Paths:
-------------
trunk/sundew/lib/stats/launchGraphCreation.py
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <nic...@us...> - 2007-05-24 14:00:20
|
Revision: 1614
http://svn.sourceforge.net/metpx/?rev=1614&view=rev
Author: nicholaslemay
Date: 2007-05-24 07:00:04 -0700 (Thu, 24 May 2007)
Log Message:
-----------
Added DetailedStatsParameters.
cleaned up a few files.
Modified Paths:
--------------
trunk/sundew/lib/stats/MachineConfigParameters.py
trunk/sundew/lib/stats/PickleVersionChecker.py
trunk/sundew/lib/stats/StatsConfigParameters.py
trunk/sundew/lib/stats/StatsMonitoringConfigParameters.py
trunk/sundew/lib/stats/TimeParameters.py
trunk/sundew/lib/stats/generateAllGraphsForServer.py
trunk/sundew/lib/stats/generateRRDGraphics.py
trunk/sundew/lib/stats/pickleSynchroniser.py
trunk/sundew/lib/stats/retreiveDataFromMachine.py
trunk/sundew/lib/stats/statsMonitor.py
trunk/sundew/lib/stats/transferPickleToRRD.py
Added Paths:
-----------
trunk/sundew/lib/stats/DetailedStatsParameters.py
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|