mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 06:37:19 -04:00
parent
1daedffaf5
commit
b2873307f4
1 changed files with 1 additions and 1 deletions
2
docs/static/performance-checklist.asciidoc
vendored
2
docs/static/performance-checklist.asciidoc
vendored
|
@ -82,7 +82,7 @@ following suggestions:
|
|||
|
||||
* Threads in Java have names and you can use the `jstack`, `top`, and the VisualVM graphical tools to figure out which resources a given thread uses.
|
||||
|
||||
* On Linux platforms, Logstash labels all the threads it can with something descriptive. For example, inputs show up as `[base]<inputname`, and filter workers show up as `[base]>workerN`, where N is an integer. Where possible, other threads are also labeled to help you identify their purpose.
|
||||
* On Linux platforms, Logstash labels all the threads it can with something descriptive. For example, inputs show up as `[base]<inputname`, and pipeline workers show up as `[base]>workerN`, where N is an integer. Where possible, other threads are also labeled to help you identify their purpose.
|
||||
|
||||
[float]
|
||||
[[profiling-the-heap]]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue