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? |