Linux processes, threads (or child processes), Resource Usage view

Source: Internet
Author: User

# Linux processes, threads (or sub-processes), resource consumption view


To view a process:
Ps-ef | More (-e: All Processes,-F: Full format)
++++++++++++++++++++++++++++++++++++
+ UID: User ID+
+ PID: Process ID+
+ PPID: Parent process ID +
+ c:cpu occupancy rate +
+ stime: Start time +
+ TTY: Start TTY (terminal equipment) for this process +
+ Time: Total times this process has run +
+ CMD: command to start the process +
++++++++++++++++++++++++++++++++++++
Ps-ef | Grep-i < Program name >


To view Threads:
PS-T-P <pid>

To view resource consumption:
Top-p <pid>//process
Top-h-P <pid>//processes and threads under process (child processes)
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ PID: Process ID +
+ USER: Owner +
+ PR: Priority, smaller priority higher +
+ Ni:ninice Value +
+ VIRT: Virtual memory occupied +
+ RES: Physical memory occupied +
+ SHR: Shared memory occupied +
+ S: Process status, S hibernate, r running, Z Zombie, n priority value negative +
+%cpu:cpu occupancy rate +
+%men: Physical memory usage +
+ time+: Cumulative value of CPU time +
+ Command: Process-initiated commands +
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Linux processes, threads (or child processes), Resource Usage view

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.