Class CIM_FileSystemStatisticsManifest
extends CIM_ManagedElement

Instances of this class define a list of supported or desired properties of FileSystemStatisticalData instances. In the case where a FileSystemStatisticsManifest instance is a member of a FileSystemStatisticsManifestCollection used in a FileSystemStatisticsService.GetStatisticsCollection request, for each of the boolean "include" properties set to true in that FileSystemStatisticsManifest, the corresponding FileSystemStatisticalData property will be included, if available, in the statistics returned for FileSystemStatisticalData instances whose ElementType matches the ElementType of the FileSystemStatisticsManifest.

Table of Contents
Hierarchy
Direct Known Subclasses
Class Qualifiers
Class Properties
Class Methods


Class Hierarchy

CIM_ManagedElement
   |
   +--CIM_FileSystemStatisticsManifest

Direct Known Subclasses

Class Qualifiers

NameData TypeValue
DescriptionstringInstances of this class define a list of supported or desired properties of FileSystemStatisticalData instances. In the case where a FileSystemStatisticsManifest instance is a member of a FileSystemStatisticsManifestCollection used in a FileSystemStatisticsService.GetStatisticsCollection request, for each of the boolean "include" properties set to true in that FileSystemStatisticsManifest, the corresponding FileSystemStatisticalData property will be included, if available, in the statistics returned for FileSystemStatisticalData instances whose ElementType matches the ElementType of the FileSystemStatisticsManifest.
UMLPackagePathstringCIM::System::FileStatistics
Versionstring2.45.0

Class Properties

Local Class Properties

