mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 02:28:05 -07:00
changed free memeory overlay style to linear
This commit is contained in:
parent
e2b016c9ec
commit
64a85a82db
1 changed files with 2 additions and 2 deletions
|
@ -95,11 +95,11 @@ rrdtool graph $RRD/mem/$period-mem.png \
|
|||
GPRINT:used:'LAST: Current\:''%8.0lf' \
|
||||
GPRINT:used:'MIN: Min\:''%8.0lf' \
|
||||
GPRINT:used:'MAX: Max\:''%8.0lf\j' \
|
||||
AREA:free#1c74cd:"FREE" \
|
||||
LINE1:free#1c74cd:"FREE" \
|
||||
GPRINT:free:'LAST: Current\:''%8.0lf' \
|
||||
GPRINT:free:'MIN: Min\:''%8.0lf' \
|
||||
GPRINT:free:'MAX: Max\:''%8.0lf\j'\
|
||||
LINE1:swap#f57900:"SWAP" \
|
||||
LINE2:swap#f57900:"SWAP" \
|
||||
GPRINT:swap:'LAST:Current\:''%8.0lf' \
|
||||
GPRINT:swap:'MIN:Min\:''%8.0lf' \
|
||||
GPRINT:swap:'MAX:Max\:''%8.0lf\j' &>/dev/null; result=$?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue