|
From: Bryan T. <br...@sy...> - 2015-11-20 19:49:48
|
Jeremy, That looks like a bug. Some things in the StatusServlet were broken for non-workbench purposes (not by intent) when the workbench was developed. What wiki page are you referring to? Bryan ---- Bryan Thompson Chief Scientist & Founder SYSTAP, LLC 4501 Tower Road Greensboro, NC 27410 br...@sy... http://blazegraph.com http://blog.blazegraph.com Blazegraph™ <http://www.blazegraph.com/> is our ultra high-performance graph database that supports both RDF/SPARQL and Tinkerpop/Blueprints APIs. Blazegraph is now available with GPU acceleration using our disruptive technology to accelerate data-parallel graph analytics and graph query. CONFIDENTIALITY NOTICE: This email and its contents and attachments are for the sole use of the intended recipient(s) and are confidential or proprietary to SYSTAP. Any unauthorized review, use, disclosure, dissemination or copying of this email or its contents or attachments is prohibited. If you have received this communication in error, please notify the sender by reply email and permanently delete all copies of the email and its contents and attachments. On Fri, Nov 20, 2015 at 2:38 PM, Jeremy J Carroll <jj...@sy...> wrote: > I am wondering whether this is a defect: > > $ curl -k https://localhost:2443/bigdata/status?showQueries=details > <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" " > http://www.w3.org/TR/html4/loose.dtd"><html><head><meta > http-equiv="Content-Type" > content="text/html;charset=UTF-8"><title>blazegraph™ by > SYSTAP</title > ></head > ><body<p>Build Version=<span id="buildVersion">1.5.3-20151114-maint</span > ></p > ><p>Accepted query count=<span id="accepted-query-count">12671</span > ></p > ><p>Running query count=<span id="running-query-count">2</span > ></p > ><p>Show <a > href="https://localhost:2443/bigdata/status?showQueries" > id="show-queries">queries</a > >, <a > href="https://localhost:2443/bigdata/status?showQueries=details" > id="show-query-details">query details</a > >.</p > ><p id="counter-set"> > /blockedWorkQueueCount=18 > /blockedWorkQueueRunningTotal=33563512 > /deadlineQueueSize=0 > /operatorActiveCount=41 > /operatorHaltCount=215276564 > /operatorStartCount=215276605 > /operatorTasksPerQuery=5913.054192874996 > /queriesPerSecond=1.7505881013382163 > /queryDoneCount=36407 > /queryErrorCount=14 > /queryStartCount=36413</p > ></html > > > > Does not appear to conform with the definition of ?showQueries=details on > the wiki page > > Jeremy > > > > > On Nov 20, 2015, at 11:20 AM, Jeremy J Carroll <jj...@sy...> wrote: > > One of my deployments is under-performing, and I fear that I have a > run-away query. > > I go to the status page, and see: > > > Build Version=1.5.3-20151114-maint > > Accepted query count=12633 > > Running query count=2 > > Show queries <https://localhost:2443/bigdata/status?showQueries>, query > details <https://localhost:2443/bigdata/status?showQueries=details>. > /blockedWorkQueueCount=16 /blockedWorkQueueRunningTotal=33211984 > /deadlineQueueSize=0 /operatorActiveCount=40 /operatorHaltCount=213105698 > /operatorStartCount=213105738 /operatorTasksPerQuery=5860.348091519085 > /queriesPerSecond=1.7561494448212958 /queryDoneCount=36364 > /queryErrorCount=14 /queryStartCount=36370. > > > > When I click on either link, nothing happens. > > This happens fairly frequently, and is not a new issue. > > 1) Is this known about > 2) Is there anything I can do to get a clearer picture of whats happening? > > > > > > > ------------------------------------------------------------------------------ > > _______________________________________________ > Bigdata-developers mailing list > Big...@li... > https://lists.sourceforge.net/lists/listinfo/bigdata-developers > > |