https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=219829
Fabian Keil <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Fabian Keil <[email protected]> --- systat uses gettimeofday() calls to measure the time difference between updates. If the system time jumps, the "elapsed" time can appear to be less than a second in which case the devisions in fetchifstat() will result in the devided variables becoming larger. systat should probably be changed to use clock_gettime() with a monotonic clock. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
