;>
> Sent: Friday, 12 March 2021 10:15 AM
> To: users@solr.apache.org <mailto:users@solr.apache.org>
> mailto:users@solr.apache.org>>
> Subject: Re: Solr Admin Page Metrics
>
> I’d love to see a Jira issue created and a PR opened against
> https://github.com/apache/solr
March 2021 10:15 AM
To: users@solr.apache.org
Subject: Re: Solr Admin Page Metrics
I’d love to see a Jira issue created and a PR opened against
https://github.com/apache/solr <https://github.com/apache/solr> for this. Tag
me and I’ll review it.
> On Mar 11, 2021, at 6:13 PM, Dwa
100).toFixed(1) + "%";
>
> $scope.javaMemoryTotalDisplay = pretty_print_bytes($scope.javaMemoryTotal);
>
> $scope.javaMemoryUsedDisplay = pretty_print_bytes($scope.javaMemoryUsed); //
> @todo These should really be an AngularJS Filter: {{ javaMemoryUsed | bytes }}
>
se_memory_value = function( value ) {
if( value !== Number( value ) )
{
var units = 'BKMGTPEZY';
var match = value.match( /^(\d+([,\.]\d+)?) (\w).*$/ );
var value = parseFloat( match[1] ) * Math.pow( 1024, units.indexOf(
match[3].toUpperCase() ) );
}
return value
Hey Solr community. I started playing around with the 8.8.1 docker image today
and noticed issues with the JVM and host memory 'Bar' graphs from the dashboard
page of the Solr Admin interface. It also appeares the "JVM" parameters were
not listed here but definitely configured as expected as the