How to get network and disk usage per process
Clash Royale CLAN TAG#URR8PPP
up vote
1
down vote
favorite
How to get network and disk usage and ram and cpu utilization per process in simple command?
monitoring
add a comment |Â
up vote
1
down vote
favorite
How to get network and disk usage and ram and cpu utilization per process in simple command?
monitoring
add a comment |Â
up vote
1
down vote
favorite
up vote
1
down vote
favorite
How to get network and disk usage and ram and cpu utilization per process in simple command?
monitoring
How to get network and disk usage and ram and cpu utilization per process in simple command?
monitoring
edited Dec 6 '17 at 9:30
asked Dec 6 '17 at 8:20
Mohannd
63
63
add a comment |Â
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
0
down vote
Display current processes or threads during IO
iotop - -only -b -n1
List top 10 CPU-consuming processes
ps axo %cpu,command | sort -nr | head
List top 10 memory-consuming processes
ps ago %mem,command | sort -nr | head
List connections per processes
netstat -plant #for tcp
netstat -planu #for udp
Network usage per remotes with iftop
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
Display current processes or threads during IO
iotop - -only -b -n1
List top 10 CPU-consuming processes
ps axo %cpu,command | sort -nr | head
List top 10 memory-consuming processes
ps ago %mem,command | sort -nr | head
List connections per processes
netstat -plant #for tcp
netstat -planu #for udp
Network usage per remotes with iftop
add a comment |Â
up vote
0
down vote
Display current processes or threads during IO
iotop - -only -b -n1
List top 10 CPU-consuming processes
ps axo %cpu,command | sort -nr | head
List top 10 memory-consuming processes
ps ago %mem,command | sort -nr | head
List connections per processes
netstat -plant #for tcp
netstat -planu #for udp
Network usage per remotes with iftop
add a comment |Â
up vote
0
down vote
up vote
0
down vote
Display current processes or threads during IO
iotop - -only -b -n1
List top 10 CPU-consuming processes
ps axo %cpu,command | sort -nr | head
List top 10 memory-consuming processes
ps ago %mem,command | sort -nr | head
List connections per processes
netstat -plant #for tcp
netstat -planu #for udp
Network usage per remotes with iftop
Display current processes or threads during IO
iotop - -only -b -n1
List top 10 CPU-consuming processes
ps axo %cpu,command | sort -nr | head
List top 10 memory-consuming processes
ps ago %mem,command | sort -nr | head
List connections per processes
netstat -plant #for tcp
netstat -planu #for udp
Network usage per remotes with iftop
edited Jan 6 at 21:57
SYN
1,804414
1,804414
answered Dec 6 '17 at 9:22
Praveen Kumar BS
1,010128
1,010128
add a comment |Â
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f409125%2fhow-to-get-network-and-disk-usage-per-process%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password