Difference between revisions of "Main Page/IT/Admin"

From Lewis Consultancy Wiki
< Main Page‎ | IT
Jump to navigationJump to search
(Created page with "=Which processes are listening on which ports?= <pre>netstat -tulpn</pre>")
 
 
Line 1: Line 1:
 
=Which processes are listening on which ports?=
 
=Which processes are listening on which ports?=
 
<pre>netstat -tulpn</pre>
 
<pre>netstat -tulpn</pre>
 +
=Which processes are using all the IO=
 +
<pre>iotop --only</pre>
 +
The --only shows only processes using io as opposed to all processes

Latest revision as of 15:00, 22 October 2014

Which processes are listening on which ports?

netstat -tulpn

Which processes are using all the IO

iotop --only

The --only shows only processes using io as opposed to all processes