I'm sure it's some stime or utime calculation, but I haven't determined what it is yet, as none of my guesses seemed to work out to a meaningful value.
In better news, the Packers are absolutely crushing everyone in their path. I'm giddy.
UPDATE: The formula is (utime + stime) / CLK_TCK, rounded up (at least, as far as I can tell).
top (Score:2)
Re:top (Score:2)
I'm not sure my pea-brain could handle the kvm api, though to be honest I haven't looked - just heard it was tough. I also thought it was a Solaris-only thing. Guess not. I'm also not sure I want the "more than one tick" issue. For now I can live with data that's .05 seconds out of date.
It's
Re:top (Score:1)
The danger to this approach is that many of the platforms will have code that is almost the same, differing only in a few details. When you fix a bug in that mostly common code in one, it is easy to forget to fix the same bug in the others because they have separate copies of the (almost) identical code. You can have the same problem with I
Re:top (Score:2)
Ah, but if the code's nearly identical, then it becomes a matter of copy/paste anyway. Fix one, and you know how to fix the rest. Sure, it'll be a little more time, but not that much more time. It would
Re:top (Score:1)
My roommate at University made up a law "If there is more than one copy of something, at most one of them is correct." with the addendum that "The number that are correct approachs zero asymptotically over time."
It is harder to forget to check the other variants when they are in the same file (even then, it is still possible to forget to check them [al