diff options
author | Rob Norris <[email protected]> | 2024-05-07 10:17:12 +1000 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2024-08-19 09:50:45 -0700 |
commit | 816d2b2bfc2591b951f32aeb7c00e14e27ee624c (patch) | |
tree | 3fb140496483c6f051201e746965bbfe220b09b5 /man | |
parent | 3f8fd3cae081fc13608e30e25b2e9df73fc59de9 (diff) |
spl-proc: remove old taskq stats
These had minimal useful information for the admin, didn't work properly
in some places, and knew far too much about taskq internals.
With the new stats available, these should never be needed anymore.
Reviewed-by: Alexander Motin <[email protected]>
Reviewed-by: Brian Behlendorf <[email protected]>
Reviewed-by: Tino Reichardt <[email protected]>
Signed-off-by: Rob Norris <[email protected]>
Sponsored-by: Klara, Inc.
Sponsored-by: Syneto
Closes #16171
Diffstat (limited to 'man')
-rw-r--r-- | man/man4/spl.4 | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/man/man4/spl.4 b/man/man4/spl.4 index 5cc12764e..22832c492 100644 --- a/man/man4/spl.4 +++ b/man/man4/spl.4 @@ -175,17 +175,6 @@ Increasing this value will result in a slower thread creation rate which may be preferable for some configurations. . -.It Sy spl_max_show_tasks Ns = Ns Sy 512 Pq uint -The maximum number of tasks per pending list in each taskq shown in -.Pa /proc/spl/taskq{,-all} . -Write -.Sy 0 -to turn off the limit. -The proc file will walk the lists with lock held, -reading it could cause a lock-up if the list grow too large -without limiting the output. -"(truncated)" will be shown if the list is larger than the limit. -. .It Sy spl_taskq_thread_timeout_ms Ns = Ns Sy 5000 Pq uint Minimum idle threads exit interval for dynamic taskqs. Smaller values allow idle threads exit more often and potentially be |