小编red*_*x10的帖子

RES!= CODE + DATA在top命令的输出信息中,为什么?

'man top'所说的是:RES = CODE + DATA

q: RES -- Resident size (kb)
The non-swapped physical memory a task has used.
RES = CODE + DATA.

r: CODE -- Code size (kb)
The amount of physical memory devoted to executable code, also known as the 'text        resident set' size or TRS.

s: DATA -- Data+Stack size (kb)
The amount of physical memory devoted to other than executable code, also known as the   'data >resident set' size or DRS.
Run Code Online (Sandbox Code Playgroud)

当我运行'top -p 4258'时,我得到以下内容: …

linux memory top-command

14
推荐指数
1
解决办法
9302
查看次数

标签 统计

linux ×1

memory ×1

top-command ×1