Welcome to Mcqbeat.
Mcqbeat is based on Beats ship memcacheq queue stats to elasticsearch.
Ensure that this folder is at the following location:
${GOPATH}/src/github.com/yedamao/mcqbeat
To get running with Mcqbeat and also install the dependencies, run the following command:
make setup
To build the binary for Mcqbeat run the command below. This will generate a binary in the same directory with the name mcqbeat.
make
To run Mcqbeat with debugging output enabled, run:
./mcqbeat -c mcqbeat.yml -e -d "*"
To test Mcqbeat, run the following command:
make testsuite
alternatively:
make unit-tests
make system-tests
make integration-tests
make coverage-report
The test coverage is reported in the folder ./build/coverage/