sio show slowthresh
Function
Parameters
Parameter |
Description |
Value |
---|---|---|
sdid=? | Physical ID of a disk. | - |
usermode | This parameter is optional. If it is not specified, kernel state information is queried; if it is specified, it must be added to the end of a command as a suffix to query user state information. | The value can be: "-app_data": executes the command for the app_data process. |
Example
-
Query the slow disk threshold of a disk when the system uses the automatic slow disk threshold setting mode.
admin:/diagnose>sio show slowthresh sdid=64 model : auto get sdid : 64 hostid : 6 hostrefcount : 2 slowthresh : 100 lowthroughoutnum : 288 216 144 72 0 lowthroughoutthresh : 3000 550 450 250 100
-
Query the slow disk threshold of a disk when the system uses the manual slow disk threshold setting mode.
admin:/diagnose>sio show slowthresh sdid=64 model : customer set sdid : 64 thresh : 200
-
Query the slow disk threshold when the system uses the manual slow disk threshold setting mode.
admin:/diagnose>sio show slowthresh model : customer set thresh : 200
-
Query the slow disk threshold when the system uses the automatic slow disk threshold setting mode.
admin:/diagnose>sio show slowthresh model : auto get lowthroughoutnum : 288 216 144 72 0 lowthroughoutthresh : 3000 550 450 250 100
System Response
The following table describes the parameter meanings.
Parameter |
Meaning |
---|---|
model | Mode for setting a slow disk threshold. |
sdid | Physical ID of a disk. |
hostid | ID of the host to which a disk belongs. |
hostrefcount | Reference count of the host to which a disk belongs. |
lowthroughoutnum | Interval value of the number of disks used by a host. |
lowthroughoutthresh | Slow disk threshold values. |
slowthresh | Slow disk threshold. |