The Wayback Machine - https://web.archive.org/web/20201029013329/https://github.com/sematext/solr-diagnostics
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 

README.md

solr-diagnostics

Gathers info from Solr that should help diagnose issues:

  • ps output
  • dmesg output
  • netstat output
  • sysctl output
  • uname output
  • top output
  • Solr logs and GC logs
  • (optionally) syslog
  • process limits
  • java version
  • solr.xml
  • configs
  • (Legacy Solr only) cores status
  • (SolrCloud only) collections list
  • (SolrCloud only) cluster status
  • (SolrCloud only) aliases
  • (SolrCloud only) overseer status
  • metrics snapshot

Usage

Download the binary from releases. Then run it with:

sudo java -jar solr-diagnostics-x.y.z.jar

You'll need Java (7 or later). It will work without sudo, but some information will be missing (e.g. all the sysctl info).

Build from sources

Clone the repository, then run:

mvn clean package

The self-contained Jar will be target/com.sematext.solr-diagnostics-x.y.z-SNAPSHOT.jar

Roadmap/TODO

See the list of issues, and feel free to report new ones or submit pull requests!

About

Gathers info from Solr: logs, configs, etc. Useful for remote debugging

Resources

License

Packages

No packages published

Languages

You can’t perform that action at this time.