equal
deleted
inserted
replaced
|
1 # ping.cif |
|
2 # |
|
3 # Copyright (c) 2009 - 2010 Accenture. All rights reserved. |
|
4 # This component and the accompanying materials are made available |
|
5 # under the terms of the "Eclipse Public License v1.0" |
|
6 # which accompanies this distribution, and is available |
|
7 # at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
8 # |
|
9 # Initial Contributors: |
|
10 # Accenture - Initial contribution |
|
11 # |
|
12 ==name ping |
|
13 |
|
14 ==short-description |
|
15 |
|
16 Tests whether a network host is reachable. |
|
17 |
|
18 ==see-also |
|
19 |
|
20 L<iap|iap>, L<rconn|rconn> |
|
21 |
|
22 ==argument string address optional |
|
23 |
|
24 The IP address to ping. If not specified, C<127.0.0.1> will be used. |
|
25 |
|
26 ==option int n num-packets |
|
27 |
|
28 The total number of packets to send (defaults to 5). |
|
29 |
|
30 ==option int t time |
|
31 |
|
32 Time interval between packets in seconds (defaults to 1). |
|
33 |
|
34 ==option int i iap |
|
35 |
|
36 The Internet Access Point to use. If not specified uses the system default. |
|
37 |
|
38 ==copyright |
|
39 |
|
40 Copyright (c) 2009 - 2010 Accenture. All rights reserved. |