|
From: Jeremy J C. <jj...@sy...> - 2015-11-20 19:38:45
|
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? > > > |