NameData TypeDefault ValueQualifiers
NameData TypeValue
ElementTypeuint16
DescriptionstringDetermines the type of element that this FileSystemStatisticsManifest can be applied to (e.g., during a GetStatisticsCollection request). This is used when the same set of statistical metrics is calculated for several types of elements. In this way, a single FileSystemStatisticsManifest instance can be used to filter all the StatisticalData instances that contain metrics for the same type of element in a StatisticsCollection. If used, a subclass should override this property to specify the element types supported by that class, preferably through ValueMap and Values qualifiers to allow clients to programmatically retrieve those supported types.
ModelCorrespondencestringCIM_FileSystemStatisticalData.ElementType
ValueMapstring1, 102, 103, 104, .., 0x8000..
ValuesstringOther, Local Filesystem, Exported File Share, Exporting Port, DMTF Reserved, Vendor Specific
IncludeAverageBytesPerDataRequestbooleanfalse
DescriptionstringWhether to include in a filter for a share the average number of bytes per read or write request.
ModelCorrespondencestringCIM_FileSystemStatisticalData.AverageBytesPerDataRequest
IncludeAverageBytesPerReadRequestbooleanfalse
DescriptionstringWhether to include in a filter for a share the average number of bytes per read request.
ModelCorrespondencestringCIM_FileSystemStatisticalData.AverageBytesPerReadRequest
IncludeAverageBytesPerWriteRequestbooleanfalse
DescriptionstringWhether to include in a filter for a share the average number of bytes per write request.
ModelCorrespondencestringCIM_FileSystemStatisticalData.AverageBytesPerWriteRequest
IncludeAverageDataQueueLengthbooleanfalse
DescriptionstringWhether to include in a filter for a share the average number of read and write requests that were queued for that share.
ModelCorrespondencestringCIM_FileSystemStatisticalData.AverageDataQueueLength
IncludeAverageReadQueueLengthbooleanfalse
DescriptionstringWhether to include in a filter for a share the average number of read requests that were queued for that share.
ModelCorrespondencestringCIM_FileSystemStatisticalData.AverageReadQueueLength
IncludeAverageReadResponseTimebooleanfalse
DescriptionstringWhether to include in a filter for a share the average number of seconds that elapse between the time at which a read request to that share is received and the time at which the SMB2 File Server sends the corresponding response.
ModelCorrespondencestringCIM_FileSystemStatisticalData.AverageReadResponseTime
IncludeAverageRequestResponseTimebooleanfalse
DescriptionstringWhether to include in a filter for a share the average number of seconds that elapse between the time at which the SMB2 File Server receives a request for that share and the time at which the SMB2 File Server sends the corresponding response.
ModelCorrespondencestringCIM_FileSystemStatisticalData.AverageRequestResponseTime
IncludeAverageTimePerDataRequestbooleanfalse
DescriptionstringWhether to include in a filter for a share the average number of seconds that elapse between the time at which a read or write request to that share is received and the time at which the SMB2 File Server processes the request.
ModelCorrespondencestringCIM_FileSystemStatisticalData.AverageTimePerDataRequest
IncludeAverageWriteQueueLengthbooleanfalse
DescriptionstringWhether to include in a filter for a share the average number of write requests that were queued for that share.
ModelCorrespondencestringCIM_FileSystemStatisticalData.AverageWriteQueueLength
IncludeAverageWriteResponseTimebooleanfalse
DescriptionstringWhether to include in a filter for a share the average number of seconds that elapse between the time at which a write request to that share is received and the time at which the SMB2 File Server sends the corresponding response
ModelCorrespondencestringCIM_FileSystemStatisticalData.AverageWriteResponseTime
IncludeBytesReadbooleanfalse
DescriptionstringWhether to include in a filter for a metered element the cumulative count of bytes transferred by all Read I/O operations (as defined by the "ReadIOs" property) for that element.
ModelCorrespondencestringCIM_FileSystemStatisticalData.BytesRead
IncludeBytesReadPerSecbooleanfalse
DescriptionstringWhether to include in a filter for a share the rate, in seconds, at which data is being written to that share.
ModelCorrespondencestringCIM_FileSystemStatisticalData.BytesReadPerSec
IncludeBytesReceivedPerSecbooleanfalse
DescriptionstringWhether to include in a filter for a share the rate at which bytes are being received for requests related to that share.
ModelCorrespondencestringCIM_FileSystemStatisticalData.BytesReceivedPerSec
IncludeBytesSentPerSecbooleanfalse
DescriptionstringWhether to include in a filter for a share the rate, in seconds, at which bytes are being sent from the SMB2 File Server related to that share to its clients. This value includes both data bytes and protocol bytes for that share.
ModelCorrespondencestringCIM_FileSystemStatisticalData.BytesSentPerSec
IncludeBytesTranferredPerSecbooleanfalse
DescriptionstringWhether to include in a filter for a share the sum of bytes transferred/sec related to that share.
ModelCorrespondencestringCIM_FileSystemStatisticalData.BytesTranferredPerSec
IncludeBytesWrittenbooleanfalse
DescriptionstringWhether to include in a filter for a metered element the cumulative count of bytes transferred by all Write I/O operations (as defined by the "WriteIOs" property) for that element.
ModelCorrespondencestringCIM_FileSystemStatisticalData.BytesWritten
IncludeBytesWrittenPerSecbooleanfalse
DescriptionstringWhether to include in a filter for a share the rate, in seconds, at which data is being written to that share.
ModelCorrespondencestringCIM_FileSystemStatisticalData.BytesWrittenPerSec
IncludeCurrentDataQueueLengthbooleanfalse
DescriptionstringWhether to include in a filter for a share the current number of read or write requests outstanding on that share.
ModelCorrespondencestringCIM_FileSystemStatisticalData.CurrentDataQueueLength
IncludeCurrentOpenFileCountbooleanfalse
DescriptionstringWhether to include in a filter for a share the number of file handles that are currently open in that share.
ModelCorrespondencestringCIM_FileSystemStatisticalData.CurrentOpenFileCount
IncludeCurrentPendingRequestsbooleanfalse
DescriptionstringWhether to include in a filter for a share the number of requests related to that share that are waiting to be processed by the SMB2 File Server.
ModelCorrespondencestringCIM_FileSystemStatisticalData.CurrentPendingRequests
IncludeDataBytesPerSecbooleanfalse
DescriptionstringWhether to include in a filter for a share the rate, in seconds, at which data is being written to or read from that share.
ModelCorrespondencestringCIM_FileSystemStatisticalData.DataBytesPerSec
IncludeDataRequestsPerSecbooleanfalse
DescriptionstringWhether to include in a filter for a share the rate, in seconds, at which read or write requests are received for that share.
ModelCorrespondencestringCIM_FileSystemStatisticalData.DataRequestsPerSec
IncludeFilesOpenedPerSecbooleanfalse
DescriptionstringWhether to include in a filter for a share the rate, in seconds, at which files are being opened for the SMB2 File Server/'s clients on that share.
ModelCorrespondencestringCIM_FileSystemStatisticalData.FilesOpenedPerSec
IncludeMetadataBytesReadbooleanfalse
DescriptionstringWhether to include in a filter for a metered element the cumulative count of metadata bytes read by all Metadata read I/O operations (as defined by the "MetadataReadIOs" property) for that element.
ModelCorrespondencestringCIM_FileSystemStatisticalData.MetadataBytesRead
IncludeMetadataBytesWrittenbooleanfalse
DescriptionstringWhether to include in a filter for a metered element the cumulative count of metadata bytes read by all Metadata write I/O operations (as defined by the "MetadataWriteIOs" property) for that element.
ModelCorrespondencestringCIM_FileSystemStatisticalData.MetadataBytesWritten
IncludeMetadataReadIOsbooleanfalse
DescriptionstringWhether to include in a filter for a metered element the cumulative count of all file I/O operations that were directed to that element and that performed a read transfer of metadata.
ModelCorrespondencestringCIM_FileSystemStatisticalData.MetadataReadIOs
IncludeMetadataRequestsReceivedPerSecbooleanfalse
DescriptionstringWhether to include in a filter for a share the rate, in seconds, at which metadata requests are being sent to that share.
ModelCorrespondencestringCIM_FileSystemStatisticalData.MetadataRequestsReceivedPerSec
IncludeMetadataWriteIOsbooleanfalse
DescriptionstringWhether to include in a filter for a metered element the cumulative count of all file I/O operations that were directed to that element and that performed a write transfer of metadata.
ModelCorrespondencestringCIM_FileSystemStatisticalData.MetadataWriteIOs
IncludeOtherIOsbooleanfalse
DescriptionstringWhether to include in a filter for a metered element the cumulative count of all file I/O operations that were directed to that element and that did not perform a transfer of data either to or from the contents of a file. This count excludes metadata I/O operations (both read and write).
ModelCorrespondencestringCIM_FileSystemStatisticalData.OtherIOs
IncludePercentDurableOpensbooleanfalse
DescriptionstringWhether to include in a filter for a metered element the percentage of total opens for which clients requested durability for that element.
ModelCorrespondencestringCIM_FileSystemStatisticalData.PercentDurableOpens
IncludePercentPersistentOpensbooleanfalse
DescriptionstringWhether to include in a filter for a metered element the percentage of total handles for which clients requested persistency for that element.
ModelCorrespondencestringCIM_FileSystemStatisticalData.PercentPersistentOpens
IncludePercentResilientOpensbooleanfalse
DescriptionstringWhether to include in a filter for a metered element the percentage of total opens for which clients requested resiliency for that element.
ModelCorrespondencestringCIM_FileSystemStatisticalData.PercentResilientOpens
IncludeReadIOsbooleanfalse
DescriptionstringWhether to include in a filter for a metered element the cumulative count of all file I/O operations that were directed to that element and that performed a transfer of data from the contents of a file.
ModelCorrespondencestringCIM_FileSystemStatisticalData.ReadIOs
IncludeReadIOTimeCounterbooleanfalse
DescriptionstringWhether to include in a filter for a metered element the cumulative elapsed I/O operation time for all Read I/O operations (as defined by the "ReadIOs" property) for that element.
ModelCorrespondencestringCIM_FileSystemStatisticalData.ReadIOTimeCounter
IncludeReadRequestsProcessedPerSecbooleanfalse
DescriptionstringWhether to include in a filter for a share the Read requests processed/sec related to that share.
ModelCorrespondencestringCIM_FileSystemStatisticalData.ReadRequestsProcessedPerSec
IncludeRequestsReceivedPerSecbooleanfalse
DescriptionstringWhether to include in a filter for a share the rate at which requests are being received for that share.
ModelCorrespondencestringCIM_FileSystemStatisticalData.RequestsReceivedPerSec
IncludeStartStatisticTimebooleanfalse
DescriptionstringIndicates whether or not the Statistics property of StatisticsService.GetStatisticsCollection method will include the time at time when statistics for this FileSystemStatisticsManifest were first captured.
ModelCorrespondencestringCIM_FileSystemStatisticalData.StartStatisticTime
IncludeStatisticTimebooleanfalse
DescriptionstringIndicates whether or not the Statistics property of StatisticsService.GetStatisticsCollection method will include the time when statistics for this FileSystemStatisticsManifest were last captured.
ModelCorrespondencestringCIM_FileSystemStatisticalData.StatisticTime
IncludeTotalBytesReceivedbooleanfalse
DescriptionstringWhether to include in a filter for a share the number of bytes that have been received for requests related to that share.
ModelCorrespondencestringCIM_FileSystemStatisticalData.TotalBytesReceived
IncludeTotalBytesSentbooleanfalse
DescriptionstringWhether to include in a filter for a share the number of bytes that have been sent by the SMB2 File Server related to that share to its clients since the server started. This value includes both data bytes and protocol bytes for that share.
ModelCorrespondencestringCIM_FileSystemStatisticalData.TotalBytesSent
IncludeTotalBytesTransferredbooleanfalse
DescriptionstringWhether to include in a filter for a metered element the cumulative count of bytes transferred for all of the file I/O operations for the element, as defined in the "TotalIOs" property.
ModelCorrespondencestringCIM_FileSystemStatisticalData.TotalBytesTransferred
IncludeTotalDurableHandleReopenCountbooleanfalse
DescriptionstringWhether to include in a filter for a share the number of durable opens on that share that have been recovered after a temporary network disconnect since the SMB2 File Server started.
ModelCorrespondencestringCIM_FileSystemStatisticalData.TotalDurableHandleReopenCount
IncludeTotalFailedDurableHandleReopenCountbooleanfalse
DescriptionstringWhether to include in a filter for a share the number of durable opens on that share that could not be recovered after a temporary network disconnect since the SMB2 File Server Started.
ModelCorrespondencestringCIM_FileSystemStatisticalData.TotalFailedDurableHandleReopenCount
IncludeTotalFailedPersistentHandleReopenCountbooleanfalse
DescriptionstringWhether to include in a filter for a share the number of persistent opens on that share that could not be recovered after a temporary network disconnect since the SMB2 File Server Started.
ModelCorrespondencestringCIM_FileSystemStatisticalData.TotalFailedPersistentHandleReopenCount
IncludeTotalFailedResilientHandleReopenCountbooleanfalse
DescriptionstringWhether to include in a filter for a share the number of resilient opens on that share that could not be recovered after a temporary network disconnect since the SMB2 File Server Started.
ModelCorrespondencestringCIM_FileSystemStatisticalData.TotalFailedResilientHandleReopenCount
IncludeTotalIdleTimeCounterbooleanfalse
DescriptionstringWhether to include in a filter for a metered element the cumulative elapsed idle time for that element.
ModelCorrespondencestringCIM_FileSystemStatisticalData.TotalIdleTimeCounter
IncludeTotalIOsbooleanfalse
DescriptionstringWhether to include in a filter for a metered element the cumulative count of file I/O operations for that element, including metadata I/O operations.
ModelCorrespondencestringCIM_FileSystemStatisticalData.TotalIOs
IncludeTotalIOTimeCounterbooleanfalse
DescriptionstringWhether to include in a filter for a metered element the cumulative elapsed I/O operation time (number of ClockTickIntervals) for all file I/O operations for that element as defined in "Total I/Os".
ModelCorrespondencestringCIM_FileSystemStatisticalData.TotalIOTimeCounter
IncludeTotalMetadataRequestsReceivedbooleanfalse
DescriptionstringWhether to include in a filter for a share the total number of metadata requests received related to that share.
ModelCorrespondencestringCIM_FileSystemStatisticalData.TotalMetadataRequestsReceived
IncludeTotalOpenFileCountbooleanfalse
DescriptionstringWhether to include in a filter for a share the number of files that have been opened by the SMB2 File Server on behalf of its clients on that share since the server started.
ModelCorrespondencestringCIM_FileSystemStatisticalData.TotalOpenFileCount
IncludeTotalPersistentHandleReopenCountbooleanfalse
DescriptionstringWhether to include in a filter for a share the number of persistent opens on that share that have been recovered after a temporary network disconnect since the SMB2 File Server started.
ModelCorrespondencestringCIM_FileSystemStatisticalData.TotalPersistentHandleReopenCount
IncludeTotalRequestsReceivedbooleanfalse
DescriptionstringWhether to include in a filter for a share the number of requests that have been received for that share.
ModelCorrespondencestringCIM_FileSystemStatisticalData.TotalRequestsReceived
IncludeTotalResilientHandleReopenCountbooleanfalse
DescriptionstringWhether to include in a filter for a share the number of resilient opens on that share that have been recovered after a temporary network disconnect since the SMB2 File Server started.
ModelCorrespondencestringCIM_FileSystemStatisticalData.TotalResilientHandleReopenCount
IncludeTreeConnectCountbooleanfalse
DescriptionstringWhether to include in a filter for a share the number of tree connects to that share.
ModelCorrespondencestringCIM_FileSystemStatisticalData.TreeConnectCount
IncludeWriteIOsbooleanfalse
DescriptionstringWhether to include in a filter for a metered element the cumulative count of all file I/O operations that were directed to that element and that performed a transfer of data to the contents of a file.
ModelCorrespondencestringCIM_FileSystemStatisticalData.WriteIOs
IncludeWriteIOTimeCounterbooleanfalse
DescriptionstringWhether to include in a filter for a metered element the cumulative elapsed I/O operation time for all Write I/O operations (as defined by the "WriteIOs" property) for that element.
ModelCorrespondencestringCIM_FileSystemStatisticalData.WriteIOTimeCounter
IncludeWriteRequestsProcessedPerSecbooleanfalse
DescriptionstringWhether to include in a filter for a share the write requests processed/sec related to that share.
ModelCorrespondencestringCIM_FileSystemStatisticalData.WriteRequestsProcessedPerSec
InstanceIDstring
DescriptionstringWithin the scope of the instantiating Namespace, InstanceID opaquely and uniquely identifies an instance of this class. To ensure uniqueness within the NameSpace, the value of InstanceID should be constructed using the following "preferred" algorithm: <OrgID>:<LocalID> Where <OrgID> and <LocalID> are separated by a colon (:), and where <OrgID> must include a copyrighted, trademarked, or otherwise unique name that is owned by the business entity that is creating or defining the InstanceID or that is a registered ID assigned to the business entity by a recognized global authority. (This requirement is similar to the <Schema Name>_<Class Name> structure of Schema class names.) In addition, to ensure uniqueness, <OrgID> must not contain a colon (:). When using this algorithm, the first colon to appear in InstanceID must appear between <OrgID> and <LocalID>. <LocalID> is chosen by the business entity and should not be reused to identify different underlying (real-world) elements. If the above "preferred" algorithm is not used, the defining entity must assure that the resulting InstanceID is not reused across any InstanceIDs produced by this or other providers for the NameSpace of this instance. For DMTF-defined instances, the "preferred" algorithm must be used with the <OrgID> set to CIM.
Keybooleantrue
OverridestringInstanceID
OtherElementTypeDescriptionstring
DescriptionstringA string describing the type of element when the ElementType property of this class (or any of its subclasses) is set to 1 (i.e., "Other"). This property should be set to NULL when the ElementType property is any value other than 1.
MaxLenuint3264
ModelCorrespondencestringCIM_FileSystemStatisticalData.OtherElementTypeDescription

Inherited Properties

NameData TypeClass Origin
CaptionstringCIM_ManagedElement
DescriptionstringCIM_ManagedElement
ElementNamestringCIM_ManagedElement
Generationuint64CIM_ManagedElement

Class Methods