码迷,mamicode.com
首页 > 其他好文 > 详细

Cannot open /var/log/sa/sa26: No such file or directory

时间:2019-12-26 22:51:01      阅读:138      评论:0      收藏:0      [点我收藏+]

标签:cto   owa   direct   sys   dir   cpu   root   nic   lead   

在安装sar工具时初次使用报错,要知道sar是外部工具,不是linux特有的,

第一次使用要进行文件创建

[root@leader ~]# sar
Cannot open /var/log/sa/sa26: No such file or directory

26表示当天的日期,使用-o 加日期值生成文件

[root@leader ~]# sar -o 26
Linux 2.6.32-504.el6.x86_64 (leader) 12/26/2019 _x86_64_ (2 CPU)


10:38:31 PM CPU %user %nice %system %iowait %steal %idle
10:38:57 PM all 0.08 0.00 0.23 0.06 0.00 99.63
10:39:23 PM all 0.14 0.00 0.37 0.02 0.00 99.47
10:39:49 PM all 0.12 0.00 0.25 0.04 0.00 99.59
10:40:15 PM all 0.16 0.00 0.35 0.12 0.00 99.37
10:40:41 PM all 0.12 0.00 0.23 0.12 0.00 99.53
10:41:07 PM all 0.08 0.00 0.20 0.02 0.00 99.71
10:41:33 PM all 0.12 0.00 0.21 0.04 0.00 99.63
10:41:59 PM all 0.12 0.00 0.23 0.04 0.00 99.61
^C
[root@leader ~]# sar
Linux 2.6.32-504.el6.x86_64 (leader) 12/26/2019 _x86_64_ (2 CPU)

10:38:31 PM CPU %user %nice %system %iowait %steal %idle
10:38:57 PM all 0.08 0.00 0.23 0.06 0.00 99.63
10:39:23 PM all 0.14 0.00 0.37 0.02 0.00 99.47
10:39:49 PM all 0.12 0.00 0.25 0.04 0.00 99.59
10:40:15 PM all 0.16 0.00 0.35 0.12 0.00 99.37
10:40:41 PM all 0.12 0.00 0.23 0.12 0.00 99.53
10:41:07 PM all 0.08 0.00 0.20 0.02 0.00 99.71
10:41:33 PM all 0.12 0.00 0.21 0.04 0.00 99.63
10:41:59 PM all 0.12 0.00 0.23 0.04 0.00 99.61
Average: all 0.11 0.00 0.26 0.06 0.00 99.57

Cannot open /var/log/sa/sa26: No such file or directory

标签:cto   owa   direct   sys   dir   cpu   root   nic   lead   

原文地址:https://www.cnblogs.com/guipeng/p/12104918.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!