Add minimal utility that is able to make sense of the per-cpu load
authorHiten Pandya <hmp@dragonflybsd.org>
Mon, 8 Aug 2005 03:31:00 +0000 (03:31 +0000)
committerHiten Pandya <hmp@dragonflybsd.org>
Mon, 8 Aug 2005 03:31:00 +0000 (03:31 +0000)
commiteeb085261d3fe0daa04bd9293a3a2b5f1cccb2e9
treeed6495687bc1dd8ece5fb5a7dbd0cdab68a7f5f2
parentf4fe233d46449964384ff1ed70a315d797c946af
Add minimal utility that is able to make sense of the per-cpu load
accounting struct kinfo_cputime, or previously known as 'cputime'.

It should reside under src/test because it is not complete and only
implements the base logic for those people interested who want to
incorporate this code into top(1) or some other accounting program
of their own.

--
Polish the 'Makefile' while I am around this end of the source tree.
test/pcpu/Makefile
test/pcpu/cpustat.c [new file with mode: 0644]