Sun Java System Web Server 7.0 관리자 설명서

Procedure통계 보기

  1. 모니터링 탭을 누릅니다.

  2. 목록에서 구성을 선택합니다.

  3. 일반, 인스턴스 및 가상 서버 통계를 봅니다.


    주 –

    CLI 사용

    get-config-stats, get-virtual-serevr-stats, get-webapp-statsget-servlet-stats 명령을 사용하여 서버를 모니터할 수 있습니다.

    • wadm> get-config-stats --user=admin --password-file=admin.passwd --host=localhost --port=8989 --config=test --node=cat.test.com --ssl=true

      위의 명령은 해당 인스턴스에 대한 통계를 가져옵니다. 구성 수준에서 통계를 가져오려면 위의 명령을 --node 옵션 없이 사용할 수 있습니다.

    • wadm> get-vs-stats --user=admin --password-file=admin.passwd --host=localhost --port=8989 --config=test --vs=www.test.com --node=cat.test.com --ssl=true

      위 명령은 구성이 배포된 모든 노드에서 지정된 구성의 종합 가상 서버 통계를 가져옵니다. 특정 노드에 배포된 구성의 통계를 가져오려면 --node 옵션을 사용할 수 있습니다.

    • wadm> get-webapp-stats --user=admin --password-file=admin.passwd --host=localhost --port=8989 --config=test --node=cat.test.com --vs=www.test.com --uri=/foo --ssl=true

      위의 명령은 지정된 인스턴스의 해당 가상 서버에 배포된 특정 웹 응용 프로그램의 통계를 가져옵니다. 구성이 배포된 모든 노드에서 특정 구성의 종합 웹 응용 프로그램 통계를 가져오려면 --node 옵션 없이 위 명령을 사용할 수 있습니다.

    • wadm> get-servlet-stats --user=admin --password-file=admin.pwd --host=localhost --port=8989 --config=test --node=cat.test.com --vs=www.test.com --uri=/servlet-simple --ssl=true

      위 명령은 서블릿 servlet-simple의 통계를 가져옵니다.