|
From: <nic...@us...> - 2006-11-06 20:24:48
|
Revision: 1265
http://svn.sourceforge.net/metpx/?rev=1265&view=rev
Author: nicholaslemay
Date: 2006-11-06 12:24:42 -0800 (Mon, 06 Nov 2006)
Log Message:
-----------
Modified usage.
Modified Paths:
--------------
trunk/sundew/lib/stats/generateRRDGraphics.py
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <nic...@us...> - 2006-11-14 22:14:55
|
Revision: 1299
http://svn.sourceforge.net/metpx/?rev=1299&view=rev
Author: nicholaslemay
Date: 2006-11-14 14:14:54 -0800 (Tue, 14 Nov 2006)
Log Message:
-----------
Now supports addition of new clients/sources that dont have data for the entire span of the graphic to others that do.
Modified Paths:
--------------
trunk/sundew/lib/stats/generateRRDGraphics.py
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <nic...@us...> - 2006-11-16 20:46:08
|
Revision: 1312
http://svn.sourceforge.net/metpx/?rev=1312&view=rev
Author: nicholaslemay
Date: 2006-11-16 12:45:56 -0800 (Thu, 16 Nov 2006)
Log Message:
-----------
Added handling of non existing databases when looking up the number
of timestamps to browse.
.
Modified Paths:
--------------
trunk/sundew/lib/stats/generateRRDGraphics.py
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <nic...@us...> - 2006-11-21 20:47:00
|
Revision: 1326
http://svn.sourceforge.net/metpx/?rev=1326&view=rev
Author: nicholaslemay
Date: 2006-11-21 12:46:58 -0800 (Tue, 21 Nov 2006)
Log Message:
-----------
Added symbolic link creation to generateRRDGraphics.
Corrected error in non total calls.
Modified Paths:
--------------
trunk/sundew/lib/stats/generateRRDGraphics.py
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <nic...@us...> - 2006-12-27 21:18:26
|
Revision: 1405
http://svn.sourceforge.net/metpx/?rev=1405&view=rev
Author: nicholaslemay
Date: 2006-12-27 13:18:25 -0800 (Wed, 27 Dec 2006)
Log Message:
-----------
Modified rrd graphics paths also.
Modified Paths:
--------------
trunk/sundew/lib/stats/generateRRDGraphics.py
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <nic...@us...> - 2007-01-24 19:22:40
|
Revision: 1444
http://svn.sourceforge.net/metpx/?rev=1444&view=rev
Author: nicholaslemay
Date: 2007-01-24 11:22:25 -0800 (Wed, 24 Jan 2007)
Log Message:
-----------
X-axis labels for monthly graphics now display the day of month's number
(1,2,3,4...) instead of the default mon,tues,wed etc.
Modified Paths:
--------------
trunk/sundew/lib/stats/generateRRDGraphics.py
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <nic...@us...> - 2007-01-25 16:37:04
|
Revision: 1445
http://svn.sourceforge.net/metpx/?rev=1445&view=rev
Author: nicholaslemay
Date: 2007-01-25 08:36:52 -0800 (Thu, 25 Jan 2007)
Log Message:
-----------
Graphics are back to displaying the avg per minute
found over x amount of time. Totals are no longer used.
Added a bit of detail at the bottom of the graphs.
-A legend explaining the k M etc letters on the y axis.
-Added total label for all graphics except latencies.
-A note exaplaining how the average were found :
ex : Graphics generated using 4 hour averages.
Mean no longer includes the entries were no data is present.
Usefull when using the --fixedCurrent option for the current
week month year etc and that you want the current average
without including the end of the year where no data has yet
to be registered.
Modified Paths:
--------------
trunk/sundew/lib/stats/generateRRDGraphics.py
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <nic...@us...> - 2007-03-15 19:04:45
|
Revision: 1536
http://svn.sourceforge.net/metpx/?rev=1536&view=rev
Author: nicholaslemay
Date: 2007-03-15 12:04:43 -0700 (Thu, 15 Mar 2007)
Log Message:
-----------
Major overhaul to rrd graphics.
Modidifed colors for bytecount/filecoutn graphics.
Added note for mili x values/sec found in graphics.
Now tries to force all weekly, monthly yearly and daily graphics
to have the same number of points.
Modified code to keep on handling different resolutions when the asked for
graphic is too old to be generated with the forced parameters.
Completly modified min/max/mean/total calculation to keep the displayed infos
coherent with the displayed graphics.
Modified Paths:
--------------
trunk/sundew/lib/stats/generateRRDGraphics.py
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <nic...@us...> - 2007-03-15 19:29:37
|
Revision: 1538
http://svn.sourceforge.net/metpx/?rev=1538&view=rev
Author: nicholaslemay
Date: 2007-03-15 12:24:43 -0700 (Thu, 15 Mar 2007)
Log Message:
-----------
Corrected small bug.
Modified Paths:
--------------
trunk/sundew/lib/stats/generateRRDGraphics.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:52:32
|
Revision: 1564
http://svn.sourceforge.net/metpx/?rev=1564&view=rev
Author: nicholaslemay
Date: 2007-04-12 08:52:31 -0700 (Thu, 12 Apr 2007)
Log Message:
-----------
Added havingRung option wich allows us to generate graphs for all the
client/sources that have run between the graphic(s) start and end instead of using
only the currently running client/sources.
Modified Paths:
--------------
trunk/sundew/lib/stats/generateRRDGraphics.py
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|