On Sun, 27 Nov 2005, Poul-Henning Kamp wrote:

In message <[EMAIL PROTECTED]>, Robert Watson writes:

 This offers a minimum update rate of 1/HZ,
 but in practice will often be more frequent due to the frequency of
 time stamping in the kernel:

Not quite...

The precision is guaranteed to be no worse than 1msec, and is unlikely to be significantly better.

Sadly, for some workloads it will be -- we update the cached time stamp for every kernel context switch, so workloads that trigger lots of context switches will also trigger time stamp updates. I.e., loopback network traffic due to the netisr and user space context switches, high in-bound network triffic due to ithread and netisr context switches, etc.

Robert N M Watson
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to