Java properties and thread dump

Java properties form a read-only section where you can see the system properties associated with the current JVM instance.

Tip

Remember that you can use those variables in solrconfig.xml, so you may want to check in this page whether a specific property has the expected value.

The thread dump page shows a snapshot of what live threads in the JVM are doing at a given instant. The same information can be retrieved using the jstack command-line utility available in JVM.

Tip

Thread dumps are very useful for debugging high-CPU-usage scenarios and deadlocks.

Unlike log analysis, the user interface here is definitely more user-friendly than manual inspection of the jstack output.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
18.119.158.134