[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [hobbit] Graphing Question
- To: <hobbit (at) hswn.dk>
- Subject: RE: [hobbit] Graphing Question
- From: "Johann Eggers" <Johann.Eggers (at) teleatlas.com>
- Date: Thu, 19 Feb 2009 15:19:57 +0100
- References: <8A82C7A8DFD13048B6717BBFA72CF57402BA8497 (at) prmsdcex01.premier.local>
- Thread-index: AcmSlndXaMDA4iKDTOq4Y+GvAe+03gABlNfA
- Thread-topic: [hobbit] Graphing Question
________________________________________
From: Neil Franken [mailto:nfranken (at) theunlimitedworld.co.za]
Sent: Donnerstag, 19. Februar 2009 14:32
To: hobbit (at) hswn.dk
Subject: [hobbit] Graphing Question
Hi All
Quick one. I am running a vbs script called IIS health Check on my WIndooz machine. It produces a file which is place in the bbwin\tmp directory and picked up and sent to the XyMon Server. XyMon then displays the values with a nice graph.
The file looks like this:
<start>
green 2009/02/19 03:18:56 PM
IIS Health Check:
&green Connections: 120
&green RequestsQueued: 10
&green Sessions: 20
<end>
Now I produced a exe which reads performance counter does the same thing as the IIS check i.e it produces a file called msdiskperf in the BBwin\tmp directory. However there is no graph.
The file looks like this:
<start>
green 2009/02/19 01:33:56 PM
MS Disk Check:
&green Avg. Disk Queue Length 2.5
&green Avg. Disk Sec/Read 10
&green Avg. Disk Sec/Write 0.1
&green % Disk Time 24
<end>
What do I need to do to include a graph based on the data? Anyone have some ideas? The data does get to XyMon there is just no graph.
Regards
Neil
Hi,
do you use Xymon's NCV mechanism to build up and feed the RRD files?
Then you have to use
NAME : VALUE
lines in your output; and that's not the case in your performance counter output
Regards
Johann