Sysstat zeigt keine HDD Werte an

Begonnen von stim, 10 August 2014, 00:31:19

Vorheriges Thema - Nächstes Thema

stim

Hey Zusammen,

ich habe nach folgender Anleitung sysstat eingebunden:

http://www.fhemwiki.de/wiki/Sysstat

Das sind meine Readings:

2014-08-10_00:27:02 BBxM load: 2.40
2014-08-10_00:27:02 BBxM 2.40 2.47 2.49

Das ist mein Glpot file:

# Created by FHEM/98_SVG.pm, 2014-08-10 00:29:00
set terminal png transparent size <SIZE> crop
set output '<OUT>.png'
set xdata time
set timefmt "%Y-%m-%d_%H:%M:%S"
set xlabel " "
set title '<L1>'
set ytics
set y2tics
set grid
set ylabel "Load"
set y2label "/ belegt %"
set y2range [0:100]

#FileLog 4:BBxM.load\x3a:0:
#FileLog 4:BBxM.*:0:

plot "<IN>" using 1:2 axes x1y1 title 'Load' ls l0 lw 1 with lines,\
     "<IN>" using 1:2 axes x1y2 title 'Disk' ls l2fill lw 1 with lines


Ich bin der Meinung dass 2.40 2.47 2.49 nicht die Festplattenauslastung ist.

Mein BBxM hat folgende attributes:

Attributes
filesystems /dev/.*
showpercent 1

Kann ich die Netzwerkauslastung auch so einbinden? Wenn ja wie?

Vielen Dank

stim

stim