Why do some graphs such as disk drive space have only 4 entries per graph while others like temperature lump all entries into one graph? I have machines with 10 or 15 drives and they graph with only 4 disks per graph. But I have devices with temperature and all 14 are lumped on one graph (very hard to read). Thanks Paul Jordan
That's the nature and beauty of RRD.
Josh Luthman Office: 937-552-2340 Direct: 937-552-2343 1100 Wayne St Suite 1337 Troy, OH 45373
On Thu, Jul 5, 2012 at 4:00 PM, Jacob Paul Jordan <paul at shadowsoft.com>wrote:
Why do some graphs such as disk drive space have only 4 entries per graph while others like temperature lump all entries into one graph? I have machines with 10 or 15 drives and they graph with only 4 disks per graph. But I have devices with temperature and all 14 are lumped on one graph (very hard to read). Thanks Paul Jordan
______________________________**_________________ Xymon mailing list Xymon at xymon.com http://lists.xymon.com/**mailman/listinfo/xymon<http://lists.xymon.com/mailman/listinfo/xymon>
It is configurable. In the GRAPHS= in xymonserver, you have definition for your graph. It should look something like GRAPHS="..,mygraph,..." Change that to GRAPHS="..,mygraph::4,.." (Or at least I think it was there. I don't have my setup in front of me) Check on xymonton. One of the scripts I contributed - I think iostat - has this set.
Experiment with different values, until you find one that looks good. Normally 4 to 6 lines per graph looks good. Less looks lonely, more gets a little busy
Cheers V
On 6 July 2012 04:00, Jacob Paul Jordan <paul at shadowsoft.com> wrote:
Why do some graphs such as disk drive space have only 4 entries per graph while others like temperature lump all entries into one graph? I have machines with 10 or 15 drives and they graph with only 4 disks per graph. But I have devices with temperature and all 14 are lumped on one graph (very hard to read). Thanks Paul Jordan
______________________________**_________________ Xymon mailing list Xymon at xymon.com http://lists.xymon.com/**mailman/listinfo/xymon<http://lists.xymon.com/mailman/listinfo/xymon>
-- "Accept the challenges so that you can feel the exhilaration of victory"
- General George Patton
It wasn't called iostat, I called it diskstat. I plead old-age. :-)
Check here http://www.xymonton.org/monitors:diskstat.ksh and scroll down to Installation, Step 4. You can see how I did it. I think there was a bug though. You had to make the entry <desired number>+1 The example I gave below would give you 3 lines, while the ::7 in the diskstat test on xymonton (see link above) gives 6 lines per graph.
A neat trick, if you ever want to see more, or all the lines on a graph again, is to click on the graph. This will show the 4 longer term graphs. Look at the URL. Somewhere in the URL you will see something like &first=1&count=5 Change count=5 to be count-10, or however many graphs you want on a single page. Hit enter, and it will redraw with the other lines.
Regards Vernon
On 6 July 2012 06:43, Vernon Everett <everett.vernon at gmail.com> wrote:
It is configurable. In the GRAPHS= in xymonserver, you have definition for your graph. It should look something like GRAPHS="..,mygraph,..." Change that to GRAPHS="..,mygraph::4,.." (Or at least I think it was there. I don't have my setup in front of me) Check on xymonton. One of the scripts I contributed - I think iostat - has this set.
Experiment with different values, until you find one that looks good. Normally 4 to 6 lines per graph looks good. Less looks lonely, more gets a little busy
Cheers V
On 6 July 2012 04:00, Jacob Paul Jordan <paul at shadowsoft.com> wrote:
Why do some graphs such as disk drive space have only 4 entries per graph while others like temperature lump all entries into one graph? I have machines with 10 or 15 drives and they graph with only 4 disks per graph. But I have devices with temperature and all 14 are lumped on one graph (very hard to read). Thanks Paul Jordan
______________________________**_________________ Xymon mailing list Xymon at xymon.com http://lists.xymon.com/**mailman/listinfo/xymon<http://lists.xymon.com/mailman/listinfo/xymon>
-- "Accept the challenges so that you can feel the exhilaration of victory"
- General George Patton
-- "Accept the challenges so that you can feel the exhilaration of victory"
- General George Patton
-----Original Message----- From: xymon-bounces at xymon.com [mailto:xymon-bounces at xymon.com] On Behalf Of Jacob Paul Jordan Sent: Friday, 6 July 2012 6:00 AM To: xymon at xymon.com Subject: [Xymon] Items per graph settings
Why do some graphs such as disk drive space have only 4 entries per graph while others like temperature lump all entries into one graph? I have machines with 10 or 15 drives and they graph with only 4 disks per graph. But I have devices with temperature and all 14 are lumped on one graph (very hard to read).
See svcstatus.cgi man page --multigraphs option http://xymon.com/xymon/help/manpages/man1/svcstatus.cgi.1.html
Keep up to date with what's happening in Australian sport visit http://www.ausport.gov.au
This message is intended for the addressee named and may contain confidential and privileged information. If you are not the intended recipient please note that any form of distribution, copying or use of this communication or the information in it is strictly prohibited and may be unlawful. If you receive this message in error, please delete it and notify the sender.
Seems to be a bug in the multigraphs option. When I use it I get an extra broken graph link at the bottom. The broken graph starts at data point 13, which I don't have. I only have 10 data points.
-----Original Message----- From: xymon-bounces at xymon.com [mailto:xymon-bounces at xymon.com] On Behalf Of David Baldwin Sent: Thursday, July 05, 2012 7:48 PM To: Jacob Paul Jordan; xymon at xymon.com Subject: Re: [Xymon] Items per graph settings
-----Original Message----- From: xymon-bounces at xymon.com [mailto:xymon-bounces at xymon.com] On Behalf Of Jacob Paul Jordan Sent: Friday, 6 July 2012 6:00 AM To: xymon at xymon.com Subject: [Xymon] Items per graph settings
Why do some graphs such as disk drive space have only 4 entries per graph while others like temperature lump all entries into one graph? I have machines with 10 or 15 drives and they graph with only 4 disks per graph. But I have devices with temperature and all 14 are lumped on one graph (very hard to read).
See svcstatus.cgi man page --multigraphs option http://xymon.com/xymon/help/manpages/man1/svcstatus.cgi.1.html
Keep up to date with what's happening in Australian sport visit http://www.ausport.gov.au
This message is intended for the addressee named and may contain confidential and privileged information. If you are not the intended recipient please note that any form of distribution, copying or use of this communication or the information in it is strictly prohibited and may be unlawful. If you receive this message in error, please delete it and notify the sender.
Xymon mailing list Xymon at xymon.com http://lists.xymon.com/mailman/listinfo/xymon
This message is intended only for the individual or entity to which it is addressed. It may contain privileged, confidential information which is exempt from disclosure under applicable laws. If you are not the intended recipient, please note that you are strictly prohibited from disseminating or distributing this information (other than to the intended recipient) or copying this information. If you have received this communication in error, please notify us immediately by e-mail or by telephone at the above number. Thank you.
On 10/07/12 1:14 AM, Scot Kreienkamp wrote:
Seems to be a bug in the multigraphs option. When I use it I get an extra broken graph link at the bottom. The broken graph starts at data point 13, which I don't have. I only have 10 data points. I get a broken graph link too on some tests on my server but it's still running 4.2.3 and longer overdue for an update. Annoying but easy to ignore.
David.
-----Original Message----- From: xymon-bounces at xymon.com [mailto:xymon-bounces at xymon.com] On Behalf Of David Baldwin Sent: Thursday, July 05, 2012 7:48 PM To: Jacob Paul Jordan; xymon at xymon.com Subject: Re: [Xymon] Items per graph settings
-----Original Message----- From: xymon-bounces at xymon.com [mailto:xymon-bounces at xymon.com] On Behalf Of Jacob Paul Jordan Sent: Friday, 6 July 2012 6:00 AM To: xymon at xymon.com Subject: [Xymon] Items per graph settings
Why do some graphs such as disk drive space have only 4 entries per graph while others like temperature lump all entries into one graph? I have machines with 10 or 15 drives and they graph with only 4 disks per graph. But I have devices with temperature and all 14 are lumped on one graph (very hard to read).
See svcstatus.cgi man page --multigraphs option http://xymon.com/xymon/help/manpages/man1/svcstatus.cgi.1.html
Keep up to date with what's happening in Australian sport visit http://www.ausport.gov.au
This message is intended for the addressee named and may contain confidential and privileged information. If you are not the intended recipient please note that any form of distribution, copying or use of this communication or the information in it is strictly prohibited and may be unlawful. If you receive this message in error, please delete it and notify the sender.
Xymon mailing list Xymon at xymon.com http://lists.xymon.com/mailman/listinfo/xymon
This message is intended only for the individual or entity to which it is addressed. It may contain privileged, confidential information which is exempt from disclosure under applicable laws. If you are not the intended recipient, please note that you are strictly prohibited from disseminating or distributing this information (other than to the intended recipient) or copying this information. If you have received this communication in error, please notify us immediately by e-mail or by telephone at the above number. Thank you.
-- David Baldwin - Senior Systems Administrator (Datacentres + Networks) Information and Communication Technology Services Australian Sports Commission http://ausport.gov.au Tel 02 62147830 Fax 02 62141830 PO Box 176 Belconnen ACT 2616 david.baldwin at ausport.gov.au Leverrier Street Bruce ACT 2617
participants (5)
-
David.Baldwin@ausport.gov.au
-
everett.vernon@gmail.com
-
josh@imaginenetworksllc.com
-
paul@shadowsoft.com
-
SKreien@la-z-boy.com