sys showddrealinfo
Function
The sys showddrealinfo command is used to query the specified object dynamic data (DD) information in real time.
Format
sys showddrealinfo {table name} {table id}
Parameters
Parameter |
Description |
Value |
---|---|---|
table name |
DD table name. |
To obtain the value, run the "sys showallddtable" command. |
table id |
DD table ID. |
- |
Views
Diagnostic view
Usage Guidelines
None
Example
Query the DD information about object "DD_CPU_S" whose ID is "0".
admin:/diagnose>sys showddrealinfo DD_CPU_S 0
CPU:id = CTE0.A.0
CPU:parentType = 207
CPU:parentID = 0
CPU:healthStatus = 1
CPU:coreTemp = 43
CPU:volts = 16
CPU:eCCError = null
CPU:workFrequency = 2100
CPU:currentFrequency = 2101
CPU:frequencySwitch = 1
System Response
None