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 <matheis.ste...@gmail.com> > 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:29 PM, Vladimir Vagaitsev wrote: > > > 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 > > better to filter this case and put here something like "not used" instead > > of "NaN"? > > > > You can see the screenshot here: http://pbrd.co/1cTvWPF > > > > Vladimir > >