- 다른 뜻에 대해서는 우분투 sysstat 설치 문서를 참조하십시오.
1 개요[ | ]
- CentOS sysstat 설치
2 설치 확인[ | ]
Console
Copy
[root@zetawiki ~]# rpm -qa sysstat
- → 설치안됨
Console
Copy
[root@zetawiki ~]# rpm -qa sysstat
sysstat-9.0.4-18.el6.x86_64
- → 설치됨 (9.0.4-18.el6 버전)
3 설치 가능 확인[ | ]
Console
Copy
[root@zetawiki ~]# 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로 업그레이드 가능
4 설치[ | ]
Console
Copy
[root@zetawiki ~]# 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!
5 같이 보기[ | ]
편집자 Jmnote bot Jmnote
로그인하시면 댓글을 쓸 수 있습니다.