cnping

Minimal Graphical Ping Tool
git clone https://git.sinitax.com/cnlohr/cnping
Log | Files | Refs | Submodules | README | LICENSE | sfeed.txt

cnping.1 (1363B)


      1.TH CNPING 1 "Dec 2020" "version 1.0" "User Manuals"
      2.SH "NAME"
      3cnping \- Minimal Graphical IPv4 Ping/HTTP Ping Tool
      4.SH "SYNOPSIS"
      5.B cnping cnping [host] [period] [extra size] [y-axis scaling] [window title]
      6.SH "DESCRIPTION"
      7.B cnping
      8is a minimal graphical real time IPv4 ping tool written in C.
      9It can send pings via ICMP (regular ping) or HTTP which is useful 
     10in case ICMP is prohibited. Responses are displayed as vertical bars 
     11in a graphical window. Red bars indicate a response was not (yet) 
     12received, white bars indicate the response was received with a height 
     13relative to the round trip time. Additional statistics are displayed 
     14as an overlay.
     15.SH "OPTIONS"
     16All options can be passed either positional or as flags.
     17.IP -h
     18domain, IP address of ping target for ICMP or http host, i.e. http://google.com
     19
     20.IP -p
     21period in seconds (optional), default 0.02 
     22
     23.IP -s
     24ping packet extra size (above 12), optional, default = 0 
     25
     26.IP -y
     27use a fixed scaling factor instead of auto scaling (optional)
     28
     29.IP -t
     30the title of the window (optional)
     31
     32.SH "GUI"
     33.IP q
     34quit
     35
     36.IP m
     37toggle histogram mode
     38
     39.IP f
     40toggle histogram frame mode
     41
     42.IP c
     43reset histogram data
     44
     45.SH "AUTHOR"
     46Charles Lohr <TODO Email>
     47.SH COPYRIGHT
     48Copyright \(co 2018-2020 Charles Lohr
     49.br
     50.SH LICENSE
     51Rawdraw and CNPing may be licensed feely under the MIT-x11
     52or NewBSD Licenses. You choose!
     53