5827b310e4306e6de45908635c4977444177e8f1
[trinked.git] / README.md
1 Trinketd - driver and collecting tool for Atom Pro/Atom mini 2.
2
3 The tool was developed for FreeBSD but it should be very easy to port it on
4 Linux.
5
6 trinketd [-d] [-p pidfile] [-P period] [-D datadir] [-i tics] [-l logfile]
7
8 -i d        - daemonize
9 -p pidfile  - create a pid-file
10 -P period   - collection period, in seconds, default 300 secs
11 -D datadir  - directory to place output file, default stdout
12 -i tics     - the number of samples for the moving average, default 1
13 -l logfile  - name of log file, if absent will send to syslog if daemonize else
14               stderr
15
16 Copyright (c) 2016, Teodor Sigaev <teodor@sigaev.ru>