File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77A smokeping-like network tool.One binary file.
88Just scp and run.
99
10-
11- * v2.10.2: Storage is JSON; history is kept for 300 days by default
12- * v3.03 : Storage is SQLite; history is kept for 40 days by default (--days=300 for longer)
13-
14-
1510``` bash
1611mkdir /home/pingping -p && cd /home/pingping
1712
@@ -33,6 +28,8 @@ Add target host
3328 echo "1.2.3.4 myhost pace=fast" >> targets/ping.list
3429 echo "10.0.0.5:443 ads-api" >> targets/tcp.list
3530```
31+ * v2.10.2: Storage is JSON; history is kept for 300 days by default
32+ * v3.03 : Storage is SQLite; history is kept for 40 days by default (--days=300 for longer)
3633Data cleanup
3734Retention is fixed at 300 days. To purge earlier by hand, the bundled ` clean.sh ` is all you need
3835(data is plain per-day JSONL, so cleanup is just find+delete):
You can’t perform that action at this time.
0 commit comments