Questions tagged [time]

Time is a dimension in which events can be ordered from the past through the present into the future, and also the measure of durations of events and the intervals between them.

Time is a dimension in which events can be ordered from the past through the present into the future, and also the measure of durations of events and the intervals between them.

It has been said that time is used by the universe to ensure that everything doesn't happen all at once.

It has also been said that: "Time is an illusion, lunchtime doubly so." Not everyone agrees on the nature of time, and time is not fully understood even today.

Because human time perception can be wildly inaccurate, and many system services rely on the close synchronization of clocks, we have specialized clocks do the measurement of time for us. On the Internet, data from these clocks is made available via .

481 questions
4
votes
0 answers

Why did w32tm /resync cause it to correct itself, then overshoot?

Background: My LAN's Windows Server 2012 R2 Domain Controller had been running without any external time server for a few years and I finally synchronized it now. It had been running about 2 minutes behind what it should be. Here's the command-line…
Dai
  • 2,290
  • 8
  • 27
  • 43
4
votes
2 answers

How to do proper VPS timekeeping?

I'm configuring a VPS to log some time-series online data and I notice that the time is off. I'd like to have better than 10 second precision on this. I read somewhere that VPS timekeeping is different than on native (x86) systems because the error…
Xunie
  • 143
  • 6
4
votes
1 answer

Is PTP really more precise than NTP? If so, why?

I have read quite a bit about NTP and PTP time keeping protocols. While many sources claim that PTP is more precise than NTP for that type of granularity - the reason is not as clear. Why can't NTP be just as accurate if a stratum 0 reference clock…
Palace Chan
  • 151
  • 1
  • 4
4
votes
1 answer

Does NT5DS time synchronization have any place in a mixed Windows / Linux environment?

I am working on a plan towards overhauling how time synchronization is handled on our network. Currently our network is predominantly Windows-based, in a fairly standard AD domain broken up into various sites. However we are starting to utilize…
Tony Mitera
  • 55
  • 1
  • 1
  • 5
4
votes
1 answer

How do you manually trigger the first sync for 'Internet Time' in Windows?

When launching a Windows Instance on AWS I'd like to trigger the "Internet Time" to be updated via the command line (powershell or cmd). If I go to "Adjust date/time" and select the "Internet Time" tab I see "This computer is set to automatically…
4
votes
5 answers

ntpdate not updating system time in XenServer VM

We have a Debian webserver that I am trying to use ntpdate to keep the time in sync. When I run ntpdate ntp0.cs.mu.oz.au I receive 16 Sep 10:55:36 ntpdate[21626]: step time server 128.250.36.2 offset 318.914011 sec With no errors, which should be…
LukeR
  • 3,126
  • 2
  • 30
  • 25
4
votes
5 answers

Time synchronization and scheduled tasks

If NTP runs at 10:59:55, and fixes the time to 11:00:13, does chron run the 11:00:00, and *:00:00 tasks, or are they skipped? Alternately, if NTP runs at 11:00:00 and fixes the time to 10:59:48, do these tasks run twice? If they are skipped, what…
Adam Davis
  • 5,446
  • 3
  • 37
  • 52
4
votes
1 answer

CentOS keeps losing its localtime setting?

I'm running an extremely typical CentOS 6.5 server at DigitalOcean. As part of the site setup, I've changed /etc/localtime to something appropriate for me: rm /etc/localtime ln -sf /usr/share/zoneinfo/America/Los_Angeles /etc/localtime This works…
Jim Miller
  • 713
  • 2
  • 11
  • 23
4
votes
1 answer

How to stop time synchronization on an Azure VM

I'm trying to simulate a different date/time on an Azure VM but the time keeps resetting itself to the current date/time. Is there a way to force the server to stay at a specific date/time until I manually change it back? I have disabled the…
DSoft
  • 179
  • 1
  • 3
4
votes
6 answers

How to measure boot time?

I was wondering what is the "proper" or "most significant" way in which to measure the boot time of a client machine: From turn on to login prompt From turn on to login prompt (HDD light off) From turn on to browser open (HDD light off) From turn…
Sklivvz
  • 155
  • 1
  • 6
4
votes
2 answers

Ntpd excessively inaccurate

I have ntpd set up (Meinberg ntp-4.2.6p5@london version for Windows on a Windows 7 client) with a bunch of nearby servers selected for low ping times (usually 10-20ms ping). However it seems my clock is only accurate to within 100ms or less, and it…
Alex I
  • 207
  • 1
  • 8
4
votes
2 answers

How do I make all Xen guests use their host clock value?

I've set up Xen server under Linux with several guests running, and all was well. After some time I've noticed the clock on the server drifted away, so I installed 'ntpd', and the clock was back to normal. However, my Xen guests still had the old…
dragonroot
  • 193
  • 7
4
votes
1 answer

Apache HTTPD process cumulative cpu time

How can I aggregate all Apache HTTPD processes' CPU time usage to be able to compare them with other running processes' (MySQL, Java, ...)? Or how much CPU time does HTTPD needs compared to MySQL for example? "ps --cumulative", "top -S", "pidstat -T…
user77376
  • 193
  • 1
  • 5
4
votes
1 answer

Windows Server 2008 R2 time keeps changing unexpectedly

There is a serious problem with one of my servers time. At some random hours (5:59 localtime in the following example) it goes 1 hour back and keeps doing this again and again next times it reaches 5:59. Like this: 5:59->4:59 … 5:59-> 4:59 and so…
lmhost
  • 41
  • 1
  • 1
  • 2
4
votes
3 answers

Windows time command equivalent

There is a command in Linux that outputs system utilization called time. Is there a Windows equivalent? Or how else can I manually use the task manager commands in a batch file?
hanleyhansen
  • 257
  • 2
  • 4
  • 11