All Projects → denilsonsa → Prettyping

denilsonsa / Prettyping

Licence: mit
`prettyping` is a wrapper around the standard `ping` tool, making the output prettier, more colorful, more compact, and easier to read.

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to Prettyping

Ttyplot
a realtime plotting utility for terminal/console with data input from stdin
Stars: ✭ 532 (-42.3%)
Mutual labels:  graph, ping
Stabping
Continuously monitor your connection/ISP's latency & speed and view them in interactive charts
Stars: ✭ 8 (-99.13%)
Mutual labels:  graph, ping
Go Ping
A simple ping library using ICMP echo requests.
Stars: ✭ 158 (-82.86%)
Mutual labels:  network-monitoring, ping
Lagmonitor
Monitor performance of your Minecraft server. Similar to VisualVM and Java Mission Control.
Stars: ✭ 147 (-84.06%)
Mutual labels:  graph, ping
ping-exporter
Prometheus Ping exporter
Stars: ✭ 60 (-93.49%)
Mutual labels:  ping, network-monitoring
dstp
🧪 Run common networking tests against any site.
Stars: ✭ 919 (-0.33%)
Mutual labels:  ping, network-monitoring
Pingg
Ping latency graphing CLI
Stars: ✭ 33 (-96.42%)
Mutual labels:  graph, ping
Bitmeteros
BitMeter OS - a cross-platform bandwidth monitor
Stars: ✭ 266 (-71.15%)
Mutual labels:  graph, network-monitoring
Fping
High performance ping tool
Stars: ✭ 652 (-29.28%)
Mutual labels:  network-monitoring, ping
Bmon
bandwidth monitor and rate estimator
Stars: ✭ 787 (-14.64%)
Mutual labels:  network-monitoring
Github Spray
Draw on your GitHub contribution graph ░▒▓█
Stars: ✭ 908 (-1.52%)
Mutual labels:  graph
Dracula
JavaScript layout and representation of connected graphs.
Stars: ✭ 767 (-16.81%)
Mutual labels:  graph
Rickshaw
JavaScript toolkit for creating interactive real-time graphs
Stars: ✭ 6,506 (+605.64%)
Mutual labels:  graph
Amcharts4
The most advanced amCharts charting library for JavaScript and TypeScript apps.
Stars: ✭ 907 (-1.63%)
Mutual labels:  graph
Parallec
Fast Parallel Async HTTP/SSH/TCP/UDP/Ping Client Java Library. Aggregate 100,000 APIs & send anywhere in 20 lines of code. Ping/HTTP Calls 8000 servers in 12 seconds. (Akka) www.parallec.io
Stars: ✭ 777 (-15.73%)
Mutual labels:  ping
Flutter graphite
Flutter widget to draw interactive direct graphs (flowcharts) of any complexity in a tile rectangular manner.
Stars: ✭ 23 (-97.51%)
Mutual labels:  graph
Cuckoo
a memory-bound graph-theoretic proof-of-work system
Stars: ✭ 747 (-18.98%)
Mutual labels:  graph
Python O365
A simple python library to interact with Microsoft Graph and Office 365 API
Stars: ✭ 742 (-19.52%)
Mutual labels:  graph
Graphview
Android GraphView is used to display data in graph structures.
Stars: ✭ 918 (-0.43%)
Mutual labels:  graph
Vl Jung
NetBeans Visual Library integration with JUNG (Java Universal Graph Library) for rich, animated visualizations of graphs using real components
Stars: ✭ 22 (-97.61%)
Mutual labels:  graph

prettyping

Donation - buy me a coffee

prettyping is a wrapper around the standard ping tool with the objective of making the output prettier, more colorful, more compact, and easier to read.

prettyping runs the standard ping in the background and parses its output, showing the ping responses in a graphical way at the terminal (by using colors and Unicode characters).

prettyping is written in bash and awk, and is reported to work on many different systems (Linux, Mac OS X, BSD…), as well as running on different versions of awk (gawk, mawk, nawk, busybox awk).

Read about the history of this project, as well as detailed information, screenshots, videos at: http://denilsonsa.github.io/prettyping/

Requirements

  • bash (tested on 4.20, should work on versions as old as 2008)
  • awk (either gawk, mawk, nawk or busybox awk; should work on gawk versions as old as 2008; should probably work on any other awk implementation)
  • ping (from iputils, or any other version that prints essentially the same output, like Mac OS X ping or oping)
  • Optional dependency on stty or tput to auto-detect the terminal size.

Installation

  1. Download prettyping script and save it anywhere.
  2. Make it executable: chmod +x prettyping

That's all! No root permission is required. You can save and run it from any directory. As long as your user can run ping, bash and awk, then prettyping will work.

Alternatively, you can download the latest tarball from GitHub: Latest release

For people building a prettyping package (for any Linux distro or for Mac OS X), just install the prettyping script into /usr/bin/, or whatever directory is appropriate. No other file is necessary.

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].