|
1 | 1 | <?xml version="1.0" encoding="ISO-8859-1"?> |
2 | 2 | <!-- |
3 | | - Copyright (c) 2018, Oracle and/or its affiliates. All rights reserved. |
| 3 | + Copyright (c) 2018, 2023, Oracle and/or its affiliates. All rights reserved. |
4 | 4 | |
5 | 5 | DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
6 | 6 | |
|
5625 | 5625 | </arguments> |
5626 | 5626 | </metadata> |
5627 | 5627 | <metadata> |
5628 | | - <mri.dataPath>FreePhysicalMemorySize</mri.dataPath> |
| 5628 | + <mri.dataPath>FreeMemorySize</mri.dataPath> |
5629 | 5629 | <mri.objectName>java.lang:type=OperatingSystem</mri.objectName> |
5630 | 5630 | <displayname>Free Physical Memory</displayname> |
5631 | 5631 | <description>The amount of free physical memory.</description> |
|
5634 | 5634 | <color>#a0c0ff</color> |
5635 | 5635 | </arguments> |
5636 | 5636 | </metadata> |
| 5637 | + <metadata> |
| 5638 | + <mri.dataPath>FreePhysicalMemorySize</mri.dataPath> |
| 5639 | + <mri.objectName>java.lang:type=OperatingSystem</mri.objectName> |
| 5640 | + <displayname>Free Physical Memory (deprecated)</displayname> |
| 5641 | + <description>The amount of free physical memory - deprecated since JDK 14. Use FreeMemorySize instead.</description> |
| 5642 | + <unitstring>memory:B</unitstring> |
| 5643 | + <arguments> |
| 5644 | + <color>#a0c0ff</color> |
| 5645 | + </arguments> |
| 5646 | + </metadata> |
5637 | 5647 | <metadata> |
5638 | 5648 | <mri.dataPath>FreeSwapSpaceSize</mri.dataPath> |
5639 | 5649 | <mri.objectName>java.lang:type=OperatingSystem</mri.objectName> |
|
5730 | 5740 | <unitstring>percentage:</unitstring> |
5731 | 5741 | </metadata> |
5732 | 5742 | <metadata> |
5733 | | - <mri.dataPath>TotalPhysicalMemorySize</mri.dataPath> |
| 5743 | + <mri.dataPath>TotalMemorySize</mri.dataPath> |
5734 | 5744 | <mri.objectName>java.lang:type=OperatingSystem</mri.objectName> |
5735 | 5745 | <displayname>Total Physical Memory</displayname> |
5736 | 5746 | <description>The total amount of physical memory.</description> |
5737 | 5747 | <unitstring>memory:B</unitstring> |
5738 | 5748 | </metadata> |
| 5749 | + <metadata> |
| 5750 | + <mri.dataPath>TotalPhysicalMemorySize</mri.dataPath> |
| 5751 | + <mri.objectName>java.lang:type=OperatingSystem</mri.objectName> |
| 5752 | + <displayname>Total Physical Memory (deprecated)</displayname> |
| 5753 | + <description>The total amount of physical memory - deprecated since JDK 14. Use TotalMemorySize.</description> |
| 5754 | + <unitstring>memory:B</unitstring> |
| 5755 | + </metadata> |
5739 | 5756 | <metadata> |
5740 | 5757 | <mri.dataPath>TotalSwapSpaceSize</mri.dataPath> |
5741 | 5758 | <mri.objectName>java.lang:type=OperatingSystem</mri.objectName> |
|
5943 | 5960 | <unitstring/> |
5944 | 5961 | <persistent>false</persistent> |
5945 | 5962 | </metadata> |
| 5963 | + <metadata> |
| 5964 | + <mri.dataPath>CurrentThreadAllocatedBytes</mri.dataPath> |
| 5965 | + <mri.objectName>java.lang:type=Threading</mri.objectName> |
| 5966 | + <displayname>Current Thread Allocated Bytes</displayname> |
| 5967 | + <description>An approximation of the total amount of memory, in bytes, allocated in heap memory for the current thread.</description> |
| 5968 | + <unitstring>memory:B</unitstring> |
| 5969 | + <persistent>false</persistent> |
| 5970 | + </metadata> |
5946 | 5971 | <metadata> |
5947 | 5972 | <mri.dataPath>CurrentThreadCpuTime</mri.dataPath> |
5948 | 5973 | <mri.objectName>java.lang:type=Threading</mri.objectName> |
|
0 commit comments