From Vernon.Everett@woodside.com.au Wed Jun 24 08:16:53 2026 From: Vernon.Everett@woodside.com.au To: xymon@xymon.com Subject: Multiple graphs on one page Date: Wed, 24 Dec 2008 10:31:46 +0900 Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0228590331897727060==" --===============0228590331897727060== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Hi all I am sure this has been asked and answered, but I can't find it in the list s= earch. I have a single test pumping out a number of data metrics. Imagine this output (fictional, but representative of my problem) Rusers=3D45 Users=3D104 Mqueue=3D32014 Rqueue=3D0 ReadPerSec=3D24035 OtherData=3D2128 NCV plugs these values into an RRD file very nicely, but of course you plot t= hem on the same graphs, it becomes meaningless because of the scale. Users and Rusers looks like a flat line down in the weeds, and only Mqueue an= d ReadPerSec have any real visibility. How can I display 2, or even 3 graphs on the same page with this data. One graph with Users and Rusers (Because they are in the similar scale range) Another with Mqueue ad ReadPerSec and potentially Rqueue - again because of a= similar scale range. And if possible, a third graph for OtherData 3 graphs with 3 scales using different fields from the same rrd file on the s= ame page. Possible? Cheers V P.S. To those who celebrate, a Merry Christmas to you all. To those who do no= t, a safe and enjoyable holiday to you. NOTICE: This email and any attachments are confidential.=20 They may contain legally privileged information or=20 copyright material. You must not read, copy, use or=20 disclose them without authorisation. If you are not an=20 intended recipient, please contact us at once by return=20 email and then delete both messages and all attachments. --===============0228590331897727060==-- From stef.coene@docum.org Wed Jun 24 08:16:53 2026 From: stef.coene@docum.org To: xymon@xymon.com Subject: [hobbit] Multiple graphs on one page Date: Wed, 24 Dec 2008 10:15:14 +0100 Message-ID: <200812241015.14756.stef.coene@docum.org> In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7604822011122664759==" --===============7604822011122664759== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit On Wednesday 24 December 2008, Everett, Vernon wrote: > Hi all > > I am sure this has been asked and answered, but I can't find it in the list > search. > > I have a single test pumping out a number of data metrics. > Imagine this output (fictional, but representative of my problem) > Rusers=45 > Users=104 > Mqueue=32014 > Rqueue=0 > ReadPerSec=24035 > OtherData=2128 > > NCV plugs these values into an RRD file very nicely, but of course you plot > them on the same graphs, it becomes meaningless because of the scale. Users > and Rusers looks like a flat line down in the weeds, and only Mqueue and > ReadPerSec have any real visibility. > > How can I display 2, or even 3 graphs on the same page with this data. Xymon can not do this for you. But you can do this yourself when you send the data from the client to the server. Just add to your test and point it to the image you want. You can wrap it in a so you click on it to open the 4-pages graph. The correct links can be copied from the address bar from your browser. I'm not at work, so I can not copy an example, but I hope you understand the idea. Stef --===============7604822011122664759==-- From henrik@hswn.dk Wed Jun 24 08:16:54 2026 From: henrik@hswn.dk To: xymon@xymon.com Subject: [hobbit] Multiple graphs on one page Date: Tue, 30 Dec 2008 22:10:55 +0000 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8971844459599420288==" --===============8971844459599420288== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable In "Everett, Vernon" writes: >I have a single test pumping out a number of data metrics. >Imagine this output (fictional, but representative of my problem) > Rusers=3D3D45 > Users=3D3D104 > Mqueue=3D3D32014 > Rqueue=3D3D0 > ReadPerSec=3D3D24035 > OtherData=3D3D2128 >NCV plugs these values into an RRD file very nicely, but of course you plot= =3D > them on the same graphs, it becomes meaningless because of the scale. >Users and Rusers looks like a flat line down in the weeds, and only Mqueue = =3D >and ReadPerSec have any real visibility. You don't have to plot all data from an RRD in the same graph. E.g. the "vmstat.rrd" files collect tons of data (around 20, if memory serves me right= ), but there are several different graph-definitions that use this rrd-file to display only a few of them. >How can I display 2, or even 3 graphs on the same page with this data. >One graph with Users and Rusers (Because they are in the similar scale rang= =3D >e) >Another with Mqueue ad ReadPerSec and potentially Rqueue - again because of= =3D > a similar scale range. >And if possible, a third graph for OtherData You can only do this on the "trends" page; if you have a custom status column, those status pages will only know how to show a single graph. On the "trends" status, say you have a "mydata1", "mydata2" and "mydata3" graphs defined in the hobbit-graphs.cfg file. Then you can put a TRENDS=3D*,mydata;mydata1|mydata2|mydata3 on the host definitions in bb-hosts, and the trends page will show those three graphs one after the other. Note: The "GRAPHS" setting in hobbitserver.= cfg must have "mydata" listed as the graph, not "mydata1" (or 2 or 3). Regards, Henrik --===============8971844459599420288==--