Performance Stat Categories: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 4: Line 4:


====Lua memory====
====Lua memory====
**'''1: name''' -- Name
*'''1: name''' -- Name
**'''2: change''' - Change since the last 5s.
*'''2: change''' - Change since the last 5s.
**'''3: current''' - Current memory usage of the listed thing.[Eg. a resource, or Lua VM]
*'''3: current''' - Current memory usage of the listed thing.[Eg. a resource, or Lua VM]
**'''4: max''' - Max memory usage in the last 5s
*'''4: max''' - Max memory usage in the last 5s
**'''5: XMLFiles''' - How much XMLFiles are using of the current mem usg.
*'''5: XMLFiles''' - How much XMLFiles are using of the current mem usg.
**'''6: refs''' - Unknown
*'''6: refs''' - Unknown
**'''7: Timers''' - How much Timers are using of the current mem usg.
*'''7: Timers''' - How much Timers are using of the current mem usg.
**'''8: Elements''' - same.
*'''8: Elements''' - same.
**'''9: TextItems''' - same.
*'''9: TextItems''' - same.
**'''10: DxFonts''' - same.
*'''10: DxFonts''' - same.
**'''11: GuiFonts''' - same.
*'''11: GuiFonts''' - same.
**'''12: Textures''' - same.
*'''12: Textures''' - same.
**'''13: Shaders''' - same.
*'''13: Shaders''' - same.
**'''14: RenderTargets''' - same.
*'''14: RenderTargets''' - same.
**'''15: ScreenSources''' - same.
*'''15: ScreenSources''' - same.
**'''16: WebBrowsers''' - same.
*'''16: WebBrowsers''' - same.


====Lib memory====
====Lib memory====
**'''1: name'''
*'''1: name'''
**'''2: change'''
*'''2: change'''
**'''3: current'''
*'''3: current'''
**'''4: max'''
*'''4: max'''


====Lua timing====
====Lua timing====
**'''1: name''' - Name
*'''1: name''' - Name
**'''2: 5s.cpu''' - 5s CPU usage
*'''2: 5s.cpu''' - 5s CPU usage
**'''3: 5s.time''' - Unknown
*'''3: 5s.time''' - Unknown
**'''4: 5s.calls''' - Unknown[Maybe functions calls]
*'''4: 5s.calls''' - Unknown[Maybe functions calls]
**'''5: 5s.avg''' - 5s avg CPU usae
*'''5: 5s.avg''' - 5s avg CPU usae
**'''6: 5s.max''' - 5s max CPU usage
*'''6: 5s.max''' - 5s max CPU usage
**'''7: 60s.cpu''' - same, but 60s.
*'''7: 60s.cpu''' - same, but 60s.
**'''8: 60s.time''' - same, but 60s.
*'''8: 60s.time''' - same, but 60s.
**'''9: 60s.calls''' - same, but 60s.
*'''9: 60s.calls''' - same, but 60s.
**'''10: 60s.avg''' - same, but 60s.
*'''10: 60s.avg''' - same, but 60s.
**'''11: 60s.max''' - same, but 60s.
*'''11: 60s.max''' - same, but 60s.
**'''12: 300s.cpu''' - same, but 300s.
*'''12: 300s.cpu''' - same, but 300s.
**'''13: 300s.time''' - same, but 300s.
*'''13: 300s.time''' - same, but 300s.
**'''14: 300s.calls''' -same, but 300s.
*'''14: 300s.calls''' -same, but 300s.
**'''15: 300s.avg''' - same, but 300s.
*'''15: 300s.avg''' - same, but 300s.
**'''16: 300s.max''' - same, but 300s.
*'''16: 300s.max''' - same, but 300s.


====Packet usage====
====Packet usage====
**'''1: Packet type''' - Packet type, could be incoming, or outgoing.
*'''1: Packet type''' - Packet type, could be incoming, or outgoing.
**'''2: Incoming.msgs/sec''' <- Read the name..
*'''2: Incoming.msgs/sec''' <- Read the name..
**'''3: Incoming.bytes/sec''' <- Read the name..
*'''3: Incoming.bytes/sec''' <- Read the name..
**'''4: Incoming.logic cpu''' <- Read the name..
*'''4: Incoming.logic cpu''' <- Read the name..
**'''5: Outgoing.msgs/sec''' <- Read the name..
*'''5: Outgoing.msgs/sec''' <- Read the name..
**'''6: Outgoing.bytes/sec''' <- Read the name..
*'''6: Outgoing.bytes/sec''' <- Read the name..
**'''7: Outgoing.msgs share''' <- Read the name..
*'''7: Outgoing.msgs share''' <- Read the name..

Revision as of 22:30, 9 January 2018

Performance Stats Categories

Performance Stats Categories

Lua memory

  • 1: name -- Name
  • 2: change - Change since the last 5s.
  • 3: current - Current memory usage of the listed thing.[Eg. a resource, or Lua VM]
  • 4: max - Max memory usage in the last 5s
  • 5: XMLFiles - How much XMLFiles are using of the current mem usg.
  • 6: refs - Unknown
  • 7: Timers - How much Timers are using of the current mem usg.
  • 8: Elements - same.
  • 9: TextItems - same.
  • 10: DxFonts - same.
  • 11: GuiFonts - same.
  • 12: Textures - same.
  • 13: Shaders - same.
  • 14: RenderTargets - same.
  • 15: ScreenSources - same.
  • 16: WebBrowsers - same.

Lib memory

  • 1: name
  • 2: change
  • 3: current
  • 4: max

Lua timing

  • 1: name - Name
  • 2: 5s.cpu - 5s CPU usage
  • 3: 5s.time - Unknown
  • 4: 5s.calls - Unknown[Maybe functions calls]
  • 5: 5s.avg - 5s avg CPU usae
  • 6: 5s.max - 5s max CPU usage
  • 7: 60s.cpu - same, but 60s.
  • 8: 60s.time - same, but 60s.
  • 9: 60s.calls - same, but 60s.
  • 10: 60s.avg - same, but 60s.
  • 11: 60s.max - same, but 60s.
  • 12: 300s.cpu - same, but 300s.
  • 13: 300s.time - same, but 300s.
  • 14: 300s.calls -same, but 300s.
  • 15: 300s.avg - same, but 300s.
  • 16: 300s.max - same, but 300s.

Packet usage

  • 1: Packet type - Packet type, could be incoming, or outgoing.
  • 2: Incoming.msgs/sec <- Read the name..
  • 3: Incoming.bytes/sec <- Read the name..
  • 4: Incoming.logic cpu <- Read the name..
  • 5: Outgoing.msgs/sec <- Read the name..
  • 6: Outgoing.bytes/sec <- Read the name..
  • 7: Outgoing.msgs share <- Read the name..