linux:process_management

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
linux:process_management [2017/05/26 04:57] – [nohup] mguptonlinux:process_management [2018/06/01 13:27] (current) mgupton
Line 3: Line 3:
   * process listing command   * process listing command
 An example of a good general purpose process listing including a long formatted date-time of the start time of the command and the elapsed time since the process was started. An example of a good general purpose process listing including a long formatted date-time of the start time of the command and the elapsed time since the process was started.
-<code>+<code bash>
 ps -eo pid,lstart,etime,cmd:128 ps -eo pid,lstart,etime,cmd:128
 </code> </code>
Line 13: Line 13:
 ps -ef | grep -i "[f]oobar" ps -ef | grep -i "[f]oobar"
 </code> </code>
 +
 +  * List process hierarchy (tree)
 +<code bash>
 +ps -ejH
 +</code>
 +
 =====disown===== =====disown=====
   * process termination   * process termination
  • linux/process_management.1495774648.txt.gz
  • Last modified: 2017/05/26 04:57
  • by mgupton