Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法获得在 Jena Fuseki 中运行的 SPARQL 查询的查询执行时间?
日志文件具有带有时间戳的开始和存储条目,请求的最后一个条目是所用时间。
检查您的 fuseki 打印输出,您将看到:
13:03:59 INFO [1] Query = XXX 13:04:00 INFO [1] exec/select 13:04:00 INFO [1] 200 OK (467 ms)
最后一行(467 ms)是执行时间