diff options
| author | Andrzej Bialecki <abial@FreeBSD.org> | 1998-08-27 17:38:45 +0000 |
|---|---|---|
| committer | Andrzej Bialecki <abial@FreeBSD.org> | 1998-08-27 17:38:45 +0000 |
| commit | c9d8fd0a7bb8ae40b9da7c52caec851ca9d0cf3e (patch) | |
| tree | 0f9c1dcefca21fb605aaf84b621c2813f01fa5e4 /release/picobsd/tinyware/aps/README | |
| parent | 0b0c1554a87b20eb1377566bce8833788ec96394 (diff) | |
Notes
Diffstat (limited to 'release/picobsd/tinyware/aps/README')
| -rw-r--r-- | release/picobsd/tinyware/aps/README | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/release/picobsd/tinyware/aps/README b/release/picobsd/tinyware/aps/README new file mode 100644 index 000000000000..2664c449bbaf --- /dev/null +++ b/release/picobsd/tinyware/aps/README @@ -0,0 +1,19 @@ +1998.07.12 + +This is a small 'ps' replacement, which uses information available via +procfs(5) interface. It's primitive, but gives you the most important +informations, i.e. how many processes are running and on which vty, and the +pid number to kill some of them. :-) + +When I have some time, I'll add usual switches and other functions that normal +'ps' has... + +Also, what I'm now inclined to think is that it should be reworked to use +more general (and less complicated) sysctl(3). + +<abial@nask.pl> + +(As of 1998.07.31 this program is no longer used in PicoBSD. See sps(1) in +TinyWare collection). + +$Id: README,v 1.2 1998/07/31 20:57:42 abial Exp $ |
