sping
no way to compare when less than two revisions
Differences
This shows you the differences between two versions of the page.
| — | sping [2007/03/02 02:32] (current) – created - external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | # $EPIC: sping.txt,v 1.2 2007/03/02 02:32:04 jnelson Exp $ | ||
| + | ======Synopsis: | ||
| + | [[load]] sping \\ | ||
| + | /set sping_timeout < | ||
| + | /sping //server// \\ | ||
| + | /vping //server// | ||
| + | |||
| + | ======Description: | ||
| + | This script implements two commands which allow you to " | ||
| + | Pinging is the measurement of round-trip communication to a server. | ||
| + | |||
| + | The /sping command sends a PING protocol command to //server//, and when | ||
| + | that PING is responded to with a PONG, the script will tell you how long | ||
| + | it took. | ||
| + | |||
| + | The /vping command sends a VERSION protocol command to //server//, and when | ||
| + | that VERSION is responded to with a version reply (numeric 351) or a | ||
| + | " | ||
| + | tell you how long it took. | ||
| + | |||
| + | The /set sping_timeout value (default 120) controls how many seconds shall | ||
| + | elapse before the script decides the server is not going to respond. | ||
| + | will then tell you the request has timed out. | ||
| + | |||
| + | Some networks have tightened down your ability to send commands to remote | ||
| + | servers; The /sping or /vping commands may not work if your network has | ||
| + | changed the protocol to disallow remote requests. | ||
| + | requests may time out. | ||
| + | |||
| + | ======History: | ||
| + | This script first appeared in epic4-1.2.2. | ||
| + | |||
sping.txt · Last modified: 2007/03/02 02:32 by 127.0.0.1
