当前位置:网站首页>The meaning in the status column displayed by PS aux command
The meaning in the status column displayed by PS aux command
2022-06-11 05:47:00 【Lao Liu selling vegetables at the corner of the street】
D Non interruptible Uninterruptible sleep (usually IO)
R Running , Or processes in the queue
S In a dormant state
T To stop or be tracked
Z Zombie process
W Enter memory swap ( From the kernel 2.6 It doesn't work at first )
X Dead process
< High priority
N Low priority
L Some pages are locked into memory
s Include subprocesses
+ Process groups in the background ;
l Multithreading , Clone thread multi-threaded (using CLONE_THREAD, like NPTL pthreads do)
边栏推荐
- Get the full link address of the current project request URL
- 袋鼠雲數棧基於CBO在Spark SQL優化上的探索
- 11. Gesture recognition
- BERT知识蒸馏
- Jsonobject jsonarray for parsing
- Slide the receleview horizontally to the far right to listen to the page loading function
- Minimize maximum
- Implementation of data access platform scheme (Youzu network)
- Aurora im live chat
- [go deep into kotlin] - flow advanced
猜你喜欢

Number of atoms (easy to understand)

如何让灯具智能化,单火、零火智能开关怎么选!

Basics of customized view

NDK learning notes (IX) POSIX sockect connection oriented communication

NDK learning notes (I)

MySQL string to array, merge result set, and convert to array

Sword finger offer 50: the first character that appears only once

Big meal count (time complexity) -- leetcode daily question

NDK learning notes (13) create an avi video player using avilib+opengl es 2.0

Customize the layout of view Foundation
随机推荐
NDK learning notes (XI) POSIX sockect local communication
20多种云协作功能,3分钟聊透企业的数据安全经
Vscode plug-in development
Wechat applet text built-in component newline character does not newline reason
NDK learning notes (VI) Basics: memory management, standard file i/o
Clojure installation of metabase source code secondary development
ImageView supporting single finger sliding and double finger scaling
PageHelper page 2 collections in the same interface
SQLite one line SQL implementation updates if there is one, inserts if there is none, multiple conditions, complex conditions
Multi thread tutorial (XXIX) immutable design
Gilde failed to go to the listener to call back the reason record when loading the Gaussian blur image
NDK learning notes (VII) system configuration, users and groups
【深入kotlin】 - 初识 Flow
Control your phone with genymotion scratch
More than 20 cloud collaboration functions, 3 minutes to talk through the enterprise's data security experience
What happened to the young man who loved to write code -- approaching the "Yao Guang young man" of Huawei cloud
SQLite installation and configuration tutorial +navicat operation
Redis setup (sentinel mode)
[go deep into kotlin] - get to know flow for the first time
Multithreading tutorial (XXII) happens before principle