GetSummary: Group threads for H2 and sshd-SshServer
There can be quite many threads running for H2 and the sshd server. On my test server there were around 20 H2 related threads and around 6 sshd related threads. Add "H2" and "sshd-SshdServer" as group prefixes, so that these threads will be listed in the summary under specific groups rather than being grouped under "Other". Change-Id: I138a5cbaf787c7c524c445368e7fcf7068e44a85
This commit is contained in:
@@ -1721,13 +1721,13 @@ The total number of current threads.
|
||||
|`counts` |
|
||||
Detailed thread counts as a map that maps a thread kind to a map that
|
||||
maps a thread state to the thread count. The thread kinds group the
|
||||
counts by threads that have the same name prefix (`HTTP`,
|
||||
counts by threads that have the same name prefix (`H2`, `HTTP`,
|
||||
`IntraLineDiff`, `ReceiveCommits`, `SSH git-receive-pack`,
|
||||
`SSH git-upload-pack`, `SSH-Interactive-Worker`, `SSH-Stream-Worker`,
|
||||
`SshCommandStart`). The counts for other threads are available under
|
||||
the thread kind `Other`. Counts for the following thread states can be
|
||||
included: `NEW`, `RUNNABLE`, `BLOCKED`, `WAITING`, `TIMED_WAITING` and
|
||||
`TERMINATED`.
|
||||
`SshCommandStart`, `sshd-SshServer`). The counts for other threads are
|
||||
available under the thread kind `Other`. Counts for the following thread
|
||||
states can be included: `NEW`, `RUNNABLE`, `BLOCKED`, `WAITING`,
|
||||
`TIMED_WAITING` and `TERMINATED`.
|
||||
|===========================
|
||||
|
||||
[[top-menu-entry-info]]
|
||||
|
||||
Reference in New Issue
Block a user