以编程方式在AIX上检索SHMPGSZ?

时间:2013-06-20 23:47:56

标签: command aix

如果我们在AIX上执行命令ps -Z,我们将获得该进程设置的SHMPGSZ。 有没有办法以编程方式检索此信息?

1 个答案:

答案 0 :(得分:0)

首先使用getprocs

在procinfo结构中(在procinfo.h中),有:

char            pi_shm_l2psize;      /* log2 of a proc's shared mem pg sz */