Browse Source

remplace png par svg

master
vince vince 2 years ago
parent
commit
4dd94a84d5
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      README.md

+ 1
- 1
README.md View File

@ -102,7 +102,7 @@ rrdtool update cpu.rrd $(date +%s):$(LANG=C sar -u ALL 0 -1 |tail -n1 |awk '{pri
Dans un `while true; do …; sleep 60; done`
```
rrdtool graph cpu-daily.png --end now --start end-86400s \
rrdtool graph cpu-daily.svg --imgformat SVG --end now --start end-86400s \
DEF:user=cpu.rrd:user:AVERAGE \
DEF:nice=cpu.rrd:nice:AVERAGE \
DEF:sys=cpu.rrd:sys:AVERAGE \


Loading…
Cancel
Save