Name | Data Type | Default Value | Qualifiers |
Name | Data Type | Value |
ElementType | uint16 | |
Description | string | Determines 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. |
ModelCorrespondence | string | CIM_FileSystemStatisticalData.ElementType |
ValueMap | string | 1, 102, 103, 104, .., 0x8000.. |
Values | string | Other, Local Filesystem, Exported File Share, Exporting Port, DMTF Reserved, Vendor Specific |
IncludeAverageBytesPerDataRequest | boolean | false |
Description | string | Whether to include in a filter for a share the average number of bytes per read or write request. |
ModelCorrespondence | string | CIM_FileSystemStatisticalData.AverageBytesPerDataRequest |
IncludeAverageBytesPerReadRequest | boolean | false |
Description | string | Whether to include in a filter for a share the average number of bytes per read request. |
ModelCorrespondence | string | CIM_FileSystemStatisticalData.AverageBytesPerReadRequest |
IncludeAverageBytesPerWriteRequest | boolean | false |
Description | string | Whether to include in a filter for a share the average number of bytes per write request. |
ModelCorrespondence | string | CIM_FileSystemStatisticalData.AverageBytesPerWriteRequest |
IncludeAverageDataQueueLength | boolean | false |
Description | string | Whether to include in a filter for a share the average number of read and write requests that were queued for that share. |
ModelCorrespondence | string | CIM_FileSystemStatisticalData.AverageDataQueueLength |
IncludeAverageReadQueueLength | boolean | false |
Description | string | Whether to include in a filter for a share the average number of read requests that were queued for that share. |
ModelCorrespondence | string | CIM_FileSystemStatisticalData.AverageReadQueueLength |
IncludeAverageReadResponseTime | boolean | false |
Description | string | Whether 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. |
ModelCorrespondence | string | CIM_FileSystemStatisticalData.AverageReadResponseTime |
IncludeAverageRequestResponseTime | boolean | false |
Description | string | Whether 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. |
ModelCorrespondence | string | CIM_FileSystemStatisticalData.AverageRequestResponseTime |
IncludeAverageTimePerDataRequest | boolean | false |
Description | string | Whether 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. |
ModelCorrespondence | string | CIM_FileSystemStatisticalData.AverageTimePerDataRequest |
IncludeAverageWriteQueueLength | boolean | false |
Description | string | Whether to include in a filter for a share the average number of write requests that were queued for that share. |
ModelCorrespondence | string | CIM_FileSystemStatisticalData.AverageWriteQueueLength |
IncludeAverageWriteResponseTime | boolean | false |
Description | string | Whether 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 |
ModelCorrespondence | string | CIM_FileSystemStatisticalData.AverageWriteResponseTime |
IncludeBytesRead | boolean | false |
Description | string | Whether 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. |
ModelCorrespondence | string | CIM_FileSystemStatisticalData.BytesRead |
IncludeBytesReadPerSec | boolean | false |
Description | string | Whether to include in a filter for a share the rate, in seconds, at which data is being written to that share. |
ModelCorrespondence | string | CIM_FileSystemStatisticalData.BytesReadPerSec |
IncludeBytesReceivedPerSec | boolean | false |
Description | string | Whether to include in a filter for a share the rate at which bytes are being received for requests related to that share. |
ModelCorrespondence | string | CIM_FileSystemStatisticalData.BytesReceivedPerSec |
IncludeBytesSentPerSec | boolean | false |
Description | string | Whether 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. |
ModelCorrespondence | string | CIM_FileSystemStatisticalData.BytesSentPerSec |
IncludeBytesTranferredPerSec | boolean | false |
Description | string | Whether to include in a filter for a share the sum of bytes transferred/sec related to that share. |
ModelCorrespondence | string | CIM_FileSystemStatisticalData.BytesTranferredPerSec |
IncludeBytesWritten | boolean | false |
Description | string | Whether 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. |
ModelCorrespondence | string | CIM_FileSystemStatisticalData.BytesWritten |
IncludeBytesWrittenPerSec | boolean | false |
Description | string | Whether to include in a filter for a share the rate, in seconds, at which data is being written to that share. |
ModelCorrespondence | string | CIM_FileSystemStatisticalData.BytesWrittenPerSec |
IncludeCurrentDataQueueLength | boolean | false |
Description | string | Whether to include in a filter for a share the current number of read or write requests outstanding on that share. |
ModelCorrespondence | string | CIM_FileSystemStatisticalData.CurrentDataQueueLength |
IncludeCurrentOpenFileCount | boolean | false |
Description | string | Whether to include in a filter for a share the number of file handles that are currently open in that share. |
ModelCorrespondence | string | CIM_FileSystemStatisticalData.CurrentOpenFileCount |
IncludeCurrentPendingRequests | boolean | false |
Description | string | Whether 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. |
ModelCorrespondence | string | CIM_FileSystemStatisticalData.CurrentPendingRequests |
IncludeDataBytesPerSec | boolean | false |
Description | string | Whether to include in a filter for a share the rate, in seconds, at which data is being written to or read from that share. |
ModelCorrespondence | string | CIM_FileSystemStatisticalData.DataBytesPerSec |
IncludeDataRequestsPerSec | boolean | false |
Description | string | Whether to include in a filter for a share the rate, in seconds, at which read or write requests are received for that share. |
ModelCorrespondence | string | CIM_FileSystemStatisticalData.DataRequestsPerSec |
IncludeFilesOpenedPerSec | boolean | false |
Description | string | Whether 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. |
ModelCorrespondence | string | CIM_FileSystemStatisticalData.FilesOpenedPerSec |
IncludeMetadataBytesRead | boolean | false |
Description | string | Whether 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. |
ModelCorrespondence | string | CIM_FileSystemStatisticalData.MetadataBytesRead |
IncludeMetadataBytesWritten | boolean | false |
Description | string | Whether 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. |
ModelCorrespondence | string | CIM_FileSystemStatisticalData.MetadataBytesWritten |
IncludeMetadataReadIOs | boolean | false |
Description | string | Whether 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. |
ModelCorrespondence | string | CIM_FileSystemStatisticalData.MetadataReadIOs |
IncludeMetadataRequestsReceivedPerSec | boolean | false |
Description | string | Whether to include in a filter for a share the rate, in seconds, at which metadata requests are being sent to that share. |
ModelCorrespondence | string | CIM_FileSystemStatisticalData.MetadataRequestsReceivedPerSec |
IncludeMetadataWriteIOs | boolean | false |
Description | string | Whether 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. |
ModelCorrespondence | string | CIM_FileSystemStatisticalData.MetadataWriteIOs |
IncludeOtherIOs | boolean | false |
Description | string | Whether 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). |
ModelCorrespondence | string | CIM_FileSystemStatisticalData.OtherIOs |
IncludePercentDurableOpens | boolean | false |
Description | string | Whether to include in a filter for a metered element the percentage of total opens for which clients requested durability for that element. |
ModelCorrespondence | string | CIM_FileSystemStatisticalData.PercentDurableOpens |
IncludePercentPersistentOpens | boolean | false |
Description | string | Whether to include in a filter for a metered element the percentage of total handles for which clients requested persistency for that element. |
ModelCorrespondence | string | CIM_FileSystemStatisticalData.PercentPersistentOpens |
IncludePercentResilientOpens | boolean | false |
Description | string | Whether to include in a filter for a metered element the percentage of total opens for which clients requested resiliency for that element. |
ModelCorrespondence | string | CIM_FileSystemStatisticalData.PercentResilientOpens |
IncludeReadIOs | boolean | false |
Description | string | Whether 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. |
ModelCorrespondence | string | CIM_FileSystemStatisticalData.ReadIOs |
IncludeReadIOTimeCounter | boolean | false |
Description | string | Whether 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. |
ModelCorrespondence | string | CIM_FileSystemStatisticalData.ReadIOTimeCounter |
IncludeReadRequestsProcessedPerSec | boolean | false |
Description | string | Whether to include in a filter for a share the Read requests processed/sec related to that share. |
ModelCorrespondence | string | CIM_FileSystemStatisticalData.ReadRequestsProcessedPerSec |
IncludeRequestsReceivedPerSec | boolean | false |
Description | string | Whether to include in a filter for a share the rate at which requests are being received for that share. |
ModelCorrespondence | string | CIM_FileSystemStatisticalData.RequestsReceivedPerSec |
IncludeStartStatisticTime | boolean | false |
Description | string | Indicates whether or not the Statistics property of StatisticsService.GetStatisticsCollection method will include the time at time when statistics for this FileSystemStatisticsManifest were first captured. |
ModelCorrespondence | string | CIM_FileSystemStatisticalData.StartStatisticTime |
IncludeStatisticTime | boolean | false |
Description | string | Indicates whether or not the Statistics property of StatisticsService.GetStatisticsCollection method will include the time when statistics for this FileSystemStatisticsManifest were last captured. |
ModelCorrespondence | string | CIM_FileSystemStatisticalData.StatisticTime |
IncludeTotalBytesReceived | boolean | false |
Description | string | Whether to include in a filter for a share the number of bytes that have been received for requests related to that share. |
ModelCorrespondence | string | CIM_FileSystemStatisticalData.TotalBytesReceived |
IncludeTotalBytesSent | boolean | false |
Description | string | Whether 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. |
ModelCorrespondence | string | CIM_FileSystemStatisticalData.TotalBytesSent |
IncludeTotalBytesTransferred | boolean | false |
Description | string | Whether 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. |
ModelCorrespondence | string | CIM_FileSystemStatisticalData.TotalBytesTransferred |
IncludeTotalDurableHandleReopenCount | boolean | false |
Description | string | Whether 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. |
ModelCorrespondence | string | CIM_FileSystemStatisticalData.TotalDurableHandleReopenCount |
IncludeTotalFailedDurableHandleReopenCount | boolean | false |
Description | string | Whether 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. |
ModelCorrespondence | string | CIM_FileSystemStatisticalData.TotalFailedDurableHandleReopenCount |
IncludeTotalFailedPersistentHandleReopenCount | boolean | false |
Description | string | Whether 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. |
ModelCorrespondence | string | CIM_FileSystemStatisticalData.TotalFailedPersistentHandleReopenCount |
IncludeTotalFailedResilientHandleReopenCount | boolean | false |
Description | string | Whether 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. |
ModelCorrespondence | string | CIM_FileSystemStatisticalData.TotalFailedResilientHandleReopenCount |
IncludeTotalIdleTimeCounter | boolean | false |
Description | string | Whether to include in a filter for a metered element the cumulative elapsed idle time for that element. |
ModelCorrespondence | string | CIM_FileSystemStatisticalData.TotalIdleTimeCounter |
IncludeTotalIOs | boolean | false |
Description | string | Whether 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. |
ModelCorrespondence | string | CIM_FileSystemStatisticalData.TotalIOs |
IncludeTotalIOTimeCounter | boolean | false |
Description | string | Whether 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". |
ModelCorrespondence | string | CIM_FileSystemStatisticalData.TotalIOTimeCounter |
IncludeTotalMetadataRequestsReceived | boolean | false |
Description | string | Whether to include in a filter for a share the total number of metadata requests received related to that share. |
ModelCorrespondence | string | CIM_FileSystemStatisticalData.TotalMetadataRequestsReceived |
IncludeTotalOpenFileCount | boolean | false |
Description | string | Whether 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. |
ModelCorrespondence | string | CIM_FileSystemStatisticalData.TotalOpenFileCount |
IncludeTotalPersistentHandleReopenCount | boolean | false |
Description | string | Whether 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. |
ModelCorrespondence | string | CIM_FileSystemStatisticalData.TotalPersistentHandleReopenCount |
IncludeTotalRequestsReceived | boolean | false |
Description | string | Whether to include in a filter for a share the number of requests that have been received for that share. |
ModelCorrespondence | string | CIM_FileSystemStatisticalData.TotalRequestsReceived |
IncludeTotalResilientHandleReopenCount | boolean | false |
Description | string | Whether 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. |
ModelCorrespondence | string | CIM_FileSystemStatisticalData.TotalResilientHandleReopenCount |
IncludeTreeConnectCount | boolean | false |
Description | string | Whether to include in a filter for a share the number of tree connects to that share. |
ModelCorrespondence | string | CIM_FileSystemStatisticalData.TreeConnectCount |
IncludeWriteIOs | boolean | false |
Description | string | Whether 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. |
ModelCorrespondence | string | CIM_FileSystemStatisticalData.WriteIOs |
IncludeWriteIOTimeCounter | boolean | false |
Description | string | Whether 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. |
ModelCorrespondence | string | CIM_FileSystemStatisticalData.WriteIOTimeCounter |
IncludeWriteRequestsProcessedPerSec | boolean | false |
Description | string | Whether to include in a filter for a share the write requests processed/sec related to that share. |
ModelCorrespondence | string | CIM_FileSystemStatisticalData.WriteRequestsProcessedPerSec |
InstanceID | string | |
Description | string | Within 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. |
Key | boolean | true |
Override | string | InstanceID |
OtherElementTypeDescription | string | |
Description | string | A 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. |
MaxLen | uint32 | 64 |
ModelCorrespondence | string | CIM_FileSystemStatisticalData.OtherElementTypeDescription |