time (报告命令完成执行所花费的时间)

秃噜豆儿 发表于 2020-07-17 11:51
浏览次数:
在手机上阅读

在Unix-like的操作系统上,time命令报告命令完成执行所用的时间。

查看英文版

目录

1 time 运行系统环境

2 time 描述

3 time 语法

4 time 选项

5 time 示例

time 运行系统环境

Unix&Linux

time 描述

time命令使用给定参数运行指定的程序命令。当命令完成时,time向标准错误写入一条消息,给出有关该程序运行的计时统计信息。这些统计数据包括:
  • 调用和终止之间经过的实时时间。
  • 用户CPU时间。
  • 系统CPU时间。
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 statistics consist of:
  • The elapsed real time between invocation and termination.
  • The user CPU time.
  • The system CPU time.

查看英文版

查看中文版

time 语法

time [-p]command[arguments...]
time [-p]command[arguments...]

查看英文版

查看中文版

time 选项

-p 如果指定了-p,则以可移植的POSIX格式打印定时摘要。
-p If -p is specified, the timing summary is printed in a portable POSIX format.

查看英文版

查看中文版

time 示例

time df

使用df命令计算可用磁盘空间,并报告命令完成所用的时间。此命令的输出如下所示:

Filesystem 1K-blocks Used Available Use% Mounted on 

rootfs 7867856 3694744 3773448 50% 

/ udev 10240 0 10240 0% /dev 

tmpfs 207456 580 206876 1% /run 

tmpfs 5120 0 5120 0% /run/lock 

tmpfs 493340 84 493256 1% /run/shm 

real 0m0.116s 

user 0m0.004s 

sys 0m0.008s

time df

Calculates free disk space using the df command, and reports how long it took for the command to complete. Output of this command would resemble the following:

Filesystem 1K-blocks Used Available Use% Mounted on 

rootfs 7867856 3694744 3773448 50% 

/ udev 10240 0 10240 0% /dev 

tmpfs 207456 580 206876 1% /run 

tmpfs 5120 0 5120 0% /run/lock 

tmpfs 493340 84 493256 1% /run/shm 

real 0m0.116s 

user 0m0.004s 

sys 0m0.008s

查看英文版

查看中文版

其他命令行

tabs | tac | talk | tail | tcopy | tty | tar | tbl | tcpdump | tcsh | tee | timex | telinit | telnet | test | top | touch | tput | tr | troff | traceroute |

如此好文,分享给朋友
发表评论
验证码:
评论列表
共0条