> ## 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.

# システムメトリクスをログする頻度を変更するにはどうすればよいですか？

[システムメトリクス](/ja/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">[メトリクス](/ja/support/models/tags/metrics)</Badge><Badge stroke shape="pill" color="orange" size="md">[Runs](/ja/support/models/tags/runs)</Badge>
