pub const PROCESS_TITLE: &str = "process.title";
Expand description
Process title (proctitle)
§Notes
In many Unix-like systems, process title (proctitle), is the string that represents the name or command line of a running process, displayed by system monitoring tools like ps, top, and htop.
§Examples
"cat /etc/hostname"
"xfce4-session"
"bash"