forked from radiopushka/pmmanager
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdefinitions.h
More file actions
3 lines (3 loc) · 707 Bytes
/
definitions.h
File metadata and controls
3 lines (3 loc) · 707 Bytes
1
2
3
#define FILENAME "processlog"
#define MENU "w-write all process to file\nd-dump all processes\nn-list new processes not in file\nc-clear file\nl-list launched processes(loop until ctrl-C)\nf-set filter for launched processes command (defualt is kworker)\nq-quit\nr-remove log file"
#define HELP "options:\n pmmanager watchdog <not include processes with this in their name> - lists all the processes that were started as the program was ran\n pmmanager interactive - interactive mode\n pmmanager <id> - detailed information about a process\n pmmanager - same as ps -ea\n pmmanager f <string> - show only processes with this in their name\n pmmanager r <string> - show processes with this not in their name"