我怎样才能确定一个进程? SunOS 上的非共享内存大小?
有没有办法确定 SunOS 上进程的非共享内存大小? 特别是在 mod_perl 下运行的子 httpd 进程的大小(如果有帮助的话)。
Is there a way to determine the unshared memory size of a process on SunOS? Specifically the size of a child httpd process running under mod_perl if that helps.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试 pmap -x - 请参阅 Solaris内部结构:进程内存映射:pmap -x 有关示例和详细信息。
Try pmap -x - see Solaris Internals: Process Memory Map: pmap -x for an example and details.