프로그래밍 Programming
아파치 동시 접속자수 확인하기 Get the number of concurrent users in Apache
문장전달자
2015. 3. 10. 20:16
728x90
아파치 동시 접속자수 확인하기
[root@www ~]# netstat -nap | grep ESTABLISHED | wc -l
194
728x90