Transformation of output of CPU usage into pie chart
Clash Royale CLAN TAG#URR8PPP
up vote
0
down vote
favorite
How to convert output of this command ps aux | awk 'NR>1tot[$3]++; ENDfor(id in tot)printf "%s %sn",id,tot[id]'
into pie chart.
bash shell-script
New contributor
add a comment |Â
up vote
0
down vote
favorite
How to convert output of this command ps aux | awk 'NR>1tot[$3]++; ENDfor(id in tot)printf "%s %sn",id,tot[id]'
into pie chart.
bash shell-script
New contributor
It doesn't make much sense what you are doing here. Are you trying to show CPU usage wrt. process id on the chart?
â jimmij
32 mins ago
Yes I am trying to show CPU usage wrt Process ID and I want to display in Pie Chart
â Satyam Kumar
17 mins ago
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
How to convert output of this command ps aux | awk 'NR>1tot[$3]++; ENDfor(id in tot)printf "%s %sn",id,tot[id]'
into pie chart.
bash shell-script
New contributor
How to convert output of this command ps aux | awk 'NR>1tot[$3]++; ENDfor(id in tot)printf "%s %sn",id,tot[id]'
into pie chart.
bash shell-script
bash shell-script
New contributor
New contributor
edited 10 mins ago
New contributor
asked 58 mins ago
Satyam Kumar
12
12
New contributor
New contributor
It doesn't make much sense what you are doing here. Are you trying to show CPU usage wrt. process id on the chart?
â jimmij
32 mins ago
Yes I am trying to show CPU usage wrt Process ID and I want to display in Pie Chart
â Satyam Kumar
17 mins ago
add a comment |Â
It doesn't make much sense what you are doing here. Are you trying to show CPU usage wrt. process id on the chart?
â jimmij
32 mins ago
Yes I am trying to show CPU usage wrt Process ID and I want to display in Pie Chart
â Satyam Kumar
17 mins ago
It doesn't make much sense what you are doing here. Are you trying to show CPU usage wrt. process id on the chart?
â jimmij
32 mins ago
It doesn't make much sense what you are doing here. Are you trying to show CPU usage wrt. process id on the chart?
â jimmij
32 mins ago
Yes I am trying to show CPU usage wrt Process ID and I want to display in Pie Chart
â Satyam Kumar
17 mins ago
Yes I am trying to show CPU usage wrt Process ID and I want to display in Pie Chart
â Satyam Kumar
17 mins ago
add a comment |Â
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Satyam Kumar is a new contributor. Be nice, and check out our Code of Conduct.
Â
draft saved
draft discarded
Satyam Kumar is a new contributor. Be nice, and check out our Code of Conduct.
Satyam Kumar is a new contributor. Be nice, and check out our Code of Conduct.
Satyam Kumar is a new contributor. Be nice, and check out our Code of Conduct.
Â
draft saved
draft discarded
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%2f480283%2ftransformation-of-output-of-cpu-usage-into-pie-chart%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
It doesn't make much sense what you are doing here. Are you trying to show CPU usage wrt. process id on the chart?
â jimmij
32 mins ago
Yes I am trying to show CPU usage wrt Process ID and I want to display in Pie Chart
â Satyam Kumar
17 mins ago