CentOS sysstat 설치

Jmnote (토론 | 기여)님의 2012년 12월 18일 (화) 09:32 판 (Sysstat 문서를 Sysstat 설치(으)로 옮김)
sysstat 설치

1 설치 확인

[root@jmnote ~]# rpm -qa sysstat
→ 설치안됨
[root@jmnote ~]# rpm -qa sysstat
sysstat-9.0.4-18.el6.x86_64
→ 설치됨 (9.0.4-18.el6 버전)

2 설치 가능 확인

[root@jmnote ~]# yum info sysstat | egrep "(^Version|^Release|^Repo)"
Version     : 9.0.4
Release     : 18.el6
Repo        : installed
Version     : 9.0.4
Release     : 20.el6
Repo        : Daum
→ 9.0.4-18.el6 이 설치되어 있고, 9.0.4-20.el6로 업그레이드 가능

3 설치

[root@jmnote ~]# yum install sysstat -y
... (생략)
Total download size: 187 k
Downloading Packages:
sysstat-7.0.2-11.el5.x86_64.rpm                                                                             | 187 kB     00:00     
Running rpm_check_debug
Running Transaction Test
Finished Transaction Test
Transaction Test Succeeded
Running Transaction
  Installing     : sysstat                                                                                                     1/1 

Installed:
  sysstat.x86_64 0:7.0.2-11.el5                                                                                                    

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