- 필수 기능
- 시작하기
- Glossary
- 표준 속성
- Guides
- Agent
- 통합
- 개방형텔레메트리
- 개발자
- Administrator's Guide
- API
- Datadog Mobile App
- CoScreen
- Cloudcraft
- 앱 내
- 서비스 관리
- 인프라스트럭처
- 애플리케이션 성능
- APM
- Continuous Profiler
- 스팬 시각화
- 데이터 스트림 모니터링
- 데이터 작업 모니터링
- 디지털 경험
- 소프트웨어 제공
- 보안
- AI Observability
- 로그 관리
- 관리
Supported OS
이 점검은 Datadog Agent를 통해 Speedtest를 모니터링합니다.
Speedtest 점검은 Datadog Agent 패키지에 포함되어 있지 않으므로 설치해야 합니다.
Agent v7.21+ / v6.21+의 경우 아래 지침에 따라 호스트에 Speedtest 점검을 설치합니다. 커뮤니티 통합 사용을 참조하여 Agent의 구버전이나 Docker Agent를 사용해 설치합니다.
다음 명령어를 실행해 에이전트 통합을 설치하세요.
datadog-agent integration install -t datadog-speedtest==<INTEGRATION_VERSION>
통합을 코어 통합과 유사하게 설정하세요.
참고: 모든 호스트에 Speedtest CLI를 설치하고 사용 전 Datadog Agent 사용자로서 서약서에 동의해야 합니다(예: sudo -u dd-agent speedtest
).
Agent 구성 디렉터리의 루트에 있는 conf.d/
폴더에서 speedtest.d/conf.yaml
파일을 편집하면 Speedtest 성능 데이터 수집이 시작됩니다. 사용 가능한 모든 구성 옵션의 경우 샘플 speedtest.d/conf.yaml을 참조하세요.
Agent 상태 하위 명령을 실행하여 점검 섹션에서 speedtest
를 찾습니다.
speedtest.ping.jitter (gauge) | Jitter in milliseconds Shown as millisecond |
speedtest.ping.latency (gauge) | Latency in milliseconds Shown as millisecond |
speedtest.download.bandwidth (gauge) | Download bandwidth in mebibytes per second Shown as mebibyte |
speedtest.download.bandwidth.bit_per_sec (gauge) | Download bandwidth in bits per second Shown as bit |
speedtest.download.bandwidth.byte_per_sec (gauge) | Download bandwidth in bytes per second Shown as byte |
speedtest.download.bytes (gauge) | Download test payload size in bytes Shown as byte |
speedtest.download.elapsed (gauge) | Download test elapsed time in milliseconds Shown as millisecond |
speedtest.upload.bandwidth (gauge) | Upload bandwidth in mebibytes per second Shown as mebibyte |
speedtest.upload.bandwidth.bit_per_sec (gauge) | Upload bandwidth in bits per second Shown as bit |
speedtest.upload.bandwidth.byte_per_sec (gauge) | Upload bandwidth in bytes per second Shown as byte |
speedtest.upload.bytes (gauge) | Upload test payload size in bytes Shown as byte |
speedtest.upload.elapsed (gauge) | Upload test elapsed time in milliseconds Shown as millisecond |
speedtest.packet_loss (gauge) | Percentage of packet loss for this test Shown as percent |
Speedtest 점검은 어떠한 이벤트도 포함하지 않습니다.
speedtest.run
Returns CRITICAL
if the check can’t run the test, or OK
results available.
Statuses: ok, critical
도움이 필요하신가요? Datadog 고객 지원팀에 문의해주세요.