Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
01-04-2019 09:17 AM
We can check the database size etc from the neo4j browser.
Is there any way to check the neo4j configurations from the browser like dbms.memory.heap.max_size etc?
Solved! Go to Solution.
01-04-2019 10:16 AM
Yep. CALL dbms.listConfig()
. This yields name, value, description
, so if you're looking for a particular value use a WHERE clause to filter before returning.
01-04-2019 10:16 AM
Yep. CALL dbms.listConfig()
. This yields name, value, description
, so if you're looking for a particular value use a WHERE clause to filter before returning.
01-04-2019 01:19 PM
You can also use Halin -- it has a table layout of all of your config that's quite easy to browse.
Here's a link to where you can run halin, just plug in your details and go.
http://halin.s3-website-us-east-1.amazonaws.com/
If you want to read more about halin, go here:
01-04-2019 11:25 PM
Thank you @david.allen and @andrew.bowman.
I really loved Halin for monitoring Neo4j.
All the sessions of the conference are now available online