File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,12 +6,12 @@ A smokeping-like network tool.One binary file,
66Just scp and run
77
88``` bash
9- cd /home
9+ # install
10+ cd /home/pingping/
1011wget https://github.com/githubflyideas/pingping/releases/download/v2.11.2/pingping-v2.11.2-linux-amd64.tar.gz
11-
1212tar -zxvf pingping-v2.11.2-linux-amd64.tar.gz
1313
14- cd pingping-v2.11.2-linux-amd64
14+ # run
1515./pingping user=admin passwd=admin
1616```
1717Open http://localhost:8517 and watch your first puff of network smoke.
@@ -38,11 +38,6 @@ PingPing is a lightweight network latency and link quality visualization tool.
3838
3939It may not be as powerful or feature-rich as Smokeping, but it's ridiculously lightweight.
4040
41- Single binary
42- No Docker
43- No database
44- No web server
45- Plain text configuration. Edit targets with your favorite editor—or even a single echo command.
4641
4742
4843
You can’t perform that action at this time.
0 commit comments