-
Notifications
You must be signed in to change notification settings - Fork 11
Supported Metrics
hyokyungk edited this page Aug 18, 2021
·
19 revisions
분류 | 메트릭 종류 | 설명 |
---|---|---|
Cpu | cpu_guest | Guest OS를 위한 Virtual CPU 구동 시간 |
cpu_guest_nice | 우선 순위가 정해진 Guest OS를 위한 Virtual CPU 구동 시간 | |
cpu_hintr | CPU의 인터럽트 처리 시간 | |
cpu_idle | 유휴 작업에 걸린 CPU 시간 | |
cpu_iowait | CPU의 I/O 관련 점유 시간 | |
cpu_nice | 유저 모드에서 낮은 우선 순위의 CPU 점유 시간 | |
cpu_sintr | CPU의 softirq 처리 시간 | |
cpu_steal | 가상 환경에서 구동 중인 다른 OS의 CPU 점유 시간 | |
cpu_system | 시스템 모드에서의 CPU 점유 시간 | |
cpu_user | 유저 모드에서의 CPU 점유 시간 | |
cpu_utilization | CPU 활용률 | |
CpuFreq | cpu_speed | CPU 처리 속도 |
Memory | mem_buffers | 메모리 버퍼 용량 |
mem_cached | 메모리 캐시 용량 | |
mem_free | 유휴 메모리 용량 | |
mem_shared | 공유 메모리 용량 | |
mem_total | 메모리 총 용량 | |
mem_used | 사용 중인 메모리 용량 | |
mem_utilization | 메모리 활용률 | |
Network | bytes_in | 네트워크 수신 바이트 총 크기 |
bytes_out | 네트워크 송신 바이트 총 크기 | |
pkts_in | 인터페이스 수신 패킷 수 | |
pkts_out | 인터페이스 송신 패킷 수 | |
Disk | disk_free | 디스크의 남은 용량 |
disk_total | 디스크의 총 용량 | |
disk_used | 디스크의 사용중인 용량 | |
disk_utilization | 디스크 사용률 | |
kb_read | 블록 디바이스의 Read 바이트 크기 | |
kb_written | 블록 디바이스의 Write 바이트 크기 | |
ops_read | 디스크 읽기 시간 및 성능 | |
ops_write | 디스크 쓰기 시간 및 성능 |
분류 | 메트릭 종류 | 설명 |
---|---|---|
Cpu | CpuS | 단일 cpu 처리 성능 |
CpuM | 다수 cpu 처리 성능 | |
Memory | MemR | 초당 메모리 읽기 속도 |
MemW | 초당 메모리 쓰기 속도 | |
File I/O | FioR | 초당 파일 읽기 속도 |
FioW | 초당 파일 쓰기 속도 | |
Database | InitDB | 데이터베이스 생성 시간 |
ResetDB | 데이터베이스 삭제 시간 | |
DBR | 초당 데이터베이스 읽기 속도(OLAP) | |
DBW | 초당 데이터베이스 쓰기 속도(OLTP) | |
Network | RTT | 단일 에이전트(VM)과의 통신 속도 |
MRTT | 여러 에이전트(VM)과의 통신 속도 |
- Overview
- Supported-Metrics
- Install & Start Guide
- Feature & Usage
-
User Interface
- Window Monitoring Agent Installer(until Cappuccino)
- CLI Tool Guide
- REST API Guide
- GRPC API Guide
- Design
- Roadmap
- Developer Guide
- Test Reports
- History
- Issue