https://github.com/mmattozzi/solr-timed-directory
Records I/O timing for a solr directory
https://github.com/mmattozzi/solr-timed-directory
Last synced: 2 months ago
JSON representation
Records I/O timing for a solr directory
- Host: GitHub
- URL: https://github.com/mmattozzi/solr-timed-directory
- Owner: mmattozzi
- Created: 2010-12-01T04:36:43.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2010-12-01T15:20:08.000Z (over 14 years ago)
- Last Synced: 2025-01-28T18:46:17.314Z (4 months ago)
- Language: Java
- Homepage:
- Size: 93.8 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Adds some I/O timing metrics to solr so you can evaluate your disk performance.
Only works for NIOFSDirectory (non-Windows systems).
Build project.
Add jar file to solr/lib.Add elements to solrconfig:
Run Solr.
Open:/dirStats
to see I/O timing information.
Open:
/dirStats?reset=true
to reset stats.
This wraps readInternal() call in NIOFSDirectory in lucene. I believe this will end up capturing all the bytes read from disk and the amount of time spent reading these bytes.