Xymon Mailing List Archive search

add iowait into cpu utilization graph

4 messages in this thread

list Deepak Deore · Mon, 1 Jul 2013 21:41:00 +0530 ·
How can I add iowait into cpu utilization graph ?
It is there in hobbit ppt as shown in below.

[image: Inline image 1]
Attachments (1)
list Iain M Conochie · Tue, 02 Jul 2013 16:07:16 +0100 ·
quoted from Deepak Deore
On Mon, 2013-07-01 at 21:41 +0530, deepak deore wrote:
How can I add iowait into cpu utilization graph ?
It is there in hobbit ppt as shown in below.
Deepak,

If this is a linux host, in the hosts.cfg file add the following on the
host definition line:

TRENDS:*,vmstat:vmstat1|vmstat3|vmstat4|vmstat5

If you already have a TRENDS: definition for this host just add
the ,vmstat:vmstat1|vmstat3|vmstat4|vmstat5 part to the trends
definition

Regards

Iain Conochie
Inline image 1

list Deepak Deore · Wed, 3 Jul 2013 17:24:37 +0530 ·
That worked, thanks.

I need to do this entry for every host but is there any option to apply it
to all hosts at one time ?
quoted from Iain M Conochie


On Tue, Jul 2, 2013 at 8:37 PM, Iain M Conochie <user-9838ad61d779@xymon.invalid> wrote:
On Mon, 2013-07-01 at 21:41 +0530, deepak deore wrote:
How can I add iowait into cpu utilization graph ?
It is there in hobbit ppt as shown in below.
Deepak,

If this is a linux host, in the hosts.cfg file add the following on the
host definition line:

TRENDS:*,vmstat:vmstat1|vmstat3|vmstat4|vmstat5

If you already have a TRENDS: definition for this host just add
the ,vmstat:vmstat1|vmstat3|vmstat4|vmstat5 part to the trends
definition

Regards

Iain Conochie
Inline image 1

list Jeremy Laidman · Thu, 4 Jul 2013 12:36:33 +1000 ·
quoted from Deepak Deore
On 3 July 2013 21:54, deepak deore <user-7b03b2a1ee70@xymon.invalid> wrote:
I need to do this entry for every host but is there any option to apply it
to all hosts at one time ?
Create a ".default." host entry and add the "TRENDS:..." tag to it.

J