]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - release/picobsd/tinyware/aps/README
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / release / picobsd / tinyware / aps / README
1 1998.07.12
2
3 This is a small 'ps' replacement, which uses information available via
4 procfs(5) interface. It's primitive, but gives you the most important
5 informations, i.e. how many processes are running and on which vty, and the
6 pid number to kill some of them. :-)
7
8 When I have some time, I'll add usual switches and other functions that normal
9 'ps' has...
10
11 Also, what I'm now inclined to think is that it should be reworked to use
12 more general (and less complicated) sysctl(3).
13
14 <abial@freebsd.org>
15
16 (As of 1998.07.31 this program is no longer used in PicoBSD. See sps(1) in
17 TinyWare collection).
18
19 $FreeBSD$