disk-activity-monitoring threshold
Use this command to set the threshold activity value for disk reads or writes. When the device reaches the threshold level, operator logs, SNMP traps, and NetConf notifications are displayed/sent. A threshold value of zero means that the monitoring is disabled.
Use the no form of this command to set the threshold activity for reads or writes in the default value of zero.
Command Syntax
disk-activity-monitoring threshold (read <1-20000> | write <1-20000>)
no disk-activity-monitoring threshold (read | write)
Parameters
read
Threshold level for reads.
<1-20000>
Threshold level in KBps.
write
Threshold level for writes.
<1-20000>
Threshold level in KBps.
Default
The default threshold activity value for reads and writes is zero (disabled).
Command Mode
Configuration mode
Applicability
This command was introduced in OcNOS version 5.2.
Example
(config)#disk-activity-monitoring threshold read 3000
(config)#commit
#
(config)#disk-activity-monitoring threshold write 4500
(config)#commit
Last modified date: 07-14-2023