logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

gping - ping(1), but with a graph

Author

       Matthias Geiger <matthias.geiger1024@tutanota.de>
              Wrote this manpage for the Debian system.

Description

       This manual page documents briefly the gping commmand.

       This  manual  page  was  written for the Debian distribution because the original program does not have a
       manual page.

       gping is essentially ping(1), but with a TUI graph.

Name

       gping - ping(1), but with a graph

Options

--cmd  Graph the execution time for a list of commands rather than pinging hosts

       -h, --help
              Show summary of options.

       -V, --version
              Print version information

       -n, --watch-interval <WATCH_INTERVAL>
              Watch interval seconds (provide partial seconds like `0.5').  Default for ping is 0.2, default for
              cmd is 0.5.

       -b, --buffer <BUFFER>
              Determines the number of seconds to display in the graph.  [default: 30]

       -4     Resolve ping targets to IPv4 address

       -6     Resolve ping targets to IPv6 address

       -i, --interface <INTERFACE>
              Interface to use when pinging.

       -s, --simple-graphics
              Uses dot characters instead of braille

       --vertical-margin <VERTICAL_MARGIN>
              Vertical margin around the graph (top and bottom) [default: 1]

       --horizontal-margin <VERTICAL_MARGIN>
              Horizontal margin around the graph (left and right) [default: 0]

       -c, –color <color>
              Assign color to a graph entry.  This option can be defined more than once  as  a  comma  separated
              string,  and the order which the colors are provided will be matched against the hosts or commands
              passed to gping.  Hexadecimal RGB color codes are accepted in the form of `#RRGGBB' or the follow‐
              ing color names: `black', `red', `green', `yellow', `blue', `magenta',`cyan', `gray', `dark-gray',
              `light-red',  `light-green',  `light-yellow',  `light-blue',  `light-magenta',  `light-cyan',  and
              `white'

Synopsis

gpingOPTIONS[HOSTS]gping ccc.de

       gping-s-b20 ccc.de

See Also