Skip to content

Debug logs for performance assessment #712

Answered by alexklibisz
ezorita asked this question in Q&A
Discussion options

You must be logged in to vote

Hi, this kind of logging is not currently implemented. It wouldn't be particularly difficult to add timing logs. Basically just find the spots in the code worth timing and make sure to use the loggers provided by elasticsearch and lucene.

I don't know of a clean way to track memory usage for just Elastiknn. You can of course use metrics tools already built into the JVM. That would give you memory usage of the entire Elasticsearch server.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by ezorita
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants