All Projects → Thann → Pingg

Thann / Pingg

Licence: unlicense
Ping latency graphing CLI

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Pingg

Tvision
A modern port of Turbo Vision 2.0, the classical framework for text-based user interfaces. Now cross-platform and with Unicode support.
Stars: ✭ 612 (+1754.55%)
Mutual labels:  terminal, tui
So
A terminal interface for Stack Overflow
Stars: ✭ 694 (+2003.03%)
Mutual labels:  terminal, tui
Ltui
🍖 A cross-platform terminal ui library based on Lua
Stars: ✭ 624 (+1790.91%)
Mutual labels:  terminal, tui
Termenv
Advanced ANSI style & color support for your terminal applications
Stars: ✭ 555 (+1581.82%)
Mutual labels:  terminal, tui
Devdash
🍱 Highly Configurable Terminal Dashboard for Developers and Creators
Stars: ✭ 939 (+2745.45%)
Mutual labels:  terminal, tui
Clui
Command Line User Interface (Console UI inspired by TurboVision)
Stars: ✭ 561 (+1600%)
Mutual labels:  terminal, tui
Htop
htop is an interactive text-mode process viewer for Unix systems. It aims to be a better 'top'.
Stars: ✭ 5,626 (+16948.48%)
Mutual labels:  terminal, tui
Rtv
Browse Reddit from your terminal
Stars: ✭ 4,558 (+13712.12%)
Mutual labels:  terminal, tui
Prettyping
`prettyping` is a wrapper around the standard `ping` tool, making the output prettier, more colorful, more compact, and easier to read.
Stars: ✭ 922 (+2693.94%)
Mutual labels:  graph, ping
Vim Quickui
The missing UI extensions for Vim 8.2 (and NeoVim 0.4) !! 😎
Stars: ✭ 714 (+2063.64%)
Mutual labels:  terminal, tui
Picotui
Lightweight, pure-Python Text User Interface (TUI) widget toolkit with minimal dependencies. Dedicated to the Pycopy project.
Stars: ✭ 547 (+1557.58%)
Mutual labels:  terminal, tui
Stabping
Continuously monitor your connection/ISP's latency & speed and view them in interactive charts
Stars: ✭ 8 (-75.76%)
Mutual labels:  graph, ping
Ttyplot
a realtime plotting utility for terminal/console with data input from stdin
Stars: ✭ 532 (+1512.12%)
Mutual labels:  graph, ping
Sauron Native
Truly cross platform, truly native. multiple backend GUI for rust
Stars: ✭ 587 (+1678.79%)
Mutual labels:  terminal, tui
Tui Rs
Build terminal user interfaces and dashboards using Rust
Stars: ✭ 6,081 (+18327.27%)
Mutual labels:  terminal, tui
Tml
🌈💻🎨 A tiny markup language for terminal output. Makes formatting output in CLI apps easier!
Stars: ✭ 634 (+1821.21%)
Mutual labels:  terminal, tui
Bubbles
TUI components for Bubble Tea 🍡
Stars: ✭ 467 (+1315.15%)
Mutual labels:  terminal, tui
Fltrdr
A TUI text reader for the terminal.
Stars: ✭ 477 (+1345.45%)
Mutual labels:  terminal, tui
Ueberzug
ueberzug is a command line util which allows to display images in combination with X11
Stars: ✭ 711 (+2054.55%)
Mutual labels:  terminal, tui
C Sharp Console Gui Framework
A GUI framework for C# console applications
Stars: ✭ 838 (+2439.39%)
Mutual labels:  terminal, tui

pingg

Ping latency graphing CLI

npm install thann/pingg

pingg google.com yahoo.com

OR docker run --rm -it thann/pingg

screenshot

By default will ping your router, google-dns (8.8.8.8), & cloudflare-dns (1.1.1.1)

options

--trace -t executes traceroute and graphs pings to every target

--interval 1 -i set time between each ping

--flood -f -A pings as fast as possible

--color -c list of colors to use. default: green,blue,red,white,yellow,magenta

--prune 1000 -p set number of pings between each graph simplification. disable with 0, run with Ctrl-p

--max 1000 -m set max number of data-points for a sliding window graph instead of pruning

--maxy 1000 -Y set max graph value so spikes dont mess the scaling up

--gateway g also pings the default gateway (router)

TCP

Adding a port to a hostname will use TCP intead of ICMP. i.e. pingg google.com:443

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].