secons -i 함수 - UNIX에서 런타임 통계 표시
UNIX에 해당
cminder140kr
UNIX에 해당
secons 유틸리티는 다음을 포함하여 시스템 동작에 대한
Privileged Access Manager Server Control
런타임 통계를 표시합니다.네트워크 연결 요청
- 파일 보호 규칙에 대한 현재 서비스 수준
- 감사 및 오류 로그 큐의 크기
- 캐시된 테이블의 크기
- 데이터베이스의 크기
- 데이터베이스 각 부분의 레코드 수
이 명령의 형식은 다음과 같습니다.
secons -i
- -i런타임 통계를 서식 있는 텍스트로 표시합니다.
예: 런타임 데이터 표시
다음 예는 secons -i 명령의 출력을 보여줍니다.
Runtime Statistics: -------------------- INet statistics: Requests denied : 0 Requests granted : 17 Errors found : 0 Queues size: Audit log: 0 Error log: 0 Cached tables info: ACEE handles : 11 Protected clients : 0 Trusted programs : 77 Untrusted programs: 3 Database info: (Record count & first free ID) Classes : 235 ( CID 0x00f0 ) Properties : 4829 ( PID 0x1346 ) Objects : 842 ( OID 0x0000035a ) PropVals : 4109 ( N/A ) CA Access Control memory utilization statistics: ----------------------------------------------- CA Access Control security daemon (seosd, pid=4265 Total=13MB Res=8MB) CA Access Control agent daemon (seagent, pid=4268 Total=10MB Res=3MB) CA Access Control watchdog daemon (seoswd, pid=4276 Total=6MB Res=3MB) CA Access Control policyfetcher daemon (policyfetcher, pid=4331 Total=11MB Res=1MB) CA Access Control AgentManager daemon (AgentManager, pid=4561 Total=22MB Res=3MB) Kernel load statistic: Queue: ----- FILE: SEOS current queue depth : 0 SEOS max queue depth : 1 SEOS current queue rate : 0 req/msec SEOS max queue rate : 0 req/msec SURROGATE: SEOS current queue depth : 0 SEOS max queue depth : 1 SEOS current queue rate : 0 req/msec SEOS max queue rate : 0 req/msec Total: SEOS current queue depth : 0 SEOS max queue depth : 2 SEOS current queue rate : 0 req/msec SEOS max queue rate : 20 req/msec Syscalls: ------- FILE: Active SEOS handlers : 0 syscs SEOS hanlers calling rate : 0.086678 sysc/msec(406 handlers within 4684 msecs) Average processing time : 0.014742 msecs (407 handlers within 6 msecs) SURROGATE: Active SEOS handlers : 0 syscs SEOS hanlers calling rate : 0.000043 sysc/msec(363 handlers within 8368826 msecs) Average processing time : 0.126374 msecs (364 handlers within 46 msecs) ----------------------
다음은 위의 출력에 있는 각 행을 설명한 것입니다.
INet statistics: Requests denied : 0 Requests granted : 17 Errors found : 0
Privileged Access Manager Server Control
에서 수행한 네트워크 액세스 권한 부여에 대한 통계를 표시합니다. 이러한 행은 네트워크 요청에 대해 권한을 부여하는 동안 거부, 승인 및 오류 수를 요약하여 보여줍니다.Queues size: Audit log: 0 Error log: 0
Privileged Access Manager Server Control
은 파일 잠금 상태로 로깅을 작성하므로 특정 이벤트는 메모리에 보관되었다가 잠시 후 로그 파일에 기록될 수 있습니다. 이러한 값이 10을 초과하면 오류가 CA ControlMinder 로깅 기능을 방해할 수 있습니다.Cached tables info: ACEE handles : 11 Protected clients : 0 Trusted programs : 77 Untrusted programs: 3
Privileged Access Manager Server Control
이 사용하는 캐시된 테이블의 크기에 대한 정보를 표시합니다.- ACEE(Accessor Element Entry)는 기록된 프로세스를 포함하는 표입니다.
- 보호된 클라이언트는 캐시된 클라이언트 수를 나열합니다. 일반적으로 이 값은 0입니다.
- 트러스트된 프로그램은 메모리에 캐시된 PROGRAM 클래스의 항목 수를 나열합니다. 일반적으로 모든 프로그램은 트러스트된 것으로 캐시되어야 합니다.
- 언트러스트된 프로그램은 언트러스트된 상태의 프로그램 수를 표시합니다.
Database info: (Record count & first free ID) Classes : 235 ( CID 0x00f0 ) Properties : 4829 ( PID 0x1346 ) Objects : 842 ( OID 0x0000035a ) PropVals : 4109 ( N/A )
데이터베이스 크기에 대한 일반 정보와 데이터베이스의 각 부분에 있는 레코드 수입니다.
seosd, seagent, seoswd, policyfetcher 및 AgentManager 데몬이 사용하는 메모리의 크기에 대한 정보를 표시합니다.
CA Access Control memory utilization statistics: ----------------------------------------------- CA Access Control security daemon (seosd, pid=4265 Total=13MB Res=8MB) CA Access Control agent daemon (seagent, pid=4268 Total=10MB Res=3MB) CA Access Control watchdog daemon (seoswd, pid=4276 Total=6MB Res=3MB) CA Access Control policyfetcher daemon (policyfetcher, pid=4331 Total=11MB Res=1MB) CA Access Control AgentManager daemon (AgentManager, pid=4561 Total=22MB Res=3MB)
Privileged Access Manager Server Control
watchdog 데몬이 ProcVSizeInterval 토큰에 정의된 간격에 따라 각 데몬의 메모리 사용을 모니터링합니다. 프로세스가 ProcVSizeHigh 토큰에 지정된 워터마크를 초과하는 경우, watchdog은 ProcRestartHours 토큰에 정의된 기간 내에 프로세스를 다시 시작합니다. 프로세스가 ProcVSizeCritical 토큰에 지정된 메모리 크기를 초과하는 경우. watchdog 데몬은 즉시 프로세스를 다시 시작합니다.