1 Star 0 Fork 4.9K

Cain / docs

forked from OpenHarmony / docs 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
shm_info.md 4.69 KB
一键复制 编辑 原始数据 按行查看 历史
wenjun 提交于 2020-09-08 10:08 . add OpenHarmony 1.0 baseline

shm_info

Overview

Related Modules:

MEM

Description:

Describes system resource information about the shared memory.

Summary

Data Fields

Variable Name

Description

__used_ids

int 

shm_tot

unsigned long 

shm_rss

unsigned long 

shm_swp

unsigned long 

__swap_attempts

unsigned long 

__swap_successes

unsigned long 

Details

Field Documentation

__swap_attempts

unsigned long shm_info::__swap_attempts

Description:

Number of swap attempts

__swap_successes

unsigned long shm_info::__swap_successes

Description:

Number of successful swap attempts

__used_ids

int shm_info::__used_ids

Description:

Number of existing shared memory segments

shm_rss

unsigned long shm_info::shm_rss

Description:

Number of resident shared memory pages

shm_swp

unsigned long shm_info::shm_swp

Description:

Number of shared memory pages in the swap partition

shm_tot

unsigned long shm_info::shm_tot

Description:

Total number of shared memory pages

1
https://gitee.com/cain_qin/docs.git
git@gitee.com:cain_qin/docs.git
cain_qin
docs
docs
master

搜索帮助