Skip to content

lag_reports

Stores player reported lag events.

Structure ​

FieldTypeAttributesKeyNullDefaultExtraComment
reportIdintunsignedPRINOauto_increment
guidintunsignedNO0
lagTypetinyintunsignedNO0
mapIdsmallintunsignedNO0
posXfloatNO0
posYfloatNO0
posZfloatNO0
latencyintunsignedNO0
createTimeintunsignedNO0
 

Description of fields ​

reportId ​

Unique report enumerator.  

guid ​

The guid of the reporting character.  

lagType ​

enum LagReportType

IDName
1LAG_REPORT_TYPE_LOOT
2LAG_REPORT_TYPE_AUCTION_HOUSE
3LAG_REPORT_TYPE_MAIL
4LAG_REPORT_TYPE_CHAT
5LAG_REPORT_TYPE_MOVEMENT
6LAG_REPORT_TYPE_SPELL

 

mapId ​

Map ID where lag was reported.  

posX ​

X position where lag was reported.  

posY ​

Y position where lag was reported.  

posZ ​

Z position where lag was reported.  

latency ​

Measured lag amount in ms.  

createTime ​

Unix timestamp when report was received.