LinuxCommandLibrary

noping

Ncurses-based visual ping tool for multiple hosts

TLDR

Ping multiple hosts with visual display
$ noping [host1] [host2] [host3]
copy
Ping with a specific interval
$ noping -i [seconds] [host]
copy

SYNOPSIS

noping [options] hosts...

DESCRIPTION

noping is an ncurses-based front-end to liboping that pings multiple hosts in parallel using IPv4 and/or IPv6 and displays statistics live in the terminal. Round-trip times are color-coded: green for normal, yellow for moderately unusual, and red for significantly aberrant values.
Multiple graph types are available and can be toggled with g. New hosts can be added at any time with a. Display modes include a time-based graph and a box plot showing RTT distribution.

PARAMETERS

-i SECONDS

Interval between ping packets.
-c COUNT
Number of pings to send.

CAVEATS

May require root privileges or CAPNETRAW capability for ICMP access.

HISTORY

noping is part of the liboping project by Florian Forster (octo) and is written in C.

SEE ALSO

ping(8), mtr(8), oping(8)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard