Ken<br><br><div class="gmail_quote"><div dir="ltr">On Thu, 20 Oct 2016, 16:39 ken schweiker <<a href="mailto:kenschweiker@gmail.com">kenschweiker@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Can I display my servers page swap rates in Xymon?<br class="gmail_msg"></blockquote></div><div><br></div><div>Yes, it's open source so anything is possible. ;-)</div><div><br></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
As something like the sar command ; sar -W -f<br class="gmail_msg"></blockquote></div><div><br></div><div>I think some OSes have support for this already. Or maybe I've hacked so many xymon installs, I longer remember what comes out of the box. What OS are you running?</div><div><br></div><div>The standard way of graphing custom data is to follow the instructions in the doco for custom graphs: <a href="http://xymon.sourceforge.net/xymon/help/howtograph.html">http://xymon.sourceforge.net/xymon/help/howtograph.html</a></div><div><br></div><div>This is typically done client-side.</div><div><br></div><div>You can also extend the client side to simply supplement the client data (eg to add a [paging] section), and then write a server-side script to parse and process on behalf of the client, feeding into xymond locally.</div><div><br></div><div>If you develop a script to do this, consider putting it up on xymonton so others can benefit.</div><div><br></div><div>J</div><div><br></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
</blockquote></div>