Tagged Questions
2
votes
3answers
423 views
How good is NTP for distributed time synchronization?
How accurate is NTP for keeping a set of servers time synchronized?
I'm writing a service which requires a set of servers (some acting as clients, some as servers) synchronized to second level ...
2
votes
2answers
1k views
convert NTP time to Human-readable time
i have managed to make a NTP request and retrieve the server time from it's NTP response.
i want to convert this number to a Human-readable time, writing in C++.
can some one help me ?
as example you ...
1
vote
0answers
50 views
Nagios check_ntp_peer not working
I am running a virtualized (vmware) debian (2.6.26-2-686) which I monitor through Nagios. Lastly, I am getting the following Critical error (reported by the _check_ntp_peer_ script):
NTP ...
1
vote
2answers
49 views
Print time from external server in bash
I'd like to know if it's possible to simply retrieve a Unix timestamp from an external server (using NTP, I suppose). I know there's ntpd, which will update the current system time to the time given ...
1
vote
2answers
265 views
linux - detecting change of system time
Is there a way to get notified when there is update to the system time from a time-server or due to DST change? I am after an API/system call or equivalent.
It is part or my effort to optimize ...
0
votes
3answers
134 views
Network time protocol (NTP)
I have found a simulator called ntpdsim for NTP: http://www.eecis.udel.edu/~mills/ntp/html/ntpdsim_new.html
I canot figure out on what OS I can use it. On the page there is no download content. So I ...
0
votes
0answers
126 views
Windows Mobile 6 NTP Client
What is the best NTP client available for a Windows Mobile 6 device? The Windows Mobile 6 handheld device will be connected to a Linux box over a USB connection and neither device will have internet ...
0
votes
1answer
122 views
alarm(2) - what does it do when someone changes the system time while it's waiting?
The man page says that alarm() arranges for a SIGALRM signal to be delivered to the process in _seconds_ seconds. What happens if someone (such as the user or ntpd) changes the system clock while the ...
-1
votes
2answers
150 views
Basic linux shell scripting: getting NTP at linux?
I want to write a shell script for getting NTP(Network Time Protocol) info for debian server.
How can I write, I don't know ?