David van Moolenbroek b89261ba01 Rename top(1) to mtop(1), import NetBSD top(1)
Due to differences in (mainly) measuring and accumulating CPU times,
the two top programs end up serving different purposes: the NetBSD
top is a system administration tool, while the MINIX3 top (now mtop)
is a performance debugging tool.  Therefore, we keep both.

The newly imported BSD top has a few MINIX3-specific changes.  CPU
statistics separate system time from kernel time, rather than kernel
time from time spent on handling interrupts.  Memory statistics show
numbers that are currently relevant for MINIX3.  Swap statistics are
disabled entirely.  All of these changes effectively bring it closer
to how mtop already worked as well.

Change-Id: I9611917cb03e164ddf012c5def6da0e7fede826d
2016-01-13 20:32:53 +01:00

10 lines
463 B
Groff

.SH "HPUX 9 INFORMATION"
Under HP/UX 9, the kernel symbol _ccpu was eliminated. The author
believe that _cexp is a suitable substitute, but cannot be positive.
This seems to be confirmed by the fact that information produced using
this assumption correlates well with that produced by HP's version of top.
This port was adapted from the port for HP/UX version 8 (written by
Christos Zoulas). The adaptation was performed by Kevin Schmidt
<kevin@mcl.ucsb.edu>.