Re: Looking for comments on a new utility...

[ Available lists | Index of freebsd-current | Month of Jun 2002 | Week of 11 Jun 2002 | Raw email | View thread | Wrap long lines | Reply | Tag ]
From
Dag-Erling Smorgrav <des@ofug.org>
Date
11 Jun 2002 05:41:05
Subject
Re: Looking for comments on a new utility...
Message-ID
xzpr8jec7jd.fsf@flood.ping.uio.no

In reply to
References to

[ Hide this part ]
Juli Mallett <jmallett@FreeBSD.org> writes:
> ps(1)'s internals, however, didn't seem quite right to me, but after about
> 10 minutes reading kvm(3) manpages and recalling some tricks with recursive
> programming to produce an N-level tree with as many as N-1 elements, I had
> come up with a simple utility to print out a "process tree".

Don't do anything in ps(1) that depends on libkvm. It has to be
doable with sysctl as well.

DES
--
Dag-Erling Smorgrav - des@ofug.org

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message



Elapsed time: 0.111 seconds