Re: Issue in Swap Space display at Solr Admin

2013-08-21 Thread Stefan Matheis
Thanks Vladimir, i've created SOLR-5178 - Stefan On Wednesday, August 21, 2013 at 1:29 PM, Vladimir Vagaitsev wrote: > Stefan, > > It's done! Here is the "system" key: > > "system":{"name":"Linux","version":"3.2.0-39-virtual","arch":"amd64","systemLoadAverage":3.38,"committedVirtualMemorySiz

Re: Issue in Swap Space display at Solr Admin

2013-08-21 Thread Vladimir Vagaitsev
Stefan, It's done! Here is the "system" key: "system":{"name":"Linux","version":"3.2.0-39-virtual","arch":"amd64","systemLoadAverage":3.38,"committedVirtualMemorySize":32454287360,"freePhysicalMemorySize":912945152,"freeSwapSpaceSize":0,"processCpuTime":5627465000,"totalPhysicalMemorySize":71

Re: Issue in Swap Space display at Solr Admin

2013-08-21 Thread Stefan Matheis
Vladimir As Shawn said .. there is/was a change in configuration - my explanation was perhaps not the best. if you try that one, it should work: http://localhost:8983/solr/collection1/admin/system?wt=json otherwise, let us know which is the url you're using to access the Admin UI - Stefan On

Re: Issue in Swap Space display at Solr Admin

2013-08-21 Thread Vladimir Vagaitsev
Stefan. the link still doesn't work. I'm usiing solr-4.3.1 and I have the following solr.xml file: 2013/8/20 Shawn Heisey > On 8/20/2013 9:49 AM, Stefan Matheis wrote: > >> Vladimir >> >> That shouldn't matter .. perhaps i did not provide enough information? >> depen

Re: Issue in Swap Space display at Solr Admin

2013-08-20 Thread Shawn Heisey
On 8/20/2013 9:49 AM, Stefan Matheis wrote: Vladimir That shouldn't matter .. perhaps i did not provide enough information? depends on which host & port you have solr running .. and the path you have defined. based on the tutorial (host + port configuration) you would use something like this:

Re: Issue in Swap Space display at Solr Admin

2013-08-20 Thread Stefan Matheis
Vladimir That shouldn't matter .. perhaps i did not provide enough information? depends on which host & port you have solr running .. and the path you have defined. based on the tutorial (host + port configuration) you would use something like this: http://localhost:8983/solr/admin/system?wt=j

Re: Issue in Swap Space display at Solr Admin

2013-08-20 Thread Vladimir Vagaitsev
Stefan, I tried to execute the query what you mentioned, but http 404 error was returned. We are using multicore solr, I think query format depends on it. - Vladimir. 2013/8/19 Stefan Matheis > Vladimir > > Would you mind attaching the output of /solr/admin/system?wt=json ? The > last about 2

Re: Issue in Swap Space display at Solr Admin

2013-08-19 Thread Stefan Matheis
Vladimir Would you mind attaching the output of /solr/admin/system?wt=json ? The last about 20 lines should be enough .. i'm only interested in the "system" key which contains the memory informations. if that is completely missing .. or literally 0? - Stefan On Monday, August 19, 2013 at 1:

Issue in Swap Space display at Solr Admin

2013-08-19 Thread Vladimir Vagaitsev
Hi, I've found an issue in displaying of Swap Space at Solr Admin page. When swap page is not used, the admin page shows a NaN percent of usage. Since used and total space are stored in double variables, the result of division of the used space (0.0Mb) by the total space (0.0Mb) is NaN. Maybe it's