PS (processes) output
Basically everytime
$ ps aux
$ ps aux | grep something
Process hierarchies
$ ps faux
Choose a process with a given pid
$ ps -p 814
Choose specific columns (no spaces after a comma!)
$ ps -p 814 -o %mem,%cpu
Basically everytime
$ ps aux
$ ps aux | grep something
Process hierarchies
$ ps faux
Choose a process with a given pid
$ ps -p 814
Choose specific columns (no spaces after a comma!)
$ ps -p 814 -o %mem,%cpu