Skip to content

Commit d1698ab

Browse files
Update README with version details and cleanup info
Reorganized version information and added data cleanup instructions.
1 parent cc527fc commit d1698ab

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,6 @@
77
A smokeping-like network tool.One binary file.
88
Just 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
1611
mkdir /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)
3633
Data cleanup
3734
Retention 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):

0 commit comments

Comments
 (0)