Difference between revisions of "System monitoring"

From Simson Garfinkel
Jump to navigationJump to search
(Created page with "## Linux processes $ top $ ps aux ## Linux file system $ iotop -oPa")
 
m
 
Line 1: Line 1:
## Linux processes
== Linux processes ==


     $ top
     $ top
     $ ps aux
     $ ps aux


## Linux file system
== Linux file system ==


     $ iotop -oPa
     $ iotop -oPa
== Python ==
* https://github.com/khamidou/lptrace

Latest revision as of 10:52, 11 June 2018

Linux processes

   $ top
   $ ps aux

Linux file system

   $ iotop -oPa

Python