

- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Linux Process Monitoring
In Linux, Top command is utilized to monitor Linux Process which is used frequently used by many systems. It is available under many Linux, Unix like operating system. All the running and active real-time processes in ordered list is displayed and updates it regularly by this Top command. display CPU usage, Swap memory, Cache Size, Buffer Size,Process PID, User, Commands and much more. It shows high memory and CPU utilization of running processes in your machine.
The following command to monitor Linux Process is typed and it should access root permission.
#top
The output should be like this –
- Related Questions & Answers
- Resuming Process Monitoring for a Process Instance
- Process Synchronization in Linux
- Process Representation in Linux System
- Netdata – A Real-Time Performance Monitoring Tool for Linux Systems
- Collectl: An Advanced All-in-One Performance Monitoring Tool for Linux
- What is Zombie Process in Linux?
- How to create a process in Linux?
- Init process on UNIX and Linux systems
- Prevent fork bomb by limiting user process in linux
- How to Kill a Process by Name in Linux?
- What are the process states in Windows and Linux?
- Count the number of threads in a process on linux
- What are the five process states in the Linux kernel ?
- How to use the sub process module with pipes on Linux?
- What is the maximum number of threads per process in Linux?
Advertisements