免费注册 查看新帖 |

Chinaunix

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

[SCO UNIX] ps -ef 中的C列是什么意思? 这个中的值和TOP中的%CPU的值有什么关系? [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2007-03-08 09:38 |只看该作者 |倒序浏览
ps -ef 中的C列是什么意思? 这个中的值和TOP中的%CPU的值有什么关系?

论坛徽章:
1
荣誉版主
日期:2011-11-23 16:44:17
2 [报告]
发表于 2007-03-08 10:09 |只看该作者
ps -ef中的C就是进程当前使用CPU的估计值,是进程优先调度的一个依据,可能是百分比,也可能不是

论坛徽章:
0
3 [报告]
发表于 2007-03-08 10:44 |只看该作者
原帖由 CNL 于 2007-3-8 10:09 发表
ps -ef中的C就是进程当前使用CPU的估计值,是进程优先调度的一个依据,可能是百分比,也可能不是




谢谢,但不太理解。看一下我的测试

TOP的内容

CPU TTY     PID USERNAME PRI NI   SIZE    RES STATE    TIME %WCPU  %CPU COMMAND
0 pts/tb 17073 oracle   230 20 18296K  2504K run     22:29 93.85 93.69 sqlplus

ps中的内容,第三列是C列的值

[oracle@restore ~/monitor_cpu]$ ps -ef |grep "sqlplus /nolog"
oracle 17073 146                                             
[oracle@restore ~/monitor_cpu]$ ps -ef |grep "sqlplus /nolog"
oracle 17073 158                                             
[oracle@restore ~/monitor_cpu]$ ps -ef |grep "sqlplus /nolog"
oracle 17073 231                                             
[oracle@restore ~/monitor_cpu]$ ps -ef |grep "sqlplus /nolog"
oracle 17073 110                                             
[oracle@restore ~/monitor_cpu]$ ps -ef |grep "sqlplus /nolog"
oracle 17073 121                                             
[oracle@restore ~/monitor_cpu]$ ps -ef |grep "sqlplus /nolog"
oracle 17073 129                                             
[oracle@restore ~/monitor_cpu]$ ps -ef |grep "sqlplus /nolog"
oracle 17073 224                                             
[oracle@restore ~/monitor_cpu]$ ps -ef |grep "sqlplus /nolog"
oracle 17073 193                                             
[oracle@restore ~/monitor_cpu]$ ps -ef |grep "sqlplus /nolog"
oracle 17073 192                                             
[oracle@restore ~/monitor_cpu]$ ps -ef |grep "sqlplus /nolog"
oracle 17073 186                                             
[oracle@restore ~/monitor_cpu]$ ps -ef |grep "sqlplus /nolog"
oracle 17073 170

论坛徽章:
0
4 [报告]
发表于 2007-03-08 10:44 |只看该作者
忘记说了,是两个CPU

论坛徽章:
0
5 [报告]
发表于 2010-01-29 14:52 |只看该作者
该进程使用 CPU 的时间百分比。该值通过将进程使用 CPU 的时间除以进程所用时间计算。在多处理器环境中,因为同一进程中的几个线程可以同时在不同的 CPU 上运行,该值要进一步除以可用 CPU 数。(由于计算该数据基于的时间不同,所有 %CPU 字段的总和可能超过 100%。)
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

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

清除 Cookies - ChinaUnix - Archiver - WAP - TOP