I'm looking for a way to monitor Stash performance. We are using Nagios in our organization and it is pretty straightforward to use it with regards to http.
But I'm wondering how to monitor git processes in Stash. Does anyone has an experience with this?
Thanks,
Pavel
Hi Pavel,
In addition to Charles' response, you could do very basic monitoring using Nagios or similar tools by checking for the stash process or the tcp ports that it listens on. A more sophisticated check could run a git command or http check against the server to ensure that it is responding.
I'm interested in knowing what kind of specific performance monitoring you would like to do, so do let me know if these ideas would not work for you.
Cheers,
Roger
Hi Pavel,
At this point in time your best bet is to the monitor the access logs that Stash produces. From that you can get a fairly clear picture of the performance of various Git operations like push/fetch/clone.
The access log format is described here:
https://confluence.atlassian.com/display/STASHKB/Stash+Log+Formats
We use the following library/tool to parse and then output graphs:
https://bitbucket.org/ssaasen/stash-log-parser
Cheers,
Charles
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.