how to find out iowait per process on linux with top command
Clash Royale CLAN TAG#URR8PPP
up vote
0
down vote
favorite
How to find iowait
to process on linux with top command?
I want to find out how much time my process wait for i/o.
linux io top
add a comment |Â
up vote
0
down vote
favorite
How to find iowait
to process on linux with top command?
I want to find out how much time my process wait for i/o.
linux io top
1
you have got to useiotop
â Rui F Ribeiro
Jan 23 at 19:29
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
How to find iowait
to process on linux with top command?
I want to find out how much time my process wait for i/o.
linux io top
How to find iowait
to process on linux with top command?
I want to find out how much time my process wait for i/o.
linux io top
edited Jan 23 at 20:16
asked Jan 23 at 19:18
fsefs
12
12
1
you have got to useiotop
â Rui F Ribeiro
Jan 23 at 19:29
add a comment |Â
1
you have got to useiotop
â Rui F Ribeiro
Jan 23 at 19:29
1
1
you have got to use
iotop
â Rui F Ribeiro
Jan 23 at 19:29
you have got to use
iotop
â Rui F Ribeiro
Jan 23 at 19:29
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
1
down vote
If you need to monitor processes in realtime, use iotop
instead.
top
can show total amount of iowait of all processes in wa
parameter:
wa, IO-wait : time waiting for I/O completion
In addition with top
you can see load average that show average number of running + waiting threads. This metric can indirectly indicate disk problems
Is the WA measured in percentages and updated in real time?
â fsefs
Jan 23 at 19:43
@fsefs, yes it is. From man pages:As a default, percentages for these individual categories are displayed.
â Egor Vasilyev
Jan 23 at 20:19
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
1
down vote
If you need to monitor processes in realtime, use iotop
instead.
top
can show total amount of iowait of all processes in wa
parameter:
wa, IO-wait : time waiting for I/O completion
In addition with top
you can see load average that show average number of running + waiting threads. This metric can indirectly indicate disk problems
Is the WA measured in percentages and updated in real time?
â fsefs
Jan 23 at 19:43
@fsefs, yes it is. From man pages:As a default, percentages for these individual categories are displayed.
â Egor Vasilyev
Jan 23 at 20:19
add a comment |Â
up vote
1
down vote
If you need to monitor processes in realtime, use iotop
instead.
top
can show total amount of iowait of all processes in wa
parameter:
wa, IO-wait : time waiting for I/O completion
In addition with top
you can see load average that show average number of running + waiting threads. This metric can indirectly indicate disk problems
Is the WA measured in percentages and updated in real time?
â fsefs
Jan 23 at 19:43
@fsefs, yes it is. From man pages:As a default, percentages for these individual categories are displayed.
â Egor Vasilyev
Jan 23 at 20:19
add a comment |Â
up vote
1
down vote
up vote
1
down vote
If you need to monitor processes in realtime, use iotop
instead.
top
can show total amount of iowait of all processes in wa
parameter:
wa, IO-wait : time waiting for I/O completion
In addition with top
you can see load average that show average number of running + waiting threads. This metric can indirectly indicate disk problems
If you need to monitor processes in realtime, use iotop
instead.
top
can show total amount of iowait of all processes in wa
parameter:
wa, IO-wait : time waiting for I/O completion
In addition with top
you can see load average that show average number of running + waiting threads. This metric can indirectly indicate disk problems
answered Jan 23 at 19:36
Egor Vasilyev
1,792129
1,792129
Is the WA measured in percentages and updated in real time?
â fsefs
Jan 23 at 19:43
@fsefs, yes it is. From man pages:As a default, percentages for these individual categories are displayed.
â Egor Vasilyev
Jan 23 at 20:19
add a comment |Â
Is the WA measured in percentages and updated in real time?
â fsefs
Jan 23 at 19:43
@fsefs, yes it is. From man pages:As a default, percentages for these individual categories are displayed.
â Egor Vasilyev
Jan 23 at 20:19
Is the WA measured in percentages and updated in real time?
â fsefs
Jan 23 at 19:43
Is the WA measured in percentages and updated in real time?
â fsefs
Jan 23 at 19:43
@fsefs, yes it is. From man pages:
As a default, percentages for these individual categories are displayed.
â Egor Vasilyev
Jan 23 at 20:19
@fsefs, yes it is. From man pages:
As a default, percentages for these individual categories are displayed.
â Egor Vasilyev
Jan 23 at 20:19
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%2f419168%2fhow-to-find-out-iowait-per-process-on-linux-with-top-command%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
1
you have got to use
iotop
â Rui F Ribeiro
Jan 23 at 19:29