> ## Documentation Index
> Fetch the complete documentation index at: https://docs.wandb.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# 시스템 메트릭 기록 빈도는 어떻게 변경하나요?

[시스템 메트릭](/ko/models/ref/python/experiments/system-metrics) 기록 빈도를 설정하려면 `_stats_sampling_interval`을 초 단위 부동소수점 값으로 설정하세요. 기본값: `10.0`.

```python theme={null}
wandb.init(settings=wandb.Settings(x_stats_sampling_interval=30.0))
```

***

<Badge stroke shape="pill" color="orange" size="md">[메트릭](/ko/support/models/tags/metrics)</Badge><Badge stroke shape="pill" color="orange" size="md">[Runs](/ko/support/models/tags/runs)</Badge>
