summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeuin <[email protected]>2021-12-28 05:43:41 +0800
committerGitHub <[email protected]>2021-12-28 05:43:41 +0800
commit6caa0d1dc7f31c6923e33190df63d5b7c8810920 (patch)
treed7cc8cb17a1228461ad7ed0d229f1db0bbd099a3
parent6cb29277a18df9bb2b46f73949fd584349292500 (diff)
Create README.txt
-rw-r--r--README.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.txt b/README.txt
new file mode 100644
index 0000000..9453133
--- /dev/null
+++ b/README.txt
@@ -0,0 +1,8 @@
+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