apoc.monitor.kernel

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.kernel() returns informations about the neo4j kernel

Signature

apoc.monitor.kernel() :: (readOnly :: BOOLEAN?, kernelVersion :: STRING?, storeId :: STRING?, kernelStartTime :: STRING?, databaseName :: STRING?, storeLogVersion :: INTEGER?, storeCreationDate :: STRING?)

Output parameters

Name Type

readOnly

BOOLEAN?

kernelVersion

STRING?

storeId

STRING?

kernelStartTime

STRING?

databaseName

STRING?

storeLogVersion

INTEGER?

storeCreationDate

STRING?

Usage Examples

CALL apoc.monitor.kernel();
Table 1. Results
readOnly kernelVersion storeId kernelStartTime databaseName storeLogVersion storeCreationDate

FALSE

"4.1.3"

"StoreId{creationTime=1605519819278, randomId=4311716801557479419, storeVersion=3471765337752883975, upgradeTime=1605519819278, upgradeTxId=1}"

"2020-11-18 14:25:46"

"apoc"

3471765337752883975

"2020-11-16 09:43:39"