Why? Probably with low level monitoring SPIs, you gonna have to dive into the kernel internals for that. Perhaps a good way to start is to look how cypher's profiler / query listing does it in 3.2
Michael On Wed, May 3, 2017 at 8:34 PM, Sun Yuhan <[email protected]> wrote: > I am using neo4j java api. I want to record the number of accessed pages > for a specific transaction. How can I do it? I know for a cypher query, > there is a way to do that. But can I do that for neo4j java api? > > -- > 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.
