how do we track the frequently or most used repos in bitbucket server instance.
Hi Padmasree,
To which terms of most used are you referring to? You can see the most accessed repos in the access.log. You can group the requests by the repo name and check the number of occurrences. We have this log parser that's publicly available that you can use https://bitbucket.org/ssaasen/stash-log-parser/src/master/.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.