XcmHrStorageRealization
An extended storage type (or storage 'realization'), used by system administrators and end users of this storage. Usage: The use of either 'other' or 'unknown' is uninformative and SHOULD be avoided by conforming implementations. * 'physicalSystem' - 'real' memory installed on a 'system' whose product is found via 'xcmHrStorageProductDeviceIndex' and whose CPU is found via 'xcmHrStoragePlatformDeviceIndex' and whose self is found via 'xcmHrStorageMatchingDeviceIndex'; * 'physicalProgram' - 'real' memory assigned to a 'program' (memory which is 'pinned' and is NOT paged to disk storage) whose program is found via 'xcmHrStorageSWRunIndex'; * 'physicalThread' - 'real' memory assigned to a 'thread' (memory which is 'pinned' and is NOT paged to disk storage) whose program/thread is found via 'xcmHrStorageSWRunIndex'; * 'logicalSystem' - 'virtual' memory assigned to a 'system' (memory which is NOT 'pinned' and MAY be paged to disk storage) whose product is found via 'xcmHrStorageProductDeviceIndex' and whose CPU is found via 'xcmHrStoragePlatformDeviceIndex' and whose self is found via 'xcmHrStorageMatchingDeviceIndex'; * 'logicalProgram' - 'virtual' memory assigned to a 'program' (memory which is NOT 'pinned' and MAY be paged to disk storage) whose program is found via 'xcmHrStorageSWRunIndex'; * 'logicalThread' - 'virtual' memory assigned to a 'thread' (memory which is NOT 'pinned' and MAY be paged to disk storage) whose program/thread is found via 'xcmHrStorageSWRunIndex'.
Possible values
8 objects| Number | Name |
|---|---|
| 1 | other |
| 2 | unknown |
| 10 | physicalSystem |
| 11 | physicalProgram |
| 12 | physicalThread |
| 20 | logicalSystem |
| 21 | logicalProgram |
| 22 | logicalThread |