User Tools

Site Tools


docs:tips_n_tricks:system.html
no way to compare when less than two revisions

Differences

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


docs:tips_n_tricks:system.html [29.09.2010 18:04 CEST] (current) – created peter
Line 1: Line 1:
 +====== System related commands ======
  
 +===== Getting Process Information =====
 +
 +Print lsof with headline and all lines relevant for process <pid>:
 +
 +  lsof | ( grep -m 1 PID ; awk ' $2 == <pid> {print $0}' ) | less 
docs/tips_n_tricks/system.html.txt · Last modified: 29.09.2010 18:04 CEST by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki