Linux/모니터링

서버 스크립트 (iperf-server.bat) 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 @echo off @REM iperf-server @REM launch the iperf server which will wait for the iperf client to connect @REM Updated 2021-04-20 SET PORT=5201 SET FORMAT="m" IF NOT EXIST Lib\iperf3.exe ECHO Unable to find iperf3.exe. Unable to continue & EXIT 1 @REM 서버IP표시 echo ------------------------------------------..
https://github.com/cockpit-project/cockpit/wiki/Proxying-Cockpit-over-Apache-with-LetsEncrypt cockpit-project/cockpit There's code a goin' on. Contribute to cockpit-project/cockpit development by creating an account on GitHub. github.com https://github.com/cockpit-project/cockpit/wiki/Proxying-Cockpit-over-NGINX cockpit-project/cockpit There's code a goin' on. Contribute to cockpit-project/cockp..
파이썬으로 작성된 glances는 CPU, 메모리, 네트워크 디스크와 프로세스 정보통계를 보여준다. https://nicolargo.github.io/glances/ 1. rpm download # rpm -ivh http://epel.mirror.net.in/epel/6/i386/epel-release-6-8.noarch.rpm 2. yum clean # yum clean all 3. yum update # yum update 4. galnces install # yum install glances 5. run # glances -t 5 5초 단위로 업데이트
zosystem
'Linux/모니터링' 카테고리의 글 목록