LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 839|回复: 4

time命令的输出含义?

[复制链接]
发表于 2006-9-19 18:03:09 | 显示全部楼层 |阅读模式
time命令的输出的含义是什么?
real
user
sys
各是什么意思?
发表于 2006-9-19 18:42:36 | 显示全部楼层
找本linux什么大全的书来看看吧!
这样一个一个问不是个办法.
回复 支持 反对

使用道具 举报

发表于 2006-9-19 22:15:59 | 显示全部楼层
man time

The  time  command  runs  the  specified program command with the given
       arguments.  When command finishes, time writes a  message  to  standard
       error  giving  timing statistics about this program run.  These statis-
       tics consist of (i) the elapsed real time between invocation and termi-
       nation, (ii) the user CPU time (the sum of the tms_utime and tms_cutime
       values in a struct tms as returned by times(2)), and (iii)  the  system
       CPU  time  (the  sum of the tms_stime and tms_cstime values in a struct
       tms as returned by times(2)).
回复 支持 反对

使用道具 举报

发表于 2006-9-19 22:19:42 | 显示全部楼层
man time
回复 支持 反对

使用道具 举报

发表于 2006-9-27 17:39:59 | 显示全部楼层
man time
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表