On Mon, 3 Apr 2000, visi0n wrote:

>         I was thinking how normal programs get info about cpu and memory
> utilization in bsd's systems, (maybe sysctl ?).

In the olden days, you used to have to read kernel data structures through
/dev/mem (or friends(?)). This usually means that you have to be
privileged or at least loved by a privileged person on the system.

Lately, a lot (more) of this data is accessible through sysctl, although I
don't know exactly what. Just more.

Michael Bacarella
New York Connect Net



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to