pm(1) process manager
Find a file
2024-04-11 13:11:29 +05:45
.gitignore more flags, update readme, .gitignore 2024-04-07 17:26:00 +05:45
COPYING pm(1) process manager 2024-04-04 23:55:09 +05:45
Makefile Makefile: install and uninstall rule 2024-04-06 12:59:23 +05:45
pm.ha CPU usage (maybe broken idk) and remove replicate 2024-04-11 13:11:29 +05:45
README CPU usage (maybe broken idk) and remove replicate 2024-04-11 13:11:29 +05:45

pm(1)                 pm: process manager                      pm(1)
pm: process manager

Usage: pm [-haemctC] [-g <search string>] [-s <signal>] [PID..]

-h: print this help text
-g <search string>: looks up process table and prints matches
-s <signal>: send signal to process
-a: prints the args of the process
-e: prints environ of the process
-m: prints memory used by the process in kB
-c: prints cpu usage in percentage
-t: process tabulation of given PIDs
-C: prints of PID of child processes