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/sps/README | |
parent | 0b0c1554a87b20eb1377566bce8833788ec96394 (diff) | |
download | src-c9d8fd0a7bb8ae40b9da7c52caec851ca9d0cf3e.tar.gz src-c9d8fd0a7bb8ae40b9da7c52caec851ca9d0cf3e.zip |
Initial import of PicoBSD v0.4 tree.
Notes
Notes:
svn path=/cvs2svn/branches/PICOBSD/; revision=38589
Diffstat (limited to 'release/picobsd/tinyware/sps/README')
-rw-r--r-- | release/picobsd/tinyware/sps/README | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/release/picobsd/tinyware/sps/README b/release/picobsd/tinyware/sps/README new file mode 100644 index 000000000000..94098e7e3f2e --- /dev/null +++ b/release/picobsd/tinyware/sps/README @@ -0,0 +1,17 @@ +1998.07.17 + +This is a small 'ps' replacement, which uses information available via +sysctl(3) interface (contrary to the 'aps', which requires you to mount +procfs(5) to be able to get exactly the same info, so I think that 'sps' +is superior solution). + +When I have some time, I'll add usual switches and other functions that normal +'ps' has... + +The most serious limitation of 'sps' is that it's unable to retrieve the whole +command line. + + +<abial@nask.pl> + +$Id: README,v 1.1 1998/07/16 23:21:59 abial Exp $ |