Linux finds the process with the specified name and displays the process details

Source: Internet
Author: User

In practice, there might be a scenario where a process name feature string is given to find details of all processes that match the process name.

The solution is to:

(1) the pgrep [str] command is used for fuzzy matching, and the process ID matching the feature string is found;

(2) Second, according to the process ID display the specified process information, PS--pid [PID];

(3) Because the found process ID needs to be passed as a parameter to the PS command, so use the Xargs command, through the pipe symbol connection;

(4) Finally show the process details, you need to add the-u parameter.

The final command shape is as follows:

Pgrep Java | Xargs ps-u--pid

Linux finds the process with the specified name and displays the process details

Related Article

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.