[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [hobbit] iostat
- To: hobbit (at) hswn.dk
- Subject: Re: [hobbit] iostat
- From: Stef Coene <stef.coene (at) docum.org>
- Date: Fri, 7 Nov 2008 22:17:13 +0100
- Cc: Martin Flemming <martin.flemming (at) desy.de>
- References: <A3D12FAD74FC8B46991703F40C182BAB013EDDDB (at) permls102.wde.woodside.com.au> <200811061651.06872.stef.coene (at) docum.org> <Pine.LNX.4.64.0811071925110.22509 (at) pal32.desy.de>
- User-agent: KMail/1.9.10
On Friday 07 November 2008, Martin Flemming wrote:
> Great Stuff, Stef !
>
> ... three more questions,
>
> a) is it possible to declare some excludes
> or something for only active-disks ?
>
> e.g. md0 , the most of my machines have not software-mirror
> but some .....
>
> or
>
> /dev/hdd or /dev/cdrom .. in my graph's
> it appears as hdd but that's the cdrom and it's empty ....
Of course, the script was more a proof of concept. I had the iostat numbers
on aix, so it was not that hard to change it for linux.
I will update the script and add such feature.
> b)
>
> I've got three empty links in the trend=page
> to iostat-disk, how could i delete them or is there a
> association with a) ?
Euh, can you upload the graph somewhere so I can see it ?
> c)
>
> I've got negative KB/s on some y-axis ... hmm, why ?
Writes are negative, reads are positive. This is defined in the hobbit-graph.
The numbers in the rrd file are fine.
I just saw in my script and it also collects the statistics in blocks per
second. And by combining the blocks and bytes / second you can get the block
size. I can add such graph definitions if anyone is interested....
Maybe I can write a howto based on this script... so anyonce can create a
graph from a number.
Stef