Hi Andy, look inline. 2014-01-30 Andy Seaborne <[email protected]>:
> On 30/01/14 11:49, Ewa Szwed wrote: > >> Hi, >> >> Last question from me (at least in the near future). >> > > Bluff :-) > > > I am thinking of designing a basic monitor for my Fuseki instance so that >> people (and systems) could easily see what is the server load at any given >> moment. >> The idea is to expose a service that would read the Fuseki log file and/or >> Jena log file to see for which queries there was no [no] 200 OK log entry. >> > > Is this for timeouts? You can set query timeouts which are applied quite > aggressively. Not perfect but it takes an increasingly ingenious client to > block a query. This is to monitor load in general. > > > >> My question is: >> Is there a way to kill running query on the Fuseki or Jena level. >> > > Currently, you have to do it via your OS. "kill -9" is fine. > I meant to kill individual Fuseki query, For my queries it might happen that client sends a query and drops, and such a query would execute for 2 hours and then EOF Exception is thrown. I would like to kill such a query from my monitor tool :) > > Development-in-progress is to completely rewrite the Fuseki UI and add an > administrative interface. And add security (Apache Shiro) because now > there are operations that can damage a working service - shutdown being one > of them. > > This is both UI and API for admin. Stopping the server is part of that > (may not be the first release). > > https://svn.apache.org/repos/asf/jena/branches/jena-fuseki-new-ui/ > > Andy > > Regards, >> Ewa >> >> >
