1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66
|
.\"Created by graziano@cs.ucsb.edu
.TH nws_ping 1 "October 7, 2002" "nws_ping"
.SH NAME
nws_ping \- ping a Network Weather Service sensor
.SH SYNOPSIS
.B nws_ping
[-repeat seconds][-size experiment,buffer,message][-timeout seconds] host [host ...]
.SH DESCRIPTION
This manual page explains the
.B nws_ping
program. The
.BR nws_ping
is part of the Network Weather Service and is used to
.I ping
a possibly remote NWS
.B nws_sensor(1).
The size of the experiment to conduct can be varied from the command
line: the default may be small for fast network.
.SH OPTIONS
.BI -repeat\ seconds
.RS
repeat the experiment continously every
.I seconds
seconds.
.RE
.BI -size\ experiment,buffer,message
.RS
conduct this experiments using a total of
.I experiment
bytes, with a TCP buffer size of
.I buffer
and a message of
.I message
bytes. The default is 64,16,32.
.RE
.SH BUGS
Bugs list is at
.UR http://nws.cs.ucsb.edu
http://nws.cs.ucsb.edu.
.UE
.SH AUTHOR
NWS is an original idea of Rich Wolski (rich@cs.ucsb.edu) who wrote the
orignal
.B nws_sensor.
.P
Neil Spring, Jim Hayes (jhayes@cs.ucsd.edu) and Martin Swany maintained
and enhanced it.
.P
Graziano Obertelli (graziano@cs.ucsb.edu) currently maintains NWS and
wrote this man page.
.SH SEE ALSO
.BR nws_memory(1),
.BR nws_search(1),
.BR nws_nameserver(1),
.BR nws_extract(1)
|