"CentOS dstat 설치"의 두 판 사이의 차이

잔글 (로봇: 자동으로 텍스트 교체 (-<source lang='dos'> +<source lang='cli'>))
잔글 (로봇: 자동으로 텍스트 교체 (-[root@jmnote +[root@zetawiki))
3번째 줄: 3번째 줄:
==확인==
==확인==
<source lang='cli'>
<source lang='cli'>
[root@jmnote ~]# dstat
[root@zetawiki ~]# dstat
-bash: dstat: command not found
-bash: dstat: command not found
</source>
</source>
<source lang='cli'>
<source lang='cli'>
[root@jmnote ~]# rpm -qa | grep dstat
[root@zetawiki ~]# rpm -qa | grep dstat
</source>
</source>


==설치==
==설치==
<source lang='cli'>
<source lang='cli'>
[root@jmnote ~]# yum install dstat
[root@zetawiki ~]# yum install dstat
... (생략)
... (생략)
======================================================================================================
======================================================================================================
38번째 줄: 38번째 줄:
==확인 2==
==확인 2==
<source lang='cli'>
<source lang='cli'>
[root@jmnote ~]# rpm -qa | grep dstat
[root@zetawiki ~]# rpm -qa | grep dstat
</source>
</source>
<source lang='cli'>
<source lang='cli'>
[root@jmnote ~]# dstat
[root@zetawiki ~]# dstat
----total-cpu-usage---- -dsk/total- -net/total- ---paging-- ---system--
----total-cpu-usage---- -dsk/total- -net/total- ---paging-- ---system--
usr sys idl wai hiq siq| read  writ| recv  send|  in  out | int  csw  
usr sys idl wai hiq siq| read  writ| recv  send|  in  out | int  csw  

2015년 2월 12일 (목) 01:47 판

리눅스 dstat 설치

1 확인

[root@zetawiki ~]# dstat
-bash: dstat: command not found
[root@zetawiki ~]# rpm -qa | grep dstat

2 설치

[root@zetawiki ~]# yum install dstat
... (생략)
======================================================================================================
 Package               Arch                   Version                      Repository            Size
======================================================================================================
Installing:
 dstat                 noarch                 0.6.6-5.el5                  base                 106 k

Transaction Summary
======================================================================================================
Install       1 Package(s)
Upgrade       0 Package(s)

Total download size: 106 k
Is this ok [y/N]: y
... (생략)
Installed:
  dstat.noarch 0:0.6.6-5.el5                                                                          

Complete!

3 확인 2

[root@zetawiki ~]# rpm -qa | grep dstat
[root@zetawiki ~]# dstat
----total-cpu-usage---- -dsk/total- -net/total- ---paging-- ---system--
usr sys idl wai hiq siq| read  writ| recv  send|  in   out | int   csw 
  0   0 100   0   0   0|  41k  116k|   0     0 |   0     0 |1009   152 
  0   0 100   0   0   0|   0     0 |  60B  900B|   0     0 |1031   141 
  0   1  99   0   0   0|   0   544k| 150B  440B|   0     0 |1014   183
Ctrl+C 눌러 종료

4 같이 보기

5 참고 자료

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}