class PmMeasurementCapabilities

ManagedElement
+-SystemFunctions
+-Pm
+-PmMeasurementCapabilities

Contains the measurement capabilities of the ME.

This MO is created by the system.

References to:
ManagedObject;
Attributes
boolean[0..1]
readOnly
alignedReportingPeriod
Defines whether or not the Managed Element aligns its reporting periods to the hour.
Only applicable when measurementJobSupport = true.
If no value is set, the MS shall treat it as true.
ManagedObject[0..1]
readOnly
fileGroup
Deprecated, contains the file storage path to the measurement files on the ME.
This attribute is only set if FileM is present, and refers to the file storage path. If this attribute is not set, the file storage path is stored locally in the fileLocation attribute in PmMeasurementCapabilities.
Deprecated in ECIM PM 2.0.


Deprecated: References to attributes in FileM must be removed from Common Fragments. fileLocation attribute contains all required information. Deprecated in ECIM PM 2.0.

string[0..1]
readOnly
fileLocation
Contains the path to the virtual file system on the node from which to fetch the measurement files.
Only applicable when measurementJobSupport = true.
boolean[0..1]
readOnly
fileRPSupported
Specifies if ME supports a file Reporting Period different to Granularity Period where RP > GP.
Only applicable when measurementJobSupport = true.
If no value is set, the MS shall treat it as false.
boolean[0..1]
readOnly
finalROP
Indicates if measurement file for the last Result Output Period (ROP) is expected.
When a measurement job is stopped, this attribute specifies whether a result file for the last ROP is expected (true), or not expected (false).
Only applicable when measurementJobSupport = true.
boolean[0..1]
readOnly
jobGroupingSupport
Indicates if Managed Element supports grouping of selected measurement job results in a report file.
If set to true, the ME groups selected measurement job results into one file per reporting period based on the PmJob attribute jobGroup.
If set to false, the default behaviour is to generate a single PM report file per reporting period for all jobs.
Only applicable when measurementJobSupport = true.
If no value is set, the MS shall treat it as false.
boolean[0..1]
readOnly
jobPrioritizationSupport
Defines whether or not measurement jobs can be stopped by the system.
Based on the priority of the Measurement jobs, they can either be stopped (true) or not (false) by the system. Attribute jobPriority in the job sets the priority per job.
Only applicable when measurementJobSupport = true.
If no value is set, the MS shall treat it as false.
JobStartStopSupport
readOnly
jobStartStopSupport
Specifies whether or not Performance Management jobs defined in the ME can be started and stopped.
Possible values:
NONE: a job is started when it is created and runs until it is deleted.
BASIC: simple start/stop supported.
uint16
readOnly
maxNoOfJobs
Specifies the maximum number of jobs that can be defined.
A value of 0 means there is no limit to the number of jobs.
If the specified limit is exceeded, when a performance monitoring is created or started, the create job or start job operation is rejected.
This is an upper system limit, and support for it cannot be guaranteed in high-load conditions.
uint32[0..1]
readOnly
maxNoOfMeasurements
The maximum number of counter instances, i.e. active counters, that can be reported in one ROP.
This is used by an MS to determine the max PM data file size. This is an upper-system limit, and support for it cannot be guaranteed in high-load conditions.
A value of 0 means there is no limit.
Only applicable when measurementJobSupport = true.
uint16[0..1]
readOnly
maxNoOfPmFiles
Specifies the maximum number of Result Output Period (ROP) files that are maintained in the ME.
If a new file is created and the limit is exceeded, the oldest file is deleted. This is an upper-system limit, and support for it cannot be guaranteed in high-load conditions.
Only applicable when measurementJobSupport = true.
boolean
readOnly
measurementJobSupport
Indicates if Managed Element supports Measurement Jobs.
string
key
mandatory
noNotification
restricted
pmMeasurementCapabilitiesId
Holds the name used when identifying the MO.
boolean[0..1]
readOnly
producesUtcRopFiles
Deprecated, Indicates if the PM report files are produced using UTC format.
If the timestamp is expressed in UTC time with no offset, then the value is true.
If the timestamp is expressed in local time with UTC offset, then the value is false.
Only applicable when measurementJobSupport = true.
Deprecated in ECIM PM 2.5.


Deprecated: Attribute definition was ambiguous. It is replaced by new attribute ropFilenameTimestamp. Deprecated in ECIM PM 2.5.

boolean
readOnly
realTimeJobSupport
Indicates if the Managed Element supports Realtime Jobs.
RopFilenameTimestamp[0..1]
readOnly
ropFilenameTimestamp
Indicates how the timestamp format is used in the Result Output Period (ROP) filename.
Only applicable when measurementJobSupport = true.
If no value is set, the MS shall treat it as LOCAL_WITH_UTC_OFFSET.
CompressionTypes[0..2] nonUnique
readOnly
supportedCompressionTypes
Indicates which compression types are supported by the ME for report files.
No value means that compression of report files is not supported.
Only applicable when measurementJobSupport = true.
TimePeriod[0..9] nonUnique
readOnly
supportedMeasJobGps
Indicates which granularity periods are supported by the ME for Measurement jobs.
Only applicable when measurementJobSupport = true.
If no value is set, the MS shall treat it as a single value of FIFTEEN_MIN.
TimePeriod[0..9] nonUnique
readOnly
supportedRopPeriods
Indicates the Result Output Period (ROP) or ROPs supported by the ME.
Only applicable when measurementJobSupport = true.
If no value is set, the MS shall treat it as a single value of FIFTEEN_MIN.
TimePeriod[0..9] nonUnique
readOnly
supportedRtJobGps
Indicates which granularity periods are supported by the ME for Realtime jobs.
Only applicable when realTimeJobSupport = true.
If no value is set, the MS shall treat it as a single value of ONE_MIN.
TimePeriod[0..9] nonUnique
readOnly
supportedThreshJobGps
Indicates which granularity periods are supported by the ME for Threshold jobs.
Only applicable when thresholdJobSupport = true.
If no value is set, the MS shall treat it as a single value of FIFTEEN_MIN.
boolean
readOnly
thresholdJobSupport
Indicates if the Managed Element supports Threshold Jobs.