ASAP 2.8 Server Manual
ASAP Conversational Interface Commands
HP NonStop ASAP Server Manual—522303-007
6-140
TCP Command
DETAIL displays custom detailed TCP metric values for specific sub-entities.
MINSTATE records based on attribute states:
state show records with at lease one attribute state equal to
or higher than <state>. Valid states are 1 through 8.
AUTO show records with at lease one attribute state greater
than state 2 (OK).
COUNT defines the max number of records to display.
EXTRACT extract TCP records from the ASAP database to a separate database file
or to a process. If the specified file does not exist, it will be created.
NOPRINT suppress terminal output for EXTRACT commands.
NOLINEBREAK
do not break output lines at 132 characters. Be sure the output file can
handle lines longer than 132 bytes before using this option.
AGE return removed objects for the past number of minutes
specified.
Examples
•
To show the latest TCP/IP and TELSERV statistics for the default node:
TCP
•
To show the latest TCP/IP statistics for all nodes:
TCP \*
•
To show the latest TCP/IP Route detailed statistics for the local node:
TCP TCPROUTE, DETAIL
•
To show the latest detailed TCP/IP statistics for Port 23 on \Chicago:
TCP TCPPORT \CHICAGO.23, DETAIL
•
To show the latest detailed TELSERV Window statistics for the last four samples:
TCP WINDOW, DE, S4
•
To extract the latest TCPICMP statistics for all for 1000 samples to a file:
TCP ICMP, EXTRACT $DATA.DATA.ICMP, NOPRINT, SAMPLES 1000
•
To extract the last 1000 samples of TCPIP statistics into a CSV file:
TCP/OUT IPCSV/IP, RAW, DE, ST, TAB ",", NOLINEBREAK, SAMPLES
1000