Switch User Manual
154 Secure Copy (SCP) Release Note
Software Version 2.8.1
C613-10477-00 REV B
show ssh counter
Syntax SHow SSH COUnter[={ALL|SSH|SCP}]
Description This command displays client and server counters for Secure Shell and Secure
Copy. If all is specified, both the SSH and the SCP client and server counters
are displayed. If ssh is specified, the SSH counters display without the SCP
counters. If scp is specified, only the SCP counters are displayed. If no
parameter is specified, the command defaults to all.
Figure 47: Example output from the show ssh counter=scp command
SCP Counters:
uploadTotal............. 3 downloadTotal............. 10
uploadSuccess........... 2 dowloadSuccess............ 10
uploadFailed ........... 1 downloadFailed............. 0
uploadCancelled......... 0 downloadCancelled.......... 0
readFileRequest...... 2125 writeFileRequest........ 1830
readFileSuccess...... 2125 writeFileSuccess........ 1830
readFileFailed.......... 0 writeFileFailed............ 0
Table 37: Modified parameters in output of the show ssh counter={scp|all} command
Parameter Meaning
uploadTotal The total number of upload requests received by the router
or switch.
downloadTotal The total number of load requests received by the router or
switch.
uploadSuccess The number of successful upload requests.
downloadSuccess The number of successful load requests.
uploadFailed The number of failed upload requests. All uncompleted
requests are counted as failed, except those cancelled by
using the reset loader command. Example reasons for
failure include a request from an unauthorised user, or a
missing file.
downloadFailed The number of failed load requests. All uncompleted
requests are counted as failed, except those cancelled by
using the reset loader command. Example reasons for
failure include a request from an unauthorised user, or an
attempt to copy over an existing file.
uploadCancelled The number of upload requests cancelled by using the
reset loader command.
downloadCancelled The number of load requests cancelled by using the reset
loader command.
readFileRequest The total number of read operations on local files.
writeFileRequests The total number of write operations on local files.
readFileSuccess The number of read successes.
writeFileSuccess The number of write successes.
readFileFailed The number of read failures. A read failure results in an
upload failure.