- 필수 기능
- 시작하기
- Glossary
- 표준 속성
- Guides
- Agent
- 통합
- 개방형텔레메트리
- 개발자
- API
- Datadog Mobile App
- CoScreen
- Cloudcraft
- 앱 내
- 서비스 관리
- 인프라스트럭처
- 애플리케이션 성능
- APM
- Continuous Profiler
- 스팬 시각화
- 데이터 스트림 모니터링
- 데이터 작업 모니터링
- 디지털 경험
- 소프트웨어 제공
- 보안
- AI Observability
- 로그 관리
- 관리
Supported OS
This check monitors Scaphandre, a monitoring agent that uses RAPL and MsrRAPL through powercap to measure power usage of bare metal machines. The goal of the project is to permit to any company or individual to measure the power consumption of its tech services and get this data in a convenient form, sending it through any monitoring or data analysis toolchain.
To install the Scaphandre check on your host:
Install the developer toolkit on any machine. The specific developer toolkit that you need to install depends on your platform and architecture.
Run the following command to build the package:
ddev release build scaphandre
Upload the build artifact to any host with an Agent and run the following command:
datadog-agent integration install -w path/to/scaphandre/dist/<ARTIFACT_NAME>.whl
Edit the scaphandre.d/conf.yaml
file in the conf.d/
folder at the root of your Agent’s configuration directory. See the sample scaphandre.d/conf.yaml for all available configuration options. For example, to secure Scaphandre command line tags and prevent sensitive data from being pulled into Datadog, use the exclude_labels
config option.
Restart the Agent to start sending Scaphandre metrics to Datadog.
Run the Agent’s status subcommand and look for scaphandre
in the Checks section.
scaphandre.host.cpu.frequency (gauge) | Global frequency of all the cpus on the host Shown as megahertz |
scaphandre.host.disk.available (gauge) | Available disk space on the host Shown as byte |
scaphandre.host.disk.total (gauge) | Total disk space on the host Shown as byte |
scaphandre.host.energy.count (count) | Energy count on the host |
scaphandre.host.load.avg.15 (gauge) | 15-minute average system load on the host Shown as percent |
scaphandre.host.load.avg.1 (gauge) | 1-minute average system load on the host Shown as percent |
scaphandre.host.load.avg.5 (gauge) | 5-minute average system load on the host Shown as percent |
scaphandre.host.memory.available (gauge) | Available memory on the host Shown as byte |
scaphandre.host.memory.free (gauge) | Free memory on the host Shown as byte |
scaphandre.host.memory.total (gauge) | Total memory on the host Shown as byte |
scaphandre.host.power (gauge) | Power consumption of the host Shown as watt |
scaphandre.host.swap.free (gauge) | Free swap space on the host Shown as byte |
scaphandre.host.swap.total (gauge) | Total swap space on the host Shown as byte |
scaphandre.process.cpu_usage.pct (gauge) | CPU usage percentage of the process Shown as percent |
scaphandre.process.disk.read (gauge) | Disk read for the process Shown as byte |
scaphandre.process.disk.total_read (gauge) | Total disk read for the process Shown as byte |
scaphandre.process.disk.total_write (gauge) | Total disk write for the process Shown as byte |
scaphandre.process.disk.write (gauge) | Disk write for the process Shown as byte |
scaphandre.process.memory.virtual (gauge) | Virtual memory used by the process Shown as byte |
scaphandre.process.memory (gauge) | Memory used by the process Shown as byte |
scaphandre.process.power_consumption (gauge) | Power consumption of the process Shown as watt |
scaphandre.self.memory.virtual (gauge) | Virtual memory used by scaphandre itself Shown as byte |
scaphandre.self.memory (gauge) | Memory used by scaphandre itself Shown as byte |
scaphandre.self.socket_records (gauge) | Socket records collected by scaphandre |
scaphandre.self.socket_stats (gauge) | Socket statistics collected by scaphandre |
scaphandre.self.topo_procs (gauge) | Topology processes recorded by scaphandre |
scaphandre.self.topo_records (gauge) | Topology records collected by scaphandre |
scaphandre.self.topo_stats (gauge) | Topology statistics collected by scaphandre |
scaphandre.version (gauge) | Current version number of scaphandre |
Scaphandre does not include any service checks.
Scaphandre does not include any events.
Need help? Contact Datadog support.