ObjectType | Category | Log File | URL | Operating System |
---|---|---|---|---|
LOG | OBJECT_CONFIG | objectData.log | http://host:8085/objects/{QMGR}/LOG | ZOS Only |
{ "queryTime": 0, "objects": [ { "messageBrokerName": "MQD1", "objectName": "MQD1", "objectType": "LOG", "className": "java.lang.Integer", "entryTime": "14/12/2017 5:16:02 PM", "fields": { "DUAL_ACTIVE": "0", "DUAL_ARCHIVE": "0", "MQIACF_AUTH_REC_TYPE": "31", "RESPONSE_ID": "c3e2d840d4d8c4f1404040d9d4d8c4f1d39571a4443c7588", "OUT_BUFFER_SIZE": "4000", "OUT_BUFFER_COUNT": "20", "LOG_COMPRESSION": "0", "COMMANDLEVEL": "800", "PLATFORM": "ZOS", "IN_BUFFER_SIZE": "60", "MAX_READ_TAPES": "3", "DUAL_BSDS": "NO", "SYSP_TYPE": "10", "ARCHIVE": "1", "DEALLOC_INTERVAL": "0", "QMNAME": "MQD1", "MAX_ARCHIVE": "500" } }] } |
https://www.ibm.com/support/knowledgecenter/en/SSFKSJ_9.0.0/com.ibm.mq.ref.adm.doc/q087690_.htm
Field Names | Description |
---|---|
messageBrokerName | Queue manager name |
objectName | ChannelName |
objectType | The Objects data type |
className | Internal use only |
entryTime | The time the Lamaxu agent captured the metric data |
DUAL_ACTIVE | Specifies whether dual logging is being used. YES|NO |
DUAL_ARCHIVE | Specifies whether dual archive logging is being used. YES|NO |
OUT_BUFFER_SIZE | Specifies the size of output buffer storage for active and archive log data sets. |
OUT_BUFFER_COUNT | Specifies the number of output buffers to be filled before they are written to the active log data sets. |
LOG_COMPRESSION | Specifies which log compression parameter is used. |
COMMANDLEVEL | MQ manager version |
PLATFORM | Operating environment of the queue manager |
IN_BUFFER_SIZE | Specifies the size of input buffer storage for active and archive log data sets. |
DUAL_BSDS | Specifies whether dual BSDS is being used. YES|NO |
SYSP_TYPE | |
ARCHIVE | Specifies whether archiving is on or off. YES|NO |
DEALLOC_INTERVAL | Specifies the length of time, in minutes, that an allocated archive read tape unit is allowed to remain unused before it is deallocated. The value can be in the range zero through 1440. If it is zero, the tape unit is deallocated immediately. If it is 1440, the tape unit is never deallocated. |
QMNAME | Queue manager name |
MAX_ARCHIVE | Specifies the maximum number of archive log volumes that can be recorded in the BSDS. |