An application for displaying the progress of currently running index creation process for mongo.
A release that has been tested on ubuntu can be downloaded from here
Build using go install
. Assuming $GOPATH/bin
is on the path, run by executing mongo-progress
.
Once the application is running it will either connect to an existing index creation process or wait until it detects a new index being applied. It will then display the progress of process. The application will run indefinitely so requires Ctrl-C to terminate it.