Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<!--
Copyright (c) 2018, Oracle and/or its affiliates. All rights reserved.
Copyright (c) 2018, 2023, Oracle and/or its affiliates. All rights reserved.

DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.

Expand Down Expand Up @@ -5625,7 +5625,7 @@
</arguments>
</metadata>
<metadata>
<mri.dataPath>FreePhysicalMemorySize</mri.dataPath>
<mri.dataPath>FreeMemorySize</mri.dataPath>
<mri.objectName>java.lang:type=OperatingSystem</mri.objectName>
<displayname>Free Physical Memory</displayname>
<description>The amount of free physical memory.</description>
Expand All @@ -5634,6 +5634,16 @@
<color>#a0c0ff</color>
</arguments>
</metadata>
<metadata>
<mri.dataPath>FreePhysicalMemorySize</mri.dataPath>
<mri.objectName>java.lang:type=OperatingSystem</mri.objectName>
<displayname>Free Physical Memory (deprecated)</displayname>
<description>The amount of free physical memory - deprecated since JDK 14. Use FreeMemorySize instead.</description>
<unitstring>memory:B</unitstring>
<arguments>
<color>#a0c0ff</color>
</arguments>
</metadata>
<metadata>
<mri.dataPath>FreeSwapSpaceSize</mri.dataPath>
<mri.objectName>java.lang:type=OperatingSystem</mri.objectName>
Expand Down Expand Up @@ -5730,12 +5740,19 @@
<unitstring>percentage:</unitstring>
</metadata>
<metadata>
<mri.dataPath>TotalPhysicalMemorySize</mri.dataPath>
<mri.dataPath>TotalMemorySize</mri.dataPath>
<mri.objectName>java.lang:type=OperatingSystem</mri.objectName>
<displayname>Total Physical Memory</displayname>
<description>The total amount of physical memory.</description>
<unitstring>memory:B</unitstring>
</metadata>
<metadata>
<mri.dataPath>TotalPhysicalMemorySize</mri.dataPath>
<mri.objectName>java.lang:type=OperatingSystem</mri.objectName>
<displayname>Total Physical Memory (deprecated)</displayname>
<description>The total amount of physical memory - deprecated since JDK 14. Use TotalMemorySize.</description>
<unitstring>memory:B</unitstring>
</metadata>
<metadata>
<mri.dataPath>TotalSwapSpaceSize</mri.dataPath>
<mri.objectName>java.lang:type=OperatingSystem</mri.objectName>
Expand Down Expand Up @@ -5943,6 +5960,14 @@
<unitstring/>
<persistent>false</persistent>
</metadata>
<metadata>
<mri.dataPath>CurrentThreadAllocatedBytes</mri.dataPath>
<mri.objectName>java.lang:type=Threading</mri.objectName>
<displayname>Current Thread Allocated Bytes</displayname>
<description>An approximation of the total amount of memory, in bytes, allocated in heap memory for the current thread.</description>
<unitstring>memory:B</unitstring>
<persistent>false</persistent>
</metadata>
<metadata>
<mri.dataPath>CurrentThreadCpuTime</mri.dataPath>
<mri.objectName>java.lang:type=Threading</mri.objectName>
Expand Down