Jer, what is the actual performance use-case you want to test? Perhaps you can explain more about it, and also about the hardware you plan to run it on.
You might want to look into the data exposed via jconsole (JMX) which also contains cache information (at least in the enterprise version). There are also some monitoring extensions but those are not publicly documented yet. Michael On Wed, Jul 9, 2014 at 4:02 AM, jer <[email protected]> wrote: > Hi, > > I would like to profile the neo4j hardware performance, but I need > suggestions in how to run set the framework up. As I understand, I can > write python/neo4j-shell script that access the database. However, I think > this is just from the client side, which is not the performance data I'm > interested in. I don't quite know what I should do if I want to get server > side performance data (such as cache miss rate)? > > Specificly, the tool I'm trying to attach neo4j with is intel's Pin tool. > And if I could just write a python script so that I can attach Pin with to > obtain the server result would be ideal. Thanks a lot! > > Best Wishes, > Jer > > -- > You received this message because you are subscribed to the Google Groups > "Neo4j" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Neo4j" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
