apoc.monitor.kernel
Procedure
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? |
Was this page helpful?