⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 cim_j2eejvmstats.mof

📁 Pegasus is an open-source implementationof the DMTF CIM and WBEM standards. It is designed to be por
💻 MOF
字号:
// Copyright (c) 2005 DMTF.  All rights reserved.// <change cr="ArchCR00066.004" type="add">Add UmlPackagePath// qualifier values to CIM Schema.</change>// ==================================================================//  CIM_J2eeJVMStats// ==================================================================   [UMLPackagePath ( "CIM::Application::J2eeAppServerStats" ),    Version ( "2.8.2" ), Description (       "The CIM_J2eeJVMStats class defines the performance statistics "       "that are provided by a Java VM.")]class CIM_J2eeJVMStats : CIM_J2eeStatistic {      [Description (          "The heap size of the JVM."),        Units ( "Bytes" ), Gauge,        MappingStrings { "JSR77.JCP|JSR77.6.31.1.1 getHeapSize|V1.0" }]   uint64 HeapSize;      [Description (          "The upper limit for the heap size of the JVM."),        Units ( "Bytes" ),        MappingStrings { "JSR77.JCP|JSR77.6.8.1.1 getUpperBound|V1.0" }]   uint64 HeapSizeUpperBound;      [Description (          "The lower limit for the heap size of the JVM."),        Units ( "Bytes" ),        MappingStrings { "JSR77.JCP|JSR77.6.8.1.2 getLowerBound|V1.0" }]   uint64 HeapSizeLowerBound;      [Description (          "The smallest size of the JVM heap since the beginning of "          "the measurement."),        Units ( "Bytes" ),        MappingStrings { "JSR77.JCP|JSR77.6.7.1.2 getLowWaterMark|V1.0"           }]   uint64 HeapSizeLowWaterMark;      [Description (          "The largest size of the JVM heap since the beginning of the "          "measurement."),        Units ( "Bytes" ),        MappingStrings { "JSR77.JCP|JSR77.6.7.1.1 getHighWaterMark|V1.0"           }]   uint64 HeapSizeHighWaterMark;      [Description (          "The amount of time the JVM has been running. The time is "          "represented as a datetime interval."),        MappingStrings { "JSR77.JCP|JSR77.6.31.1.2 getUpTime|V1.0" }]   datetime UpTime;};

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -