Re: [ntp:questions] NTP MRTG graphs?

2007-08-01 Thread Rob van der Putten
Hi there


Dennis Hilberg Jr wrote:

> I have the same issue on my apollo machine.  I believe the problem is 
> the positive frequency value, as it seems to have no trouble graphing 
> saturn's negative values properly.
> 
> At any rate, adding the option '--alt-y-grid' should solve the problem.  
> I put the script I use for apollo's plots in my scripts/ntp directory 
> for an example:
> 
> http://saturn.dennishilberg.com/scripts/ntp/graph_ntp_values.apollo
> 
> Hope that helps,

It does!
Thanks!

I have got some parent graphs, if anyone is interested;
http://www.sput.nl/ntpstats/remote/

The scripts generate meta files, so each image has its own expiry date 
and refresh time.


Regards,
Rob
-- 
+--+
|   Rob van der Putten, [EMAIL PROTECTED]|
|   http://www.sput.nl/spam/spam-policy.html   |
+--+

___
questions mailing list
questions@lists.ntp.org
https://lists.ntp.org/mailman/listinfo/questions


Re: [ntp:questions] NTP MRTG graphs?

2007-08-01 Thread Dennis Hilberg Jr
Rob van der Putten wrote:

> I have got a weird problem with the frequency. On my Sid box it won't do 
> the PPM scale properly;
> http://www.sput.nl/ntpstats/pc5/pc5-ntp-freq.png
> It just says 74, 74, 74 etc.. Instead of 73.9, 74.0, 74.1, etc.
> 
> It's OK on my Sarge box though;
> http://www.sput.nl/ntpstats/rrdtool/sput-ntp-freq.png
> 
> 
> Regards,
> Rob

I have the same issue on my apollo machine.  I believe the problem is the 
positive frequency value, as it seems to have no trouble graphing saturn's 
negative values properly.

At any rate, adding the option '--alt-y-grid' should solve the problem.  I 
put the script I use for apollo's plots in my scripts/ntp directory for an 
example:

http://saturn.dennishilberg.com/scripts/ntp/graph_ntp_values.apollo

Hope that helps,
-- 
Dennis Hilberg Jr 

NTP Server Information: http://saturn.dennishilberg.com/ntp.php

___
questions mailing list
questions@lists.ntp.org
https://lists.ntp.org/mailman/listinfo/questions


Re: [ntp:questions] NTP MRTG graphs?

2007-08-01 Thread Rob van der Putten
Hi there


Dennis Hilberg Jr wrote:

> Like Roger said, you should try RRDtool.  It will do what you are asking 
> for.
> 
> I have my scripts available that I use to create my RRDtool plots.  
> Check out http://saturn.dennishilberg.com/ntp.html for the data plots, 
> and http://saturn.dennishilberg.com/scripts/ntp for the actual scripts.
> 
> Also, be sure to check out Steven Bjork's website 
> http://www.wraith.sf.ca.us/ntp/index.html#monitoring for help with 
> creating RRDtool plots with ntp.  It helped me out a lot with figuring 
> out RRDtool, as documentation alone is not much help.
> 
> The documentation is somewhat helpful though, 
> http://oss.oetiker.ch/rrdtool/doc/index.en.html .  But it's much more 
> helpful to see some scripts in action rather than rely completely on the 
> documentation, IMHO.

I have got a weird problem with the frequency. On my Sid box it won't do 
the PPM scale properly;
http://www.sput.nl/ntpstats/pc5/pc5-ntp-freq.png
It just says 74, 74, 74 etc.. Instead of 73.9, 74.0, 74.1, etc.

It's OK on my Sarge box though;
http://www.sput.nl/ntpstats/rrdtool/sput-ntp-freq.png


Regards,
Rob
-- 
+--+
|   Rob van der Putten, [EMAIL PROTECTED]|
|   http://www.sput.nl/spam/spam-policy.html   |
+--+

___
questions mailing list
questions@lists.ntp.org
https://lists.ntp.org/mailman/listinfo/questions


Re: [ntp:questions] NTP MRTG graphs?

2007-07-28 Thread Dennis Hilberg Jr
Pete Stephenson wrote:
> I've been interested in using MRTG (or a similar graphing utility) to 
> graph various properties of my time server like the offset, jitter, 
> frequency, number of unique users, number of abusive users, etc.
> 
> I was reviewing David Taylor's page at 
> http://www.david-taylor.myby.co.uk/ntp/NTPandMRTG.txt and it's been most 
> helpful.
> 
> However, I also see that there are several other public time servers 
> that are generating quite detailed graphs and I was wondering if anyone 
> would be willing to share the scripts used to get the numerical data 
> from NTP, format it into a way that MRTG can interpret, and the MRTG 
> config files needed to analyze and graph it.
> 
> Since MRTG only deals with integers, it rounds (or truncates, not 100% 
> sure) decimal values to the closest integer. This isn't terribly useful, 
> as I'd like to see some of the finer changes over time. I attempted to 
> multiply all the decimal values by 1000 and have MRTG work with those, 
> and this has met with some success, but I'd much rather have the graphs 
> show something in a reasonable scale (like 0-20ms offset, rather than 
> 0-20,000us). Obviously this can be done, as I've seen graphs for NTP 
> servers made this way, but I'm getting a headache wrangling (and 
> failing) with MRTG to get it right.
> 
> Cheers!
> 

Hi Pete,

Like Roger said, you should try RRDtool.  It will do what you are asking for.

I have my scripts available that I use to create my RRDtool plots.  Check 
out http://saturn.dennishilberg.com/ntp.html for the data plots, and 
http://saturn.dennishilberg.com/scripts/ntp for the actual scripts.

Also, be sure to check out Steven Bjork's website 
http://www.wraith.sf.ca.us/ntp/index.html#monitoring for help with creating 
RRDtool plots with ntp.  It helped me out a lot with figuring out RRDtool, 
as documentation alone is not much help.

The documentation is somewhat helpful though, 
http://oss.oetiker.ch/rrdtool/doc/index.en.html .  But it's much more 
helpful to see some scripts in action rather than rely completely on the 
documentation, IMHO.

Good luck!

-- 
Dennis Hilberg Jr 

NTP Server Information: http://saturn.dennishilberg.com/ntp.html

___
questions mailing list
questions@lists.ntp.org
https://lists.ntp.org/mailman/listinfo/questions


Re: [ntp:questions] NTP MRTG graphs?

2007-07-28 Thread wa6zvp
On Jul 26, 1:03 pm, Pete Stephenson <[EMAIL PROTECTED]> wrote:
> I've been interested in using MRTG (or a similar graphing utility) to
> graph various properties of my time server like the offset, jitter,
> frequency, number of unique users, number of abusive users, etc.
>
> I was reviewing David Taylor's page 
> athttp://www.david-taylor.myby.co.uk/ntp/NTPandMRTG.txtand it's been most
> helpful.
>
> However, I also see that there are several other public time servers
> that are generating quite detailed graphs and I was wondering if anyone
> would be willing to share the scripts used to get the numerical data
> from NTP, format it into a way that MRTG can interpret, and the MRTG
> config files needed to analyze and graph it.
>
> Since MRTG only deals with integers, it rounds (or truncates, not 100%
> sure) decimal values to the closest integer. This isn't terribly useful,
> as I'd like to see some of the finer changes over time. I attempted to
> multiply all the decimal values by 1000 and have MRTG work with those,
> and this has met with some success, but I'd much rather have the graphs
> show something in a reasonable scale (like 0-20ms offset, rather than
> 0-20,000us). Obviously this can be done, as I've seen graphs for NTP
> servers made this way, but I'm getting a headache wrangling (and
> failing) with MRTG to get it right.
>
> Cheers!
>
> --
> Pete Stephenson
> HeyPete.com

Pete,
 MRTG has one other drawback when doing NTP monitoring.  It doesn't do
negative numbers.

 You should look into RRDTool, as it solves most of your issues.  I'm
pretty sure that I've seen graphs produced by RRD in use with NTP by
others that read this group.  (I have not yet, myself).

http://oss.oetiker.ch/rrdtool/

 Cheers,
  Roger

___
questions mailing list
questions@lists.ntp.org
https://lists.ntp.org/mailman/listinfo/questions


Re: [ntp:questions] NTP MRTG graphs?

2007-07-27 Thread David L. Mills
Pete,

The graphs produced by me and shown on web pages and in my book use 
MatLab programs. I am happy to share those for folks who have that 
product, which is endemic to just about every engineering department in 
the country.

Dave

Pete Stephenson wrote:

> I've been interested in using MRTG (or a similar graphing utility) to 
> graph various properties of my time server like the offset, jitter, 
> frequency, number of unique users, number of abusive users, etc.
> 
> I was reviewing David Taylor's page at 
> http://www.david-taylor.myby.co.uk/ntp/NTPandMRTG.txt and it's been most 
> helpful.
> 
> However, I also see that there are several other public time servers 
> that are generating quite detailed graphs and I was wondering if anyone 
> would be willing to share the scripts used to get the numerical data 
> from NTP, format it into a way that MRTG can interpret, and the MRTG 
> config files needed to analyze and graph it.
> 
> Since MRTG only deals with integers, it rounds (or truncates, not 100% 
> sure) decimal values to the closest integer. This isn't terribly useful, 
> as I'd like to see some of the finer changes over time. I attempted to 
> multiply all the decimal values by 1000 and have MRTG work with those, 
> and this has met with some success, but I'd much rather have the graphs 
> show something in a reasonable scale (like 0-20ms offset, rather than 
> 0-20,000us). Obviously this can be done, as I've seen graphs for NTP 
> servers made this way, but I'm getting a headache wrangling (and 
> failing) with MRTG to get it right.
> 
> Cheers!
> 

___
questions mailing list
questions@lists.ntp.org
https://lists.ntp.org/mailman/listinfo/questions


Re: [ntp:questions] NTP MRTG graphs?

2007-07-26 Thread Harlan Stenn
There is some information at:

 http://support.ntp.org/Support/MonitoringAndControllingNTP

and I think it would be Swell if more people added more notes or scripts
there.

H

___
questions mailing list
questions@lists.ntp.org
https://lists.ntp.org/mailman/listinfo/questions