diff options
author | Leah Neukirchen <leah@vuxu.org> | 2023-05-08 15:34:58 +0200 |
---|---|---|
committer | Leah Neukirchen <leah@vuxu.org> | 2023-05-08 15:34:58 +0200 |
commit | 58246397d7e5898c886337502d089a84b3b1faa8 (patch) | |
tree | d2f6df8b435f11dc0e766bf3b5e10aca527be70c /README | |
parent | 8926a832f09d30c7428474edd553e89ad83a58a0 (diff) | |
download | px-58246397d7e5898c886337502d089a84b3b1faa8.tar.gz px-58246397d7e5898c886337502d089a84b3b1faa8.tar.xz px-58246397d7e5898c886337502d089a84b3b1faa8.zip |
add manpage and README
Diffstat (limited to 'README')
-rw-r--r-- | README | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/README b/README new file mode 100644 index 0000000..da89814 --- /dev/null +++ b/README @@ -0,0 +1,39 @@ +PX(1) General Commands Manual PX(1) + +NAME + px – report details on matching processes + +SYNOPSIS + px [-f] PATTERNS ... + +DESCRIPTION + px searches the process list for processes matching any of the patterns + PATTERNS and prints details on them, namely PID, user, cpu usage, virtual + and real memory usage, start time, run time and cpu time, as well as the + full command line. + + As PATTERNS may be used: substrings of the process name or numeric PIDs. + + The options are as follows: + + -f Search the whole command line, including arguments. + +EXIT STATUS + The px utility returns 0 when a process was found, 1 if no process was + found, and 2 when other errors occured. + +SEE ALSO + ps(1), pgrep(2) + +AUTHORS + Leah Neukirchen <leah@vuxu.org> + +LICENSE + px is in the public domain. + + To the extent possible under law, the creator of this work has waived all + copyright and related or neighboring rights to this work. + + http://creativecommons.org/publicdomain/zero/1.0/ + +Void Linux May 8, 2023 Void Linux |