当前位置:网站首页>Top command meaning
Top command meaning
2022-06-12 09:02:00 【Commander in chief (commander in chief)】
VIRT:virtual memory usage Virtual memory
1、 process “ Needed ” Virtual memory size , Including libraries used by processes 、 Code 、 Data etc.
2、 If the process applies 100m Of memory , But actually only 10m, Then it will grow 100m, Not the actual amount of usage
RES:resident memory usage memory-resident
1、 The memory size currently used by the process , But does not include swap out
2、 Contains shares from other processes
3、 If you apply 100m Of memory , The actual use 10m, It only grows 10m, And VIRT contrary
4、 About the memory occupied by the library , It only counts the memory size of the loaded library file
SHR:shared memory Shared memory
1、 In addition to the shared memory of its own processes , Also includes shared memory for other processes
2、 Although the process only uses a few shared library functions , But it contains the size of the entire shared library
3、 The formula to calculate the physical memory occupied by a process :RES – SHR
4、swap out after , It will come down
DATA
1、 Memory occupied by data . If top Did not show , Press f The key can be displayed .
2、 The data required by the real program is null 边栏推荐
- The database doesn't know what went wrong
- Introduction to applet cloud development -- questionnaire evaluation applet practice (7)
- Summary of common character sets
- 网页中加载二次元3D虚拟主播源码(1:项目介绍和源码)
- Unittest test framework
- IDEA新版UI申请方法+无测试资格使用方法及相关介绍
- Minimum transfer times
- Implementing architecture caching in MySQL under redis server environment
- Jenkins Pipeline 语法
- 第七章-更灵活定位内存地址
猜你喜欢

Flink CheckPoint : Exceeded checkpoint tolerable failure threshold

Detailed explanation of iSCSI (V) -- actual operation of iSCSI client configuration

Chapter 3 registers (memory access)

torch.logical_and()方法

Background position - exact units

Analysis of 43 cases of MATLAB neural network: Chapter 8 prediction of GRNN Network - Freight Volume Prediction Based on generalized regression neural network

Set up redis sentinel cluster (instance):

Close asymmetric key
![[character set 9] will GBK be garbled when copied to unicode?](/img/dc/c9ec4a90355d30479f23fdead4b349.png)
[character set 9] will GBK be garbled when copied to unicode?

Redis installation test
随机推荐
解决当打开Unity时 提示项目已经打开,而自己之前并没有打开过(可能之前异常关闭)的问题
Bash tutorial
Random acquisition of 4-digit non repeated verification code
Notes on data mining in Tsinghua University (1)
[GUI development] browsing function implementation model of image processing software
Xshell startup encountered "unable to continue code execution because mfc110.dll cannot be found"
[character set 8] char8_ t、char16_ t、char32_ t、wchar、char
2022.6.11-----leetcode. nine hundred and twenty-six
top命令含义
Offer:[day 8 dynamic planning (simple)] --- > maximum profit of stock
Flink CheckPoint : Exceeded checkpoint tolerable failure threshold
(js)三位用逗号隔开,保留两位小数(or 四舍五入取整)
《MATLAB 神經網絡43個案例分析》:第7章 RBF網絡的回歸--非線性函數回歸的實現
IDEA新版UI申请方法+无测试资格使用方法及相关介绍
[compilation principle] understand BNF
清华大学数据挖掘笔记(一)
域名映射到指定IP
The database doesn't know what went wrong
(13) Text rendering text
网页中加载二次元3D虚拟主播源码(1:项目介绍和源码)