1TELNET-PROBE(1) General Commands Manual TELNET-PROBE(1)
2
3
4
6 telnet-probe - lightweight telnet-like port probe
7
9 $PCP_BINADM_DIR/telnet-probe [-cv?] host port
10
12 telnet-probe allows the pmdashping(1) daemons to establish connections
13 to arbitrary local and remote service-providing daemons so that
14 response time and service availability information can be obtained.
15
16 The required host and port number arguments have the same meaning as
17 their telnet(1) equivalents.
18
19 The -c option causes telnet-probe to perform a connect(2) only. This
20 skips the read(2) and write(2) exercise that would otherwise be done
21 after connecting (see below).
22
23 Once the telnet connection has been established, telnet-probe reads
24 from stdin until end-of-file, and writes all the input data to the tel‐
25 net connection. Next, telnet-probe will read from the telnet connec‐
26 tion until end-of-file, discarding whatever data it receives. Then
27 telnet-probe exits.
28
29 To operate successfully, the input passed via telnet-probe to the
30 remote service must be sufficient to cause the remote service to close
31 the connection when the last line of input has been processed, e.g.
32 ending with ``quit'' when probing SMTP on port 25.
33
34 By default telnet-probe will not produce any output, unless there is an
35 error in which case a diagnostic message can be displayed (in verbose
36 mode only) and the exit status will be non-zero indicating a failure.
37
39 The available command line options are:
40
41 -c Connect only, do not read or write.
42
43 -v Enable verbose mode.
44
45 -? Display usage message and exit.
46
48 If telnet-probe succeeds, then 0 will be returned. If the attempt to
49 establish a connection fails or is terminated, then a non-zero exit
50 status is returned.
51
53 Environment variables with the prefix PCP_ are used to parameterize the
54 file and directory names used by PCP. On each installation, the file
55 /etc/pcp.conf contains the local values for these variables. The
56 $PCP_CONF variable may be used to specify an alternative configuration
57 file, as described in pcp.conf(5).
58
60 PCPIntro(1), pmdashping(1), pmie(1), telnet(1), connect(2), read(2) and
61 write(2).
62
63
64
65Performance Co-Pilot PCP TELNET-PROBE(1)