본문 바로가기
DBMS/기타

nmon for linux

by 드바 2023. 6. 24.
반응형

 

AIX 모니터링 시 유용하게 사용했던 nmon 리눅스에서도 사용 가능

 

리눅스 서버 버전 확인

[root@svr1 ~]# cat /etc/redhat-release 
Red Hat Enterprise Linux Server release 7.5 (Maipo)
[root@svr1 ~]#

 

다운로드

nmon 다운로드 주소

https://nmon.sourceforge.net/pmwiki.php?n=Site.Download 

 

nmon for Linux | Site / Download

POWER: nmon_power_64_centos6, nmon_power_64_rhel7, nmon_power_64le_linux ,nmon_power_64le_sles12, nmon_power_64_centos7, nmon_power_64_sles11, nmon_power_64le_rhel7, nmon_power_64le_ubuntu14, nmon_power_64_linux, nmon_power_64le_centos7, nmon_power_64le_rh

nmon.sourceforge.net

 

다운로드 사이트에서 해당하는 nmon 버전 다운로드(리눅스 7.5 이므로 nmon16j.tar.gz 파일 다운로드)

 

압축 열면 여러 파일이 들어있는데 리눅스용 nmon_x86_rhel75 파일 서버에 업로드 한다

 

nmon 파일 실행(권한 에러 발생 시 적절한 권한 부여)

[root@svr1 work]# ls -al
total 404
drwxr-xr-x   2 root root     29 Jun 24 16:52 .
dr-xr-x---. 18 root root   4096 Jun 24 16:52 ..
-rw-r--r--   1 root root 408984 Apr  7  2019 nmon_x86_rhel75
[root@svr1 work]# ./nmon_x86_rhel75 
-bash: ./nmon_x86_rhel75: Permission denied
[root@svr1 work]# chmod 755 nmon_x86_rhel75
[root@svr1 work]# ./nmon_x86_rhel75

 

nmon 초기화면

 

모니터링 화면(l m n d 옵션)

 

nmon analyser 다운로드(수집된 데이터를 엑셀로 만들어 주는 분석 툴)

https://nmon.sourceforge.net/pmwiki.php?n=Site.Nmon-Analyser 

 

nmon for Linux | Site / Nmon-Analyser

Please note: The nmon Analyser is not officially supported by IBM and no warranty is given or implied. Use it at your own risk. nmon Analyser was the personal project of the original developer - Stephen Atkins (IBM). Then Ron McCargar (IBM) made improvemen

nmon.sourceforge.net

 

반응형

댓글