exportJIPMessages: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Fix file name format)
m (Fix note)
Line 122: Line 122:
|user= Demellion
|user= Demellion
|timestamp= 20191016193100
|timestamp= 20191016193100
|text= '''WARNING:''' Exporting JIP might crash a populated server. This doesn't seem to be exactly related to amount of data to export, since results don't vary much against unpopulated server.
|text= ''Note: this may have only applied to earlier versions of the game; as of {{GVI|arma3|2.18}} no such problems are reported.''<br>
Exporting JIP might crash a populated server. This doesn't seem to be exactly related to amount of data to export, since results don't vary much against unpopulated server.
}}
}}

Revision as of 16:39, 6 November 2024

Hover & click on the images for description

Description

Description:
Creates a log file containing an overview on all JIP (network) messages currently in the JIP queue. The file is created in the same directory as .rpt file.
BattlEye's RCON variant of this command is #exportJIPqueue (see also Multiplayer Server Commands).

File name examples:

  • jipqueue_12024_2024-10-25_11-31-11.log (using #exportJIPqueue)
  • jipqueue-12024-2024-10-25_11-31-11.fileNameParameter.log (using exportJIPMessages)
File content example:
time = 78814.063

==================================================================================================
Objects: 
---------------------------------------------------------------------------------------------
	Type_96 creator:2 networkId:ID - owner __SERVER__ (2)
---------------------------------------------------------------------------------------------
	Type_107 creator:2 networkId:ID - owner __SERVER__ (2)
---------------------------------------------------------------------------------------------
	Type_109 creator:2 networkId:ID - owner __SERVER__ (2)
---------------------------------------------------------------------------------------------
	Type_113 creator:2 networkId:ID - owner __SERVER__ (2)
---------------------------------------------------------------------------------------------
	Type_118 creator:2 networkId:ID - owner __SERVER__ (2)
---------------------------------------------------------------------------------------------
	Type_99 creator:2 networkId:ID - owner __SERVER__ (2)
---------------------------------------------------------------------------------------------
	Unknown creator:2 networkId:ID - owner __SERVER__ (2)
---------------------------------------------------------------------------------------------
	Type_332 creator:2 networkId:ID - owner __SERVER__ (2)
---------------------------------------------------------------------------------------------
	Type_334 creator:2 networkId:ID - owner __SERVER__ (2)
---------------------------------------------------------------------------------------------
	Type_198 creator:2 networkId:ID - owner __SERVER__ (2)
---------------------------------------------------------------------------------------------
	Unknown creator:4 networkId:0 - owner NAME (1c7f3773)
---------------------------------------------------------------------------------------------
	Type_332 creator:4 networkId:1 - owner NAME (1c7f3773)
---------------------------------------------------------------------------------------------
	Type_334 creator:4 networkId:2 - owner NAME (1c7f3773)
---------------------------------------------------------------------------------------------
	Type_96 creator:2 networkId:ID - owner NAME (1c7f3773)
---------------------------------------------------------------------------------------------
	Type_109 creator:2 networkId:ID - owner NAME (1c7f3773)
---------------------------------------------------------------------------------------------
	Type_113 creator:2 networkId:ID - owner NAME (1c7f3773)
---------------------------------------------------------------------------------------------
	Type_118 creator:2 networkId:ID - owner NAME (1c7f3773)
---------------------------------------------------------------------------------------------
	Type_195 creator:2 networkId:ID - owner __SERVER__ (2)
---------------------------------------------------------------------------------------------
	Type_99 creator:4 networkId:3 - owner NAME (1c7f3773)
---------------------------------------------------------------------------------------------
	Type_99 creator:4 networkId:4 - owner NAME (1c7f3773)
---------------------------------------------------------------------------------------------
	Type_99 creator:4 networkId:5 - owner NAME (1c7f3773)
---------------------------------------------------------------------------------------------
	Type_99 creator:4 networkId:6 - owner NAME (1c7f3773)
---------------------------------------------------------------------------------------------
	Type_99 creator:4 networkId:7 - owner NAME (1c7f3773)
---------------------------------------------------------------------------------------------
	Type_99 creator:4 networkId:8 - owner NAME (1c7f3773)
---------------------------------------------------------------------------------------------
	Type_96 creator:4 networkId:12 - owner NAME (1c7f3773)
---------------------------------------------------------------------------------------------
	Type_96 creator:4 networkId:13 - owner NAME (1c7f3773)
---------------------------------------------------------------------------------------------
	Type_96 creator:4 networkId:15 - owner NAME (1c7f3773)
---------------------------------------------------------------------------------------------
	Type_96 creator:4 networkId:49 - owner NAME (1c7f3773)

==================================================================================================
_initMessages - Total: 7601
	            Type_330 :     4
	             Type_60 :     6
	            Type_272 :    31
	            Type_273 :    31
	            Type_274 :  4481
	             Type_64 :   435
	            Type_291 :   147
	            Type_292 :     1
	            Type_187 :    50
	            Type_248 :  1846
	             Type_53 :    70
	             Type_54 :   341
	            Type_294 :     3
	             Type_10 :    69
	            Type_385 :     1
	            Type_295 :     1
	            Type_296 :    16
	            Type_328 :     4
	            Type_329 :     4
	             Type_59 :    60

==================================================================================================
_initMessagesRE - Total: 0

==================================================================================================
_jipMarkerInfos - Total: 0

↑ Back to spoiler's top
Groups:
DiagnosticMultiplayer

Syntax

Syntax:
exportJIPMessages fileName
Parameters:
fileName: String - file where to store the list
Return Value:
Nothing

Examples

Example 1:
exportJIPMessages "myFileNameWithoutExtension";

Additional Information

See also:
didJIP didJIPOwner logEntities diag_captureFrame

Notes

Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note
Demellion - c
Posted on Oct 16, 2019 - 19:31 (UTC)
Note: this may have only applied to earlier versions of the game; as of Arma 3 logo black.png2.18 no such problems are reported.
Exporting JIP might crash a populated server. This doesn't seem to be exactly related to amount of data to export, since results don't vary much against unpopulated server.