gping

Ping, but with a graph

Github星跟蹤圖

gping Snap Status

Ping, but with a graph

Install and run

If you're using Linux you can install gping using snap:

sudo snap install gping && sudo snap connect gping:network-observe

Then just execute as usual using the gping command.

Using pip

Created/tested with Python 3.4 and 2.7.

pip3 install pinggraph

Tested on Windows, Ubuntu and OS X. After installation just run:

gping [yourhost]

If you don't give a host then it pings google.

Why?

My apartments internet is all 4g, and while it's normally pretty fast it can be a bit flakey. I often
found myself running ping -t google.com in a command window to get a rough idea of the network speed,
and I thought a graph would be a great way to visualize the data. I still wanted to just use the command
line though, so I decided to try and write a cross platform one that I could use. And here we are.

Code

For a quick hack the code started off really nice, but after I decided pretty colors
were a good addition it quickly got rather complicated. Inside pinger.py
is a function plot(), this uses a canvas-like object to "draw" things like lines
and boxes to the screen. I found on Windows that changing the colors is slow and
caused the screen to flicker, so theres a big mess of a function called process_colors
to try and optimize that. Don't ask.

概覽

名稱與所有者orf/gping
主編程語言Rust
編程語言Rust (語言數: 3)
平台
許可證MIT License
發布數65
最新版本名稱pinger-v1.1.1 (發布於 )
第一版名稱python (發布於 )
創建於2015-10-17 14:34:25
推送於2024-05-17 10:55:59
最后一次提交2024-04-03 11:51:32
星數10.3k
關注者數78
派生數303
提交數652
已啟用問題?
問題數146
打開的問題數29
拉請求數183
打開的拉請求數5
關閉的拉請求數117
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?
去到頂部