pub const PROCESS_TITLE: &'static str;
Process title (proctitle)
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.
"cat /etc/hostname"
"xfce4-session"
"bash"