Using Statistics Store Identifier Aliases

Sometimes you can access the same statistic, resource, or event by using different statistics store identifiers, known as aliases.

  • Statistic operations. An SSID that specifies a statistical operation is an alias for that statistic combination or result. See Performing Operations on Statistic Values.

  • System topology. An SSID can include resources in multiple classes to show system topology.

  • Events. An event identifier can be an alias for the resource associated with the event.

Both of the following identifiers represent available system memory. In this example, two different classes represent the same statistic.

//:class.system//:stat.available-memory
//:class.app/solaris/sysstat/sysconf//:stat.available-memory

In the following example, all of the following identifiers represent CPU instance 0:

//:class.chip//:res.id/0
//:class.core//:res.id/0
//:class.cpu//:res.id/0

Both of the following identifiers represent the same non-global zone. In this example, the same class provides two different resource names – the id and the zonename – for the same non-global zone:

//:class.zone//:res.id/0
//:class.zone//:res.zonename/zone1