2014-11-23 82 views

回答

2

不知道在Neo4j shell中這樣做的方法。但是,您可以使用命令行工具,如curl使用選項-w發出下載大小:

curl -s -o /dev/null -H "Content-Type: application/json" 
-d '{"statements" : [ {"statement" : "Match (n:Person) return n limit 10"}]}' 
http://localhost:7474/db/data/transaction/commit 
-w "result size %{size_download}\n" 
相關問題