projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
66c1840
)
contrib/collection.cgi: Fix the ps_rss graph.
author
Florian Forster
<octo@noris.net>
Wed, 7 Nov 2007 09:33:51 +0000
(09:33 +0000)
committer
Florian Forster
<octo@noris.net>
Wed, 7 Nov 2007 09:33:51 +0000
(09:33 +0000)
contrib/collection.cgi
patch
|
blob
|
history
diff --git
a/contrib/collection.cgi
b/contrib/collection.cgi
index
33f1351
..
9ea03eb
100755
(executable)
--- a/
contrib/collection.cgi
+++ b/
contrib/collection.cgi
@@
-1968,9
+1968,9
@@
sub load_graph_definitions
'GPRINT:sleeping_avg:LAST:%5.1lf Last\l'
],
ps_rss => [
- 'DEF:avg={file}:
byt
e:AVERAGE',
- 'DEF:min={file}:
byt
e:MIN',
- 'DEF:max={file}:
byt
e:MAX',
+ 'DEF:avg={file}:
valu
e:AVERAGE',
+ 'DEF:min={file}:
valu
e:MIN',
+ 'DEF:max={file}:
valu
e:MAX',
"AREA:avg#$HalfBlue",
"LINE1:avg#$FullBlue:RSS",
'GPRINT:min:MIN:%5.1lf%s Min,',