예를 들어이 비디오의 상단 부분에서 :
http://www.youtube.com/watch?v=BLcL61iLNT0
그는 서버 상태를 실시간으로 실행하고 있습니다. 어떻게 할 수 있습니까?
답변
watch 명령을 사용하여 apache2ctl 상태를 반복적으로 실행할 수 있습니다.
watch apache2ctl status
답변
http://httpd.apache.org/docs/2.2/mod/mod_status.html에 따라 서버 상태를 활성화하면 서버 ?refresh=1
상태 URL 끝에 추가하면 됩니다.
나는 그것이 당신이 얻는 것만 큼 실시간에 가깝다고 믿는다.
답변
아마 다음과 같은 것 :
$ watch -n 1 links -dump http://localhost/server-status
답변
lynx http : // localhost / server-status
비디오에서 볼 수 있듯이 스코어 보드를 볼 수 있습니다. 빠른 인터넷 검색을 수행하면 위의 링크가 나와 있습니다.
http://articles.slicehost.com/2010/3/26/enabling-and-using-apache-s-mod_status-on-debian