On 14/04/2019 14:17, Kaushal Shriyan wrote:
Hi,
I have around 6 processes running on CentOS Linux release 7.6.1810 (Core). Is there a way to find out which process is taking resources like memory, CPU, I/O and network.
Process 1 : How much memory, CPU, I/O and network is currently consuming on linux server Process 2 : How much memory, CPU, I/O and network is currently consuming on linux server Process 3 : How much memory, CPU, I/O and network is currently consuming on linux server and so on and so forth.
Thanks in Advance and i look forward to hearing from you.
Best Regards,
Kaushal _______________________________________________ CentOS mailing list CentOS@centos.org https://lists.centos.org/mailman/listinfo/centos
From the command line there is always top(1). If you want a GUI then System Tools > System Moinitor and click on "Processes". All the columns are sortable.