728x90
반응형
ps -ef | grep httpd | wc -l
Check process name with httpd in ps
watch 'netstat -an | grep EST | wc -l'
Check the number of ESTs with netstat
netstat -nap | grep :80 | grep ESTABLISHED | wc -l
Check 80 port with netstat - If http is turned to a port other than 80 port, modify it and search for it
반응형
You can check it out in these three ways.
Three may have different results.
728x90
반응형
'리눅스와 웹개발' 카테고리의 다른 글
리눅스 커널 (2) | 2023.11.17 |
---|---|
리눅스 (2) | 2023.11.15 |
쉘 스크립트로 telnet 이용하여 자동 로긴하여 리모트에서 파일 실행 (4) | 2023.11.14 |
데몬의 종류와 기능 (2) | 2023.11.13 |
리눅스에서 아파치 갯수 확인 (0) | 2023.02.04 |