免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 5627 | 回复: 1
打印 上一主题 下一主题

[SCO UNIX] ps 怎么看进程占用内存大小呀 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2007-03-18 11:54 |只看该作者 |倒序浏览
ps -e -o comm -o size -o vsz

谁能讲下
size
vsz
rss
分别是什么?

在linux下有rss栏,SCO下怎么看进程的rss?

谢谢!

论坛徽章:
0
2 [报告]
发表于 2007-03-18 12:53 |只看该作者
vsz不就是虚拟内存大小吗?再加个 -o pid将进程号显出来.一般就用个ps -ef,不显内存大小,用-o就一个个将要显的列出来吧.

        pid
               Process ID as a decimal value. (PID)
        ppid
               Parent process ID as a decimal value. (PPID)
        pgid
               Process group ID as a decimal value. (PGID)
        uid
               Real user ID of the process as a decimal value. (UID)
        user
               The effective user ID of the process. (USER)
        ruser
               Real user ID of the process. (RUSER)
        comm
               Command name; may contain spaces. (COMMAND)
        args
               Command name with its arguments; may contain spaces
               and may be truncated to fit the width of the field.
               (COMMAND)
        group
               Effective group ID of the process. (GROUP)
        rgroup
               Real group ID of the process. (RGROUP)
        nice
               nice value of the process; see nice(C) and renice(C).
               (NI)
        pri
               Priority value of the process. (PRI)
        pcpu
               Percentage of CPU time recently used by the process.
               (%CPU)
        sess
               Process session leader ID as a decimal value.
               (SESSION)
        size
               Size of the swappable image of the process (data and
               stack) in kilobytes. (SZ)
        vsz
               Virtual memory size of the process in kilobytes.
               (VSZ)
        addr
               Virtual address of the process' entry in the process
               table. (ADDR)
        class
               Scheduler class of the process. (CLASS)
        time
               Cumulative CPU time used by the process. (TIME)
        stime
               Time when the process started. (STIME)
        etime
               Time elapsed since the process started. (ELAPSED)
        tty
               Name of the controlling terminal for the process.
               (TTY)
        wchan
               Address of an event for which a process is sleeping.
               (WCHAN)
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP