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

📄 cim_databaseresourcestatistics.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="DMTFCR00026" type ="add">CPubs edits to the database// statistics classes.</change>// <change cr="ArchCR00066.004" type="add">Add UmlPackagePath// qualifier values to CIM Schema.</change>// ==================================================================//  CIM_DatabaseResourceStatistics// ==================================================================   [UMLPackagePath ( "CIM::Database::Statistics" ), Version ( "2.7.0" ),     Description (       "The CIM_DatabaseServiceStatistics class contains the current "       "statistics for a database resource. This class maps to the "       "database and server-limited resource tables in the SNMP RDBMS "       "MIB as defined in RFC 1697.")]class CIM_DatabaseResourceStatistics : CIM_StatisticalData {      [Description (          "The current value of a limited database resource."),        Counter,        MappingStrings {           "MIB.IETF|RDBMS-MIB.rdbmsDbLimitedResourceCurrent" }]   uint64 Current;      [Description (          "The maximum value that the database resource can attain."),        MappingStrings {           "MIB.IETF|RDBMS-MIB.rdbmsDbLimitedResourceLimit" }]   uint64 Limit;      [Description (          "The number of database resources used, as measured from the "          "time when the first service was started for the database. \n"          "Other external factors, such as an explicit reset of the "          "statistics might cause this measurement to begin at a later "          "point in time."),        Counter,        MappingStrings {           "MIB.IETF|RDBMS-MIB.rdbmsDbLimitedResourceHighwater" }]   uint64 Highwater;      [Description (          "The number of times that the system wanted to exceed the "          "database resource limit that is measured from the time when "          "the first service was started for the database."),        Counter,        MappingStrings {           "MIB.IETF|RDBMS-MIB.rdbmsDbLimitedResourceFailures" }]   uint32 Failures;};

⌨️ 快捷键说明

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