Simple reader application for TaskMonitor
This is a host tool to connect and read data stream from taskmonitor service. The output is serialized in JSON data format to be used in data visualization tools.
# git clone --recurse-submodules https://gitlab.com/taskmonitor/tkm-reader.git
TKM-Reader depends on the following libraries
| Library | Reference | Info |
|---|---|---|
| libtaskmonitor | https://gitlab.com/taskmonitor/libtaskmonitor | TaskMonitor interfaces |
| protobuf | https://developers.google.com/protocol-buffers | Data serialization (libtaskmonitor dependency) |
| sqlite3 | https://www.sqlite.org/index.html | Output sqlite3 database |
| jsoncpp | https://github.com/open-source-parsers/jsoncpp | Emit Json output |
| Option | Default | Info |
|---|---|---|
| WITH_SYSLOG | OFF | Print log output to syslog instead of stdout |
mkdir build && cd build && cmake .. && make