On 21/03/2023 22:25, Hashim Khan wrote:
Hi Lorenz,
Thanks for pointing this out. Since I am interested to know the No of HTTP
requests in case of Linked Data Fragments (LDF) and brTPF (Binding
restricted Triple Pattern Fragments) , therefore I till now I could not
find any such way. Thanks in advance.
Look at the execution algebra.
ARQ itself does not use LDF/brTPR so you'll have to imagine what the
alegbra is for those operations - filters and BGP evaluations.
And then simulate with SERVICE if you want execute counts.
For a LDF/brTPR based engine, look at Comunica.
Andy
Best Regards,
Hashim Khan
On Mon, Mar 20, 2023 at 7:32 AM Lorenz Buehmann <
[email protected]> wrote:
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,