aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLance Yang <[email protected]>2024-10-27 12:07:47 +0000
committerAndrew Morton <[email protected]>2024-11-12 01:17:03 +0000
commit62bf7065cc6056a51a240c810b95d887e5bb7c8c (patch)
tree6e70afff5709d9582197b6a1dfd1b513cfd9c945
parenthung_task: add detect count for hung tasks (diff)
downloadkernel-62bf7065cc6056a51a240c810b95d887e5bb7c8c.tar.gz
kernel-62bf7065cc6056a51a240c810b95d887e5bb7c8c.zip
hung_task: add docs for hung_task_detect_count
This commit introduces documentation for hung_task_detect_count in kernel.rst. Link: https://lkml.kernel.org/r/[email protected] Signed-off-by: Mingzhe Yang <[email protected]> Signed-off-by: Lance Yang <[email protected]> Cc: Bang Li <[email protected]> Cc: Baolin Wang <[email protected]> Cc: David Hildenbrand <[email protected]> Cc: Huang Cun <[email protected]> Cc: Joel Granados <[email protected]> Cc: Joel Granados <[email protected]> Cc: John Siddle <[email protected]> Cc: Kent Overstreet <[email protected]> Cc: Ryan Roberts <[email protected]> Cc: Thomas Weißschuh <[email protected]> Cc: Yongliang Gao <[email protected]> Cc: Zi Yan <[email protected]> Signed-off-by: Andrew Morton <[email protected]>
-rw-r--r--Documentation/admin-guide/sysctl/kernel.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/Documentation/admin-guide/sysctl/kernel.rst b/Documentation/admin-guide/sysctl/kernel.rst
index f8bc1630eba0..b2b36d0c3094 100644
--- a/Documentation/admin-guide/sysctl/kernel.rst
+++ b/Documentation/admin-guide/sysctl/kernel.rst
@@ -401,6 +401,15 @@ The upper bound on the number of tasks that are checked.
This file shows up if ``CONFIG_DETECT_HUNG_TASK`` is enabled.
+hung_task_detect_count
+======================
+
+Indicates the total number of tasks that have been detected as hung since
+the system boot.
+
+This file shows up if ``CONFIG_DETECT_HUNG_TASK`` is enabled.
+
+
hung_task_timeout_secs
======================