apoc.monitor.tx

This is the APOC Extended documentation.

APOC Extended is not supported by Neo4j. For the officially supported APOC Core, go to the APOC Core page.

Procedure Apoc Extended

apoc.monitor.tx() returns informations about the neo4j transaction manager

Signature

apoc.monitor.tx() :: (rolledBackTx :: INTEGER?, peakTx :: INTEGER?, lastTxId :: INTEGER?, currentOpenedTx :: INTEGER?, totalOpenedTx :: INTEGER?, totalTx :: INTEGER?)

Output parameters

Name Type

rolledBackTx

INTEGER?

peakTx

INTEGER?

lastTxId

INTEGER?

currentOpenedTx

INTEGER?

totalOpenedTx

INTEGER?

totalTx

INTEGER?

Usage Examples

CALL apoc.monitor.tx();
Table 1. Results
rolledBackTx peakTx lastTxId currentOpenedTx totalOpenedTx totalTx

21

1

710

1

49

27