Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New plugins proposed #8

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open

New plugins proposed #8

wants to merge 8 commits into from

Conversation

gakhov
Copy link

@gakhov gakhov commented Jan 15, 2013

There are 2 more plugins we use in production in our company;

  • elasticsearch plugin for query execution time monitoring.
    • ElasticSearch (http://www.elasticsearch.org/) has a good API, so I just do HTTP query "get all" and parse its execution time from the response (note, that ES can cache the query, but that is not a problem since if we have general slowness, then even cached queries are slow)
  • elasticsearch plugins for garbage collections monitoring.
  • elasticsearch plugin for monitoring open http connection to elasticsearch node.
  • elasticsearch plugin for monitoring open files by elasticsearch.
  • elasticsearch plugin for monitoring JVM memory pools (young and old generations).
  • elasticsearch plugin for monitoring OS memory (free memory, actual free memory, used memory, actual used memory, swap used, swap free).
  • storm topology processed items plugin

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant