Hi,
In Fuseki you can gather stats as JSON:
https://jena.apache.org/documentation/fuseki2/fuseki-server-info.html
This would give you the number of requests which should be what you need.
Cheers,
Lorenz
On 19.03.23 23:14, Hashim Khan wrote:
Hi all,
In case of client server model for executing SPARQL queries,
e.g. Linked Data Fragments or brTPF etc, I want to know how I can note the
number of HTTP requests that have been sent to the server in order to
execute a query. I can calculate the query execution time through bash
commands, but I need to know the no. of http requests as well. If anybody
can help me please.
Regards,