Hi everyone, For the system cpu load and process cpu load, I sometimes see that process cpu load is higher than system cpu load.I'm not sure in what cases can it really be possible.Like in one case - ProcessCpuLoad - 0.6908776706398165 SystemCpuLoad - 0.42642669943113387 From what I understand from the definitions on OperatingSystemMXBean <https://docs.oracle.com/javase/7/docs/jre/api/management/extension/com/sun/management/OperatingSystemMXBean.html> page, I dont think it is possible.Can it be an error in the way solr metrics api is getting that , or can it happen in some cases?
Thanks