This article focuses on the concept of process in Linux and the management tools of the process. Original: http://liaoph.com/inux-process-management/The concept of a process what is a processA process is an entity that is a program in a computer. A
The top command is a common performance analysis tool under Linux that shows the resource usage of individual processes in the system in real time, similar to the Task Manager for Windows. Top is a dynamic display process where the current state can
Configuration file
. BASHRC/.ZSHRCSave personal personalization settings, such as command aliases, paths, and so on. The. BASHRC is typically called explicitly in the. bash_profile file. Log in to Linux to start bash first read the
The top command is a common performance analysis tool under Linux that shows the resource usage of each process in the system in real time.Top is a dynamic display process where the current state can be refreshed continuously with the user key. If
During system maintenance, it may be necessary to review the CPU usage at any time, and to analyze the system condition according to the corresponding information. In CentOS, you can view CPU usage by using the top command. After running the top
Inherit from parent process
Process Eligibility (live (real)/active (Effective)/saved (saved) user number (UIDs) and group number (Gids))
Environment (environment)
Stack
The memory
opens a descriptor for the file
1. What is idle?Simply put, idle is a process with a PID number of 0. Its predecessor was the first process created by the system and the only one that was not produced by fork (). In SMP systems, each processor unit has a separate running queue,
Source: CSDN Wang Wensong transferred from Linux communeFork () functionThe only way to create a new process in Linux is to use the fork () function. The fork () function is a very important function in the Linux system, and the functions we have
The second line shows the total process totals, the number of processes that running is running, the number of processes that sleeping sleep, the number of processes stopped stopped, and the number of zombie zombie processes. The third line
1. What is idle?Simply put, idle is a process with a PID number of 0. Its predecessor was the first process created by the system and the only one that was not produced by fork (). In SMP systems, each processor unit has a separate running queue,
This chapter mainly analyzes the concepts of process definition, state, data structure in the view of code.Definition of the processA process is a running program that is a dynamic executable entity. While a program is a collection of code and data,
In the era of windows3x, although Windows is like a multithreaded process to complete operations, sharing CPU time among multiple applications, giving every application a chance to execute, all applications must be single-threaded. After
At present, the TCP/IP communication protocol and its standard socket application Development Programming Interface (API) are widely used in network transmission applications. The TCP/IP transport layer has two parallel protocols: TCP and UDP. Where
1. Process invocation2.CPU allocation3. Process creation4. Process scheduling5. Memory allocation and recycling6. Process Type7. Process Status8.IO process9.IPCI. Linux process and Job management1. Process invocation:Call: Calling someone else to
IntroductionThe top command is a common performance analysis tool under Linux that shows the resource usage of individual processes in the system in real time, similar to the Task Manager for Windows.Top display system current process and other
1. What is idle?Simply put, idle is a process with a PID number of 0. Its predecessor was the first process created by the system. is also the only process that has not been produced by fork ().In an SMP system, each processor unit has a separate
During system maintenance, it may be necessary to review the CPU usage at any time, and to analyze the system condition according to the corresponding information. In CentOS, you can view CPU usage by using the top command. After running the top
OneTopis a dynamic display process in which the current state can be refreshed continuously by a user key. If the command is executed in the foreground, it will monopolize the foreground until the user terminates the program. More accurately, the
Unit seventh-about the process1. Process definitionProcess is the work that the CPU does not complete2. Status of the processRun (running) hibernate (sleeping) Stop (stopped) to continue to end the zombie process (zombie)3. How to view processes in
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.