|
发表于 2004-8-20 18:14:55
|
显示全部楼层
uptime gives a one line display of the following information. The cur-
rent time, how long the system has been running, how many users are
currently logged on, and the system load averages for the past 1, 5,
and 15 minutes. - $ uptime
- 18:11:13 up 1d 6:12, 3 users, load average: 0.59, 0.85, 1.10
- 当前时间 系统运行时间 用户 cpu负载: 1分钟 5分钟 15分钟
复制代码 |
|