Skip to content
This repository has been archived by the owner on Jan 5, 2019. It is now read-only.
/ mcqbeat Public archive

ship memcacheq queue stats to elasticsearch

License

Notifications You must be signed in to change notification settings

yedamao/mcqbeat

Repository files navigation

Mcqbeat

Releases

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

Getting Started with Mcqbeat

Requirements

Init Project

To get running with Mcqbeat and also install the dependencies, run the following command:

make setup

Build

To build the binary for Mcqbeat run the command below. This will generate a binary in the same directory with the name mcqbeat.

make

Run

To run Mcqbeat with debugging output enabled, run:

./mcqbeat -c mcqbeat.yml -e -d "*"

Test

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/

Kibana Screenshots

image