blob: 79320f7f1ea28f74f6ce3df4b0694638ff24a32f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
Usage:
netmon [-t <check_interval>] [-n <max_failure>] [-l <log_file>] [-d]
-t <check_interval> specify how many seconds to wait between two checks
-n <max_failure> specify how many continous network failures we get until we reboot the system
-l <log_file> specify the log file
-d run as a daemon process
Debugging:
Declare macro `DEBUG` to enable debug level logging. This is enabled in CMake task by default.
|