Browse Source

grpahe le disque depuis 0

master
vince vince 2 years ago
parent
commit
113f36d468
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      Makefile

+ 1
- 0
Makefile View File

@ -164,6 +164,7 @@ $(BUILD_DIR)/net-daily$(EXTENSION): net.rrd
$(BUILD_DIR)/disk-daily$(EXTENSION): disk.rrd
rrdtool graph $@ --imgformat $(FORMAT) --end now --start end-$(DAY_IN_SECS) \
--title "Disque" \
--lower-limit 0 \
DEF:mbfsfree=$<:mbfsfree:AVERAGE \
DEF:mbfsused=$<:mbfsused:AVERAGE \
AREA:mbfsused#$(DANGER):mbfsused:STACK \


Loading…
Cancel
Save