From f46baa4c16f13636d8605ab482fb41e7a5b8cada Mon Sep 17 00:00:00 2001 From: joe miller Date: Sat, 8 Nov 2025 11:00:18 -0800 Subject: [PATCH] fix: spelling of turbostat --- content/telegraf/v1/input-plugins/turbostat/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/telegraf/v1/input-plugins/turbostat/_index.md b/content/telegraf/v1/input-plugins/turbostat/_index.md index 9b4a080291..6876233d2a 100644 --- a/content/telegraf/v1/input-plugins/turbostat/_index.md +++ b/content/telegraf/v1/input-plugins/turbostat/_index.md @@ -83,7 +83,7 @@ times, or with a comma-separated list of column names. times, or with a comma-separated list of column names. Be careful not to hide CPU, Core, Package, and Die, or the output may lose much of its meaning. -To discover the list of available columns, run `sudo tubostat --list`. +To discover the list of available columns, run `sudo turbostat --list`. For further information, run `man turbostat`. If the man page is not installed, download [turbostat.8](https://raw.githubusercontent.com/torvalds/linux/refs/heads/master/tools/power/x86/turbostat/turbostat.8) and browse it with `man ./turbostat.8`.