![[IBM i]](../images/iseries.gif)
processStats 스크립트
processStats 스크립트는 PMI(Performance Monitoring Infrastructure) 데이터를 수집 및 요약하고 해당 결과를 텍스트 파일에 저장합니다. 사용자는 이 파일을 WebSphere® Application Server 추정치의 기준으로서 IBM® Systems Workload Estimator로 가져옵니다.
구문
processStats [ -host host_name ] [ -port soap_port ] [ -cycles cycles ]
[ sampleTime hours:minutes:seconds ] [ statLevel all|extended|base|noChange ]
[ -user user_name ] [ -password user_password ] [ -profileName profile_name ]
[-verbose] [-help | ? ]
매개변수
- -host
Application Server 호스트 이름. 기본값은 localhost입니다.
- -port
Application Server SOAP 포트. 기본값은 8880입니다.
- -cycles
총 횟수 통계가 샘플링됩니다. 기본값은 12입니다.
- -sampleTime 샘플 간격 길이. 기본값은 5분입니다. 시간 형식은 hours:minutes:seconds입니다. 여기서
- hours(필수)는 24 이하의 정수입니다.
- minutes(선택적)는 60보다 작은 정수입니다.
- seconds(선택적)는 59.999 이하의 10진수입니다.
- -statLevel
PMI 통계 레벨. 허용되는 값은 all, extended, base 및 noChange입니다. 기본값은 noChange입니다.
- -user
서버가 보안 모드로 실행되는 경우 WebSphere Application Server 관리자의 사용자 ID
- -profileName
processStats를 실행하는 프로파일의 이름. -profileName을 지정하지 않으면 기본 프로파일을 사용합니다.
- -verbose
추적을 사용 가능하게 합니다.
- -help
스크립트 도움말을 표시합니다.