Re: Re: shell:info command, memory details, infoproviders

2017-11-16 Thread Martin Lichtin
Hi JB This is my output Karaf   Karaf version   4.0.10   Karaf home  /my/path   Karaf base  /my/path   OSGi Framework  org.apache.felix.framework-5.6.4 JVM   Java Virtual Machine    Java HotSpot(TM) 64-Bit Server VM version 25.131-b11

Re: shell:info command, memory details, infoproviders

2017-11-14 Thread Jean-Baptiste Onofré
Hi Martin, 1. I just tested on Linux with 4.1.2, and it works for me. What JVM are you using ? 2. It mimics what we have for "dumper" (in the dump command). It's a way to extend the info provided. So, some users/custom distributions can use this feature. Regards JB On 11/14/2017 03:03 PM, M

shell:info command, memory details, infoproviders

2017-11-14 Thread Martin Lichtin
Wanted to ask two things about shell:info (4.0.10) a) OS Memory details:     printValue("Total physical memory", maxNameLen, printSizeInKb(getSunOsValueAsLong(os, "getTotalPhysicalMemorySize")));     printValue("Free physical memory", maxNameLen, printSizeInKb(getSunOsValueAsLong(os, "getFreePh