sys_reqinfo_cli_freq
Queries the frequency information of all command-line interface (CLI) events.
Syntax
sys_reqinfo_cli_freq
Arguments
None
Result String
rec_list {{CLI frequency string 0},{CLI frequency str 1}, ...}
Where each CLI frequency string is:
time_sec %ld time_msec %ld match_count %u raise_count %u occurs %u period_sec %ld period_msec %ld pattern {%s}
rec_list |
Marks the start of the CLI event frequency list. |
time_sec time_msec |
Last time when this CLI event was raised. |
match count |
Number of times that a CLI command matches the pattern specified by this CLI event specification. |
raise_count |
Number of times that this CLI event was raised. The following fields are information about the CLI event specification:
|
occurs |
Number of occurrences before an event is raised; if this argument is not specified, an event is raised on the first occurrence. |
period_sec period_msec |
Number of occurrences must occur within this number of POSIX timer units in order to raise event; if this argument is not specified, it does not apply. |
pattern |
Regular expression used to perform CLI command pattern matching. |
Set _cerrno
Yes