Measurement objects groups and indexes

Each measurement object, for example, the resource in the system that produces measurement values (<measValue> elements in the XML reports), is uniquely identified by the Measurement Information ID, the Group Name, and a set of indexes.

The measurement information ID is found in the measInfoId attribute of the container <measInfo> element. For example:
<measInfo measInfoId="KPISystemCP-ISA">

The Measurement Information ID identifies the counter module that generates the measurement values. The <measInfo> element is the container for multiple measurement values.

The group name is found inside the measObjLdn attribute of the <measValue> element. For example: <measValue measObjLdn="KPI=System,GroupName=CP-ISA,group=1,slot=3,mda=1">.

The group name identifies the system entity that contributes values to this counter module. Multiple groups may contribute to one counter module, and a group may contribute to more than one counter module. Groups can be:

  • VM types (CP-ISA, CPM)

  • Reference point or interface type (S11, PFCP, Namf, Nchf, Npcf)

The set of indexes of a measurement value formulates the identifier of the resource or measurement object that generates the counter values. The indexes can be numeric or textual. The set of indexes used in a measurement value is specific to the counter module.

They can be found in the local distinguished name of the measurement object (measObjLdn) in the <measValue> element. For example:
<measValue measObjLdn="KPI=BearerManagement,GroupName=CP-ISA,group=1,slot=3,mda=1">
The set of indexes are located right after the GroupName in the measObjLdn attribute value.

Example set of indexes:

  • slot=<value>
  • group=<value>,slot=<value>,mda=<value>
  • apn=<value>,slot=<value>,mda=<value>

See the MAG-c KPI and KCI Counters Spreadsheet for more information about the measurement information ID, group name, and indexes for each supported module.