F3215-HP Load Balancing Module System Management Command Reference-6PW101

57
Syntax
display copyright [ | { begin | exclude | include } regular-expression ]
Views
Any view
Default command level
1: Monitor level
Parameters
|: Filters command output by specifying a regular expression. For more information about regular
expressions, see System Management Configuration Guide.
begin: Displays the first line that matches the specified regular expression and all lines that follow.
exclude: Displays all lines that do not match the specified regular expression.
include: Displays all lines that match the specified regular expression.
regular-expression: Specifies a regular expression, a case-sensitive string of 1 to 256 characters.
Usage guidelines
With this command, you can view the software and hardware copyright statements, and third-party
software license agreements.
Examples
# Display the software and hardware copyright statements. (The output is omitted here.)
<Sysname> display copyright
display cpu-usage
Use display cpu-usage to display CPU usage statistics.
Syntax
display cpu-usage [ entry-number [ offset ] [ verbose ] [ from-device ] ] [ | { begin | exclude | include }
regular-expression ]
Views
Any view
Default command level
1: M o n i t o r l e ve l
Parameters
entry-number: Number of entries to be displayed, which ranges from 1 to 60.
offset: Offset between the serial number of the first CPU usage rate record to be displayed and that of the
last CPU usage rate record to be displayed. It ranges from 0 to 59.
For example, the idx of the latest statistics record is 12. If the offset is set to 3, the system will display the
statistics records from the one with the idx of 9, where idx represents the serial number of the period for
the statistics, and its value ranges from 0 to 60 cyclically. The system collects CPU usage rates
periodically, and the system records the average CPU usage rate during this period, and the idx value is
added by 1 automatically.