linux technotes
FOR ALL LINUX UPDATES SEARCH YOUR TOPIC ON LEFT CORNER TAB
Pages
Home
LINUX
Linux For Beginners
CONTACT US
Unix forum
Thursday, February 23, 2017
How to check CPU /memory of particular process ?
We can check from top command also can get it using below command
#ps -p <pid> -o %cpu
[root@linuxtechnotes ~]# ps -p 19930 -o %mem
%MEM
0.0
[root@linuxtechnotes ~]#
[root@linuxtechnotes ~]# ps -p 19930 -o %cpu
%CPU
97.0
[root@linuxtechnotes ~]#
[root@linuxtechnotes ~]#
2 comments:
Laura Bush
April 17, 2019 at 5:48 PM
nice
Reply
Delete
Replies
Reply
Unknown
May 24, 2021 at 9:38 PM
Thank you !
Reply
Delete
Replies
Reply
Add comment
Load more...
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
nice
ReplyDeleteThank you !
ReplyDelete