12bde4061SEd Tanous<?xml version="1.0" encoding="UTF-8"?> 22bde4061SEd Tanous<!----> 32bde4061SEd Tanous<!--################################################################################ --> 4f2a8e57eSGunnar Mills<!--# Redfish Schema: ProcessorMetrics v1.6.4 --> 52bde4061SEd Tanous<!--# --> 62bde4061SEd Tanous<!--# For a detailed change log, see the README file contained in the DSP8010 bundle, --> 72bde4061SEd Tanous<!--# available at http://www.dmtf.org/standards/redfish --> 8*d125652eSGunnar Mills<!--# Copyright 2014-2025 DMTF. --> 92bde4061SEd Tanous<!--# For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright --> 102bde4061SEd Tanous<!--################################################################################ --> 112bde4061SEd Tanous<!----> 122bde4061SEd Tanous<edmx:Edmx xmlns:edmx="http://docs.oasis-open.org/odata/ns/edmx" Version="4.0"> 132bde4061SEd Tanous 142bde4061SEd Tanous <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Core.V1.xml"> 152bde4061SEd Tanous <edmx:Include Namespace="Org.OData.Core.V1" Alias="OData"/> 162bde4061SEd Tanous </edmx:Reference> 172bde4061SEd Tanous <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Capabilities.V1.xml"> 182bde4061SEd Tanous <edmx:Include Namespace="Org.OData.Capabilities.V1" Alias="Capabilities"/> 192bde4061SEd Tanous </edmx:Reference> 202bde4061SEd Tanous <edmx:Reference Uri="http://docs.oasis-open.org/odata/odata/v4.0/errata03/csd01/complete/vocabularies/Org.OData.Measures.V1.xml"> 212bde4061SEd Tanous <edmx:Include Namespace="Org.OData.Measures.V1" Alias="Measures"/> 222bde4061SEd Tanous </edmx:Reference> 232bde4061SEd Tanous <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/RedfishExtensions_v1.xml"> 242bde4061SEd Tanous <edmx:Include Namespace="RedfishExtensions.v1_0_0" Alias="Redfish"/> 252bde4061SEd Tanous <edmx:Include Namespace="Validation.v1_0_0" Alias="Validation"/> 262bde4061SEd Tanous </edmx:Reference> 272bde4061SEd Tanous <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Resource_v1.xml"> 282bde4061SEd Tanous <edmx:Include Namespace="Resource.v1_0_0"/> 292bde4061SEd Tanous </edmx:Reference> 302bde4061SEd Tanous <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/Sensor_v1.xml"> 312bde4061SEd Tanous <edmx:Include Namespace="Sensor"/> 322bde4061SEd Tanous </edmx:Reference> 332bde4061SEd Tanous <edmx:Reference Uri="http://redfish.dmtf.org/schemas/v1/PCIeDevice_v1.xml"> 342bde4061SEd Tanous <edmx:Include Namespace="PCIeDevice"/> 352bde4061SEd Tanous </edmx:Reference> 362bde4061SEd Tanous 372bde4061SEd Tanous <edmx:DataServices> 382bde4061SEd Tanous 392bde4061SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ProcessorMetrics"> 402bde4061SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 41f2a8e57eSGunnar Mills <Annotation Term="Redfish.Language" String="en"/> 422bde4061SEd Tanous 432bde4061SEd Tanous <EntityType Name="ProcessorMetrics" BaseType="Resource.v1_0_0.Resource" Abstract="true"> 44f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="The `ProcessorMetrics` schema contains usage and health statistics for a processor."/> 452bde4061SEd Tanous <Annotation Term="OData.LongDescription" String="This resource contains the processor metrics for a single processor in a Redfish implementation."/> 462bde4061SEd Tanous <Annotation Term="OData.AdditionalProperties" Bool="false"/> 472bde4061SEd Tanous <Annotation Term="Capabilities.InsertRestrictions"> 482bde4061SEd Tanous <Record> 492bde4061SEd Tanous <PropertyValue Property="Insertable" Bool="false"/> 502bde4061SEd Tanous </Record> 512bde4061SEd Tanous </Annotation> 522bde4061SEd Tanous <Annotation Term="Capabilities.UpdateRestrictions"> 532bde4061SEd Tanous <Record> 542bde4061SEd Tanous <PropertyValue Property="Updatable" Bool="false"/> 552bde4061SEd Tanous </Record> 562bde4061SEd Tanous </Annotation> 572bde4061SEd Tanous <Annotation Term="Capabilities.DeleteRestrictions"> 582bde4061SEd Tanous <Record> 592bde4061SEd Tanous <PropertyValue Property="Deletable" Bool="false"/> 602bde4061SEd Tanous </Record> 612bde4061SEd Tanous </Annotation> 622bde4061SEd Tanous <Annotation Term="Redfish.Uris"> 632bde4061SEd Tanous <Collection> 642bde4061SEd Tanous <String>/redfish/v1/Systems/{ComputerSystemId}/ProcessorSummary/ProcessorMetrics</String> 652bde4061SEd Tanous <String>/redfish/v1/Systems/{ComputerSystemId}/Processors/{ProcessorId}/ProcessorMetrics</String> 662bde4061SEd Tanous <String>/redfish/v1/Systems/{ComputerSystemId}/Processors/{ProcessorId}/SubProcessors/{ProcessorId2}/ProcessorMetrics</String> 672bde4061SEd Tanous <String>/redfish/v1/Systems/{ComputerSystemId}/Processors/{ProcessorId}/SubProcessors/{ProcessorId2}/SubProcessors/{ProcessorId3}/ProcessorMetrics</String> 682bde4061SEd Tanous <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Processors/{ProcessorId}/ProcessorMetrics</String> 692bde4061SEd Tanous <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Processors/{ProcessorId}/SubProcessors/{ProcessorId2}/ProcessorMetrics</String> 702bde4061SEd Tanous <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Processors/{ProcessorId}/SubProcessors/{ProcessorId2}/SubProcessors/{ProcessorId3}/ProcessorMetrics</String> 712bde4061SEd Tanous <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/ProcessorSummary/ProcessorMetrics</String> 722bde4061SEd Tanous <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Processors/{ProcessorId}/ProcessorMetrics</String> 732bde4061SEd Tanous <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Processors/{ProcessorId}/SubProcessors/{ProcessorId2}/ProcessorMetrics</String> 742bde4061SEd Tanous <String>/redfish/v1/CompositionService/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Processors/{ProcessorId}/SubProcessors/{ProcessorId2}/SubProcessors/{ProcessorId3}/ProcessorMetrics</String> 752bde4061SEd Tanous <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Processors/{ProcessorId}/ProcessorMetrics</String> 762bde4061SEd Tanous <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Processors/{ProcessorId}/SubProcessors/{ProcessorId2}/ProcessorMetrics</String> 772bde4061SEd Tanous <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Processors/{ProcessorId}/SubProcessors/{ProcessorId2}/SubProcessors/{ProcessorId3}/ProcessorMetrics</String> 782bde4061SEd Tanous <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/ProcessorSummary/ProcessorMetrics</String> 792bde4061SEd Tanous <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Processors/{ProcessorId}/ProcessorMetrics</String> 802bde4061SEd Tanous <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Processors/{ProcessorId}/SubProcessors/{ProcessorId2}/ProcessorMetrics</String> 812bde4061SEd Tanous <String>/redfish/v1/ResourceBlocks/{ResourceBlockId}/Systems/{ComputerSystemId}/Processors/{ProcessorId}/SubProcessors/{ProcessorId2}/SubProcessors/{ProcessorId3}/ProcessorMetrics</String> 822bde4061SEd Tanous <String>/redfish/v1/Chassis/{ChassisId}/NetworkAdapters/{NetworkAdapterId}/Processors/{ProcessorId}/ProcessorMetrics</String> 832bde4061SEd Tanous <String>/redfish/v1/Chassis/{ChassisId}/NetworkAdapters/{NetworkAdapterId}/Processors/{ProcessorId}/SubProcessors/{ProcessorId2}/ProcessorMetrics</String> 842bde4061SEd Tanous <String>/redfish/v1/Chassis/{ChassisId}/NetworkAdapters/{NetworkAdapterId}/Processors/{ProcessorId}/SubProcessors/{ProcessorId2}/SubProcessors/{ProcessorId3}/ProcessorMetrics</String> 852bde4061SEd Tanous </Collection> 862bde4061SEd Tanous </Annotation> 872bde4061SEd Tanous </EntityType> 882bde4061SEd Tanous 892bde4061SEd Tanous <Action Name="ClearCurrentPeriod" IsBound="true"> 90f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="This action sets the `CurrentPeriod` property's values to 0."/> 91f2a8e57eSGunnar Mills <Annotation Term="OData.LongDescription" String="This action shall set the `CurrentPeriod` property's values to 0."/> 922bde4061SEd Tanous <Parameter Name="ProcessorMetrics" Type="ProcessorMetrics.v1_0_0.Actions"/> 932bde4061SEd Tanous <Annotation Term="Redfish.Revisions"> 942bde4061SEd Tanous <Collection> 952bde4061SEd Tanous <Record> 962bde4061SEd Tanous <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Added"/> 972bde4061SEd Tanous <PropertyValue Property="Version" String="v1_2_0"/> 982bde4061SEd Tanous </Record> 992bde4061SEd Tanous </Collection> 1002bde4061SEd Tanous </Annotation> 1012bde4061SEd Tanous </Action> 1022bde4061SEd Tanous </Schema> 1032bde4061SEd Tanous 1042bde4061SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ProcessorMetrics.v1_0_0"> 1052bde4061SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 1062bde4061SEd Tanous <Annotation Term="Redfish.Release" String="2018.3"/> 1072bde4061SEd Tanous 1082bde4061SEd Tanous <EntityType Name="ProcessorMetrics" BaseType="ProcessorMetrics.ProcessorMetrics"> 1092bde4061SEd Tanous <Property Name="BandwidthPercent" Type="Edm.Decimal"> 1102bde4061SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 1112bde4061SEd Tanous <Annotation Term="OData.Description" String="The bandwidth usage of this processor as a percentage."/> 112f2a8e57eSGunnar Mills <Annotation Term="OData.LongDescription" String="This property shall contain the bandwidth usage of the processor as a percentage, typically `0` to `100`. When this resource is subordinate to the `ProcessorSummary` object, this property shall be the CPU utilization over all processors as a percentage."/> 1132bde4061SEd Tanous <Annotation Term="Validation.Minimum" Int="0"/> 1142bde4061SEd Tanous <Annotation Term="Measures.Unit" String="%"/> 1152bde4061SEd Tanous </Property> 1162bde4061SEd Tanous <Property Name="AverageFrequencyMHz" Type="Edm.Decimal"> 1172bde4061SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 1182bde4061SEd Tanous <Annotation Term="OData.Description" String="The average frequency of the processor."/> 119f2a8e57eSGunnar Mills <Annotation Term="OData.LongDescription" String="This property shall contain average frequency in MHz, across all enabled cores in the processor. When this resource is subordinate to the `ProcessorSummary` object, this property is not applicable."/> 1202bde4061SEd Tanous <Annotation Term="Measures.Unit" String="MHz"/> 1212bde4061SEd Tanous <Annotation Term="Redfish.Revisions"> 1222bde4061SEd Tanous <Collection> 1232bde4061SEd Tanous <Record> 1242bde4061SEd Tanous <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/> 1252bde4061SEd Tanous <PropertyValue Property="Version" String="v1_1_0"/> 126f2a8e57eSGunnar Mills <PropertyValue Property="Description" String="This property has been deprecated in favor of the `OperatingSpeedMHz` property."/> 1272bde4061SEd Tanous </Record> 1282bde4061SEd Tanous </Collection> 1292bde4061SEd Tanous </Annotation> 1302bde4061SEd Tanous </Property> 1312bde4061SEd Tanous <Property Name="ThrottlingCelsius" Type="Edm.Decimal"> 1322bde4061SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 1332bde4061SEd Tanous <Annotation Term="OData.Description" String="The CPU margin to throttle (temperature offset in degree Celsius units)."/> 134f2a8e57eSGunnar Mills <Annotation Term="OData.LongDescription" String="This property shall contain the CPU margin to throttle based on an offset between the maximum temperature in which the processor can operate, and the processor's current temperature. When this resource is subordinate to the `ProcessorSummary` object, this property is not applicable."/> 1352bde4061SEd Tanous <Annotation Term="Measures.Unit" String="Cel"/> 1362bde4061SEd Tanous </Property> 1372bde4061SEd Tanous <Property Name="TemperatureCelsius" Type="Edm.Decimal"> 1382bde4061SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 1392bde4061SEd Tanous <Annotation Term="OData.Description" String="The temperature of the processor."/> 140f2a8e57eSGunnar Mills <Annotation Term="OData.LongDescription" String="This property shall contain the temperature, in degree Celsius units, of the processor. When this resource is subordinate to the `ProcessorSummary` object, this property shall be the average temperature, in Celsius, over all processors."/> 1412bde4061SEd Tanous <Annotation Term="Measures.Unit" String="Cel"/> 1422bde4061SEd Tanous <Annotation Term="Redfish.Revisions"> 1432bde4061SEd Tanous <Collection> 1442bde4061SEd Tanous <Record> 1452bde4061SEd Tanous <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/> 1462bde4061SEd Tanous <PropertyValue Property="Version" String="v1_2_0"/> 147f2a8e57eSGunnar Mills <PropertyValue Property="Description" String="This property has been deprecated in favor of the properties in `EnvironmentMetrics`."/> 1482bde4061SEd Tanous </Record> 1492bde4061SEd Tanous </Collection> 1502bde4061SEd Tanous </Annotation> 1512bde4061SEd Tanous </Property> 1522bde4061SEd Tanous <Property Name="ConsumedPowerWatt" Type="Edm.Decimal"> 1532bde4061SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 1542bde4061SEd Tanous <Annotation Term="OData.Description" String="The power, in watt units, that the processor has consumed."/> 155f2a8e57eSGunnar Mills <Annotation Term="OData.LongDescription" String="This property shall contain the power, in watt units, that the processor has consumed. When this resource is subordinate to the `ProcessorSummary` object, this property shall be the sum of power, in watt units, that all processors have consumed."/> 1562bde4061SEd Tanous <Annotation Term="Measures.Unit" String="W"/> 1572bde4061SEd Tanous <Annotation Term="Redfish.Revisions"> 1582bde4061SEd Tanous <Collection> 1592bde4061SEd Tanous <Record> 1602bde4061SEd Tanous <PropertyValue Property="Kind" EnumMember="Redfish.RevisionKind/Deprecated"/> 1612bde4061SEd Tanous <PropertyValue Property="Version" String="v1_2_0"/> 162f2a8e57eSGunnar Mills <PropertyValue Property="Description" String="This property has been deprecated in favor of the properties in `EnvironmentMetrics`."/> 1632bde4061SEd Tanous </Record> 1642bde4061SEd Tanous </Collection> 1652bde4061SEd Tanous </Annotation> 1662bde4061SEd Tanous </Property> 1672bde4061SEd Tanous <Property Name="FrequencyRatio" Type="Edm.Decimal"> 1682bde4061SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 1692bde4061SEd Tanous <Annotation Term="OData.Description" String="The frequency relative to the nominal processor frequency ratio."/> 170f2a8e57eSGunnar Mills <Annotation Term="OData.LongDescription" String="This property shall contain the frequency relative to the nominal processor frequency ratio of this processor. When this resource is subordinate to the `ProcessorSummary` object, this property shall be the average FrequencyRatio over all processors."/> 1712bde4061SEd Tanous </Property> 1722bde4061SEd Tanous <Property Name="Cache" Type="Collection(ProcessorMetrics.v1_0_0.CacheMetrics)" Nullable="false"> 1732bde4061SEd Tanous <Annotation Term="OData.Description" String="The processor cache metrics."/> 174f2a8e57eSGunnar Mills <Annotation Term="OData.LongDescription" String="This property shall contain properties that describe this processor's cache. When this resource is subordinate to the `ProcessorSummary` object, this property is not applicable."/> 1752bde4061SEd Tanous </Property> 1762bde4061SEd Tanous <Property Name="LocalMemoryBandwidthBytes" Type="Edm.Int64"> 1772bde4061SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 1782bde4061SEd Tanous <Annotation Term="OData.Description" String="The local memory bandwidth usage in bytes."/> 179f2a8e57eSGunnar Mills <Annotation Term="OData.LongDescription" String="This property shall contain the local memory bandwidth usage of this processor in bytes. When this resource is subordinate to the `ProcessorSummary` object, this property shall be the sum of LocalMemoryBandwidthBytes over all processors."/> 1802bde4061SEd Tanous <Annotation Term="Measures.Unit" String="By"/> 1812bde4061SEd Tanous </Property> 1822bde4061SEd Tanous <Property Name="RemoteMemoryBandwidthBytes" Type="Edm.Int64"> 1832bde4061SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 1842bde4061SEd Tanous <Annotation Term="OData.Description" String="The remote memory bandwidth usage in bytes."/> 185f2a8e57eSGunnar Mills <Annotation Term="OData.LongDescription" String="This property shall contain the remote memory bandwidth usage of this processor in bytes. When this resource is subordinate to the `ProcessorSummary` object, this property shall be the sum of RemoteMemoryBandwidthBytes over all processors."/> 1862bde4061SEd Tanous <Annotation Term="Measures.Unit" String="By"/> 1872bde4061SEd Tanous </Property> 1882bde4061SEd Tanous <Property Name="KernelPercent" Type="Edm.Decimal"> 1892bde4061SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 1902bde4061SEd Tanous <Annotation Term="OData.Description" String="The percentage of time spent in kernel mode."/> 191f2a8e57eSGunnar Mills <Annotation Term="OData.LongDescription" String="This property shall contain total percentage of time, `0` to `100`, the processor has spent in kernel mode. When this resource is subordinate to the `ProcessorSummary` object, this property shall be the average KernelPercent over all processors."/> 1922bde4061SEd Tanous <Annotation Term="Validation.Minimum" Int="0"/> 1932bde4061SEd Tanous <Annotation Term="Measures.Unit" String="%"/> 1942bde4061SEd Tanous </Property> 1952bde4061SEd Tanous <Property Name="UserPercent" Type="Edm.Decimal"> 1962bde4061SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 1972bde4061SEd Tanous <Annotation Term="OData.Description" String="The percentage of time spent in user mode."/> 198f2a8e57eSGunnar Mills <Annotation Term="OData.LongDescription" String="This property shall contain total percentage of time, `0` to `100`, the processor has spent in user mode. When this resource is subordinate to the `ProcessorSummary` object, this property shall be the average UserPercent over all processors."/> 1992bde4061SEd Tanous <Annotation Term="Validation.Minimum" Int="0"/> 2002bde4061SEd Tanous <Annotation Term="Measures.Unit" String="%"/> 2012bde4061SEd Tanous </Property> 2022bde4061SEd Tanous <Property Name="CoreMetrics" Type="Collection(ProcessorMetrics.v1_0_0.CoreMetrics)" Nullable="false"> 2032bde4061SEd Tanous <Annotation Term="OData.Description" String="The processor core metrics."/> 204f2a8e57eSGunnar Mills <Annotation Term="OData.LongDescription" String="This property shall contain properties that describe the cores of this processor. When this resource is subordinate to the `ProcessorSummary` object, this property is not applicable."/> 2052bde4061SEd Tanous </Property> 2062bde4061SEd Tanous <Property Name="Actions" Type="ProcessorMetrics.v1_0_0.Actions" Nullable="false"> 2072bde4061SEd Tanous <Annotation Term="OData.Description" String="The available actions for this resource."/> 2082bde4061SEd Tanous <Annotation Term="OData.LongDescription" String="This property shall contain the available actions for this resource."/> 2092bde4061SEd Tanous </Property> 2102bde4061SEd Tanous </EntityType> 2112bde4061SEd Tanous 2122bde4061SEd Tanous <ComplexType Name="CoreMetrics"> 2132bde4061SEd Tanous <Annotation Term="OData.Description" String="The processor core metrics."/> 2142bde4061SEd Tanous <Annotation Term="OData.LongDescription" String="This type shall contain properties that describe the cores of a processor."/> 2152bde4061SEd Tanous <Property Name="CoreId" Type="Edm.String"> 2162bde4061SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 2172bde4061SEd Tanous <Annotation Term="OData.Description" String="The processor core identifier."/> 2182bde4061SEd Tanous <Annotation Term="OData.LongDescription" String="This property shall contain the identifier of the core within the processor."/> 2192bde4061SEd Tanous </Property> 2202bde4061SEd Tanous <Property Name="InstructionsPerCycle" Type="Edm.Decimal"> 2212bde4061SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 2222bde4061SEd Tanous <Annotation Term="OData.Description" String="The number of instructions per clock cycle of this core."/> 2232bde4061SEd Tanous <Annotation Term="OData.LongDescription" String="This property shall contain the number of instructions per clock cycle of this core in the processor."/> 2242bde4061SEd Tanous </Property> 2252bde4061SEd Tanous <Property Name="UnhaltedCycles" Type="Edm.Decimal"> 2262bde4061SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 2272bde4061SEd Tanous <Annotation Term="OData.Description" String="The unhalted cycles count of this core."/> 2282bde4061SEd Tanous <Annotation Term="OData.LongDescription" String="This property shall contain the number of unhalted cycles of this core in the processor."/> 2292bde4061SEd Tanous </Property> 2302bde4061SEd Tanous <Property Name="MemoryStallCount" Type="Edm.Decimal"> 2312bde4061SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 2322bde4061SEd Tanous <Annotation Term="OData.Description" String="The number of stalled cycles due to memory operations."/> 2332bde4061SEd Tanous <Annotation Term="OData.LongDescription" String="This property shall contain the number of stalled cycles due to memory operations of this core in the processor."/> 2342bde4061SEd Tanous </Property> 2352bde4061SEd Tanous <Property Name="IOStallCount" Type="Edm.Decimal"> 2362bde4061SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 2372bde4061SEd Tanous <Annotation Term="OData.Description" String="The number of stalled cycles due to I/O operations."/> 2382bde4061SEd Tanous <Annotation Term="OData.LongDescription" String="This property shall contain the number of stalled cycles due to I/O operations of this core in the processor."/> 2392bde4061SEd Tanous </Property> 2402bde4061SEd Tanous <Property Name="CoreCache" Type="Collection(ProcessorMetrics.v1_0_0.CacheMetrics)" Nullable="false"> 2412bde4061SEd Tanous <Annotation Term="OData.Description" String="The cache metrics of this core in the processor."/> 2422bde4061SEd Tanous <Annotation Term="OData.LongDescription" String="This property shall contain properties that describe the cache metrics of this core in the processor."/> 2432bde4061SEd Tanous </Property> 2442bde4061SEd Tanous <Property Name="CStateResidency" Type="Collection(ProcessorMetrics.v1_0_0.CStateResidency)" Nullable="false"> 2452bde4061SEd Tanous <Annotation Term="OData.Description" String="The C-state residency of this core in the processor."/> 2462bde4061SEd Tanous <Annotation Term="OData.LongDescription" String="This property shall contain properties that describe the C-state residency of this core in the processor."/> 2472bde4061SEd Tanous </Property> 2482bde4061SEd Tanous </ComplexType> 2492bde4061SEd Tanous 2502bde4061SEd Tanous <ComplexType Name="CacheMetrics"> 2512bde4061SEd Tanous <Annotation Term="OData.Description" String="The processor core metrics."/> 2522bde4061SEd Tanous <Annotation Term="OData.LongDescription" String="This type shall contain properties that describe cache metrics of a processor or core."/> 2532bde4061SEd Tanous <Property Name="Level" Type="Edm.String"> 2542bde4061SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 2552bde4061SEd Tanous <Annotation Term="OData.Description" String="The cache level."/> 2562bde4061SEd Tanous <Annotation Term="OData.LongDescription" String="This property shall contain the level of the cache in the processor or core."/> 2572bde4061SEd Tanous </Property> 2582bde4061SEd Tanous <Property Name="CacheMiss" Type="Edm.Decimal"> 2592bde4061SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 2602bde4061SEd Tanous <Annotation Term="OData.Description" String="The number of cache line misses in millions."/> 2612bde4061SEd Tanous <Annotation Term="OData.LongDescription" String="This property shall contain the number of cache line misses of the processor or core in millions."/> 2622bde4061SEd Tanous </Property> 2632bde4061SEd Tanous <Property Name="HitRatio" Type="Edm.Decimal"> 2642bde4061SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 2652bde4061SEd Tanous <Annotation Term="OData.Description" String="The cache line hit ratio."/> 2662bde4061SEd Tanous <Annotation Term="OData.LongDescription" String="This property shall contain the cache hit ratio of the processor or core."/> 2672bde4061SEd Tanous </Property> 2682bde4061SEd Tanous <Property Name="CacheMissesPerInstruction" Type="Edm.Decimal"> 2692bde4061SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 2702bde4061SEd Tanous <Annotation Term="OData.Description" String="The number of cache misses per instruction."/> 2712bde4061SEd Tanous <Annotation Term="OData.LongDescription" String="This property shall contain the number of cache misses per instruction of the processor or core."/> 2722bde4061SEd Tanous </Property> 2732bde4061SEd Tanous <Property Name="OccupancyBytes" Type="Edm.Int64"> 2742bde4061SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 2752bde4061SEd Tanous <Annotation Term="OData.Description" String="The total cache level occupancy in bytes."/> 2762bde4061SEd Tanous <Annotation Term="OData.LongDescription" String="This property shall contain the total cache occupancy of the processor or core in bytes."/> 2772bde4061SEd Tanous <Annotation Term="Measures.Unit" String="By"/> 2782bde4061SEd Tanous </Property> 2792bde4061SEd Tanous <Property Name="OccupancyPercent" Type="Edm.Decimal"> 2802bde4061SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 2812bde4061SEd Tanous <Annotation Term="OData.Description" String="The total cache occupancy percentage."/> 2822bde4061SEd Tanous <Annotation Term="OData.LongDescription" String="This property shall contain the total cache occupancy percentage, `0` to `100`, of the processor or core."/> 2832bde4061SEd Tanous <Annotation Term="Validation.Minimum" Int="0"/> 2842bde4061SEd Tanous <Annotation Term="Measures.Unit" String="%"/> 2852bde4061SEd Tanous </Property> 2862bde4061SEd Tanous </ComplexType> 2872bde4061SEd Tanous 2882bde4061SEd Tanous <ComplexType Name="CStateResidency"> 2892bde4061SEd Tanous <Annotation Term="OData.Description" String="The C-state residency of the processor."/> 2902bde4061SEd Tanous <Annotation Term="OData.LongDescription" String="This type shall contain properties that describe the C-state residency of the processor or core."/> 2912bde4061SEd Tanous <Property Name="Level" Type="Edm.String"> 2922bde4061SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 2932bde4061SEd Tanous <Annotation Term="OData.Description" String="The C-state level, such as C0, C1, or C2."/> 294f2a8e57eSGunnar Mills <Annotation Term="OData.LongDescription" String="This property shall contain the C-state level, such as C0, C1, or C2. When this resource is subordinate to the `ProcessorSummary` object, this property is not applicable."/> 2952bde4061SEd Tanous </Property> 2962bde4061SEd Tanous <Property Name="ResidencyPercent" Type="Edm.Decimal"> 2972bde4061SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 2982bde4061SEd Tanous <Annotation Term="OData.Description" String="The percentage of time that the processor or core has spent in this particular level of C-state."/> 299f2a8e57eSGunnar Mills <Annotation Term="OData.LongDescription" String="This property shall contain the percentage of time, `0` to `100`, that the processor or core has spent in this particular level of C-state. When this resource is subordinate to the `ProcessorSummary` object, this property is not applicable."/> 3002bde4061SEd Tanous <Annotation Term="Validation.Minimum" Int="0"/> 3012bde4061SEd Tanous <Annotation Term="Measures.Unit" String="%"/> 3022bde4061SEd Tanous </Property> 3032bde4061SEd Tanous </ComplexType> 3042bde4061SEd Tanous 3052bde4061SEd Tanous <ComplexType Name="Actions"> 3062bde4061SEd Tanous <Annotation Term="OData.AdditionalProperties" Bool="false"/> 3072bde4061SEd Tanous <Annotation Term="OData.Description" String="The available actions for this resource."/> 3082bde4061SEd Tanous <Annotation Term="OData.LongDescription" String="This type shall contain the available actions for this resource."/> 3092bde4061SEd Tanous <Property Name="Oem" Type="ProcessorMetrics.v1_0_0.OemActions" Nullable="false"> 3102bde4061SEd Tanous <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/> 3112bde4061SEd Tanous <Annotation Term="OData.LongDescription" String="This property shall contain the available OEM-specific actions for this resource."/> 3122bde4061SEd Tanous </Property> 3132bde4061SEd Tanous </ComplexType> 3142bde4061SEd Tanous 3152bde4061SEd Tanous <ComplexType Name="OemActions"> 3162bde4061SEd Tanous <Annotation Term="OData.AdditionalProperties" Bool="true"/> 3172bde4061SEd Tanous <Annotation Term="OData.Description" String="The available OEM-specific actions for this resource."/> 3182bde4061SEd Tanous <Annotation Term="OData.LongDescription" String="This type shall contain the available OEM-specific actions for this resource."/> 3192bde4061SEd Tanous </ComplexType> 3202bde4061SEd Tanous </Schema> 3212bde4061SEd Tanous 3222bde4061SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ProcessorMetrics.v1_0_1"> 3232bde4061SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 3242bde4061SEd Tanous <Annotation Term="OData.Description" String="This version was created to force the regeneration of JSON Schema so that URI properties use the uri-reference format, and to add a missing term to several properties to disallow them from being `null`."/> 3252bde4061SEd Tanous <EntityType Name="ProcessorMetrics" BaseType="ProcessorMetrics.v1_0_0.ProcessorMetrics"/> 3262bde4061SEd Tanous </Schema> 3272bde4061SEd Tanous 3282bde4061SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ProcessorMetrics.v1_0_2"> 3292bde4061SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 3302bde4061SEd Tanous <Annotation Term="OData.Description" String="This version was created to update descriptions to give guidance to the usage of certain properties when the metrics is used for a summary of all processors in a system. It was also created to update descriptions that this schema defines."/> 3312bde4061SEd Tanous <EntityType Name="ProcessorMetrics" BaseType="ProcessorMetrics.v1_0_1.ProcessorMetrics"/> 3322bde4061SEd Tanous </Schema> 3332bde4061SEd Tanous 3342bde4061SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ProcessorMetrics.v1_0_3"> 3352bde4061SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 3362bde4061SEd Tanous <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 3372bde4061SEd Tanous <EntityType Name="ProcessorMetrics" BaseType="ProcessorMetrics.v1_0_2.ProcessorMetrics"/> 3382bde4061SEd Tanous </Schema> 3392bde4061SEd Tanous 3402bde4061SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ProcessorMetrics.v1_0_4"> 3412bde4061SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 3422bde4061SEd Tanous <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 3432bde4061SEd Tanous <EntityType Name="ProcessorMetrics" BaseType="ProcessorMetrics.v1_0_3.ProcessorMetrics"/> 3442bde4061SEd Tanous </Schema> 3452bde4061SEd Tanous 3462bde4061SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ProcessorMetrics.v1_0_5"> 3472bde4061SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 348f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="This version was created to update the descriptions of `BandwidthPercent` that allows for various types of processors."/> 3492bde4061SEd Tanous <EntityType Name="ProcessorMetrics" BaseType="ProcessorMetrics.v1_0_4.ProcessorMetrics"/> 3502bde4061SEd Tanous </Schema> 3512bde4061SEd Tanous 3522bde4061SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ProcessorMetrics.v1_0_6"> 3532bde4061SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 3542bde4061SEd Tanous <Annotation Term="OData.Description" String="This version was created to clarify the range of possible values for properties with percent units."/> 3552bde4061SEd Tanous <EntityType Name="ProcessorMetrics" BaseType="ProcessorMetrics.v1_0_5.ProcessorMetrics"/> 3562bde4061SEd Tanous </Schema> 3572bde4061SEd Tanous 3582bde4061SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ProcessorMetrics.v1_0_7"> 3592bde4061SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 3602bde4061SEd Tanous <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 3612bde4061SEd Tanous <EntityType Name="ProcessorMetrics" BaseType="ProcessorMetrics.v1_0_6.ProcessorMetrics"/> 3622bde4061SEd Tanous </Schema> 3632bde4061SEd Tanous 364f2a8e57eSGunnar Mills <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ProcessorMetrics.v1_0_8"> 365f2a8e57eSGunnar Mills <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 366f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="This version was created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references. It was also created to correct various typographical errors."/> 367f2a8e57eSGunnar Mills <EntityType Name="ProcessorMetrics" BaseType="ProcessorMetrics.v1_0_7.ProcessorMetrics"/> 368f2a8e57eSGunnar Mills </Schema> 369f2a8e57eSGunnar Mills 3702bde4061SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ProcessorMetrics.v1_1_0"> 3712bde4061SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 3722bde4061SEd Tanous <Annotation Term="Redfish.Release" String="2020.1"/> 373f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="This version was created to deprecate `AverageFrequencyMHz` in favor of the `OperatingSpeedMHz` property."/> 3742bde4061SEd Tanous 3752bde4061SEd Tanous <EntityType Name="ProcessorMetrics" BaseType="ProcessorMetrics.v1_0_2.ProcessorMetrics"> 3762bde4061SEd Tanous <Property Name="OperatingSpeedMHz" Type="Edm.Int64"> 3772bde4061SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 3782bde4061SEd Tanous <Annotation Term="OData.Description" String="Operating speed of the processor in MHz."/> 3792bde4061SEd Tanous <Annotation Term="OData.LongDescription" String="This property shall contain the operating speed of the processor in MHz. The operating speed of the processor may change more frequently than the manager is able to monitor."/> 3802bde4061SEd Tanous <Annotation Term="Measures.Unit" String="MHz"/> 3812bde4061SEd Tanous </Property> 3822bde4061SEd Tanous </EntityType> 3832bde4061SEd Tanous </Schema> 3842bde4061SEd Tanous 3852bde4061SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ProcessorMetrics.v1_1_1"> 3862bde4061SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 3872bde4061SEd Tanous <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 3882bde4061SEd Tanous <EntityType Name="ProcessorMetrics" BaseType="ProcessorMetrics.v1_1_0.ProcessorMetrics"/> 3892bde4061SEd Tanous </Schema> 3902bde4061SEd Tanous 3912bde4061SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ProcessorMetrics.v1_1_2"> 3922bde4061SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 3932bde4061SEd Tanous <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 3942bde4061SEd Tanous <EntityType Name="ProcessorMetrics" BaseType="ProcessorMetrics.v1_1_1.ProcessorMetrics"/> 3952bde4061SEd Tanous </Schema> 3962bde4061SEd Tanous 3972bde4061SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ProcessorMetrics.v1_1_3"> 3982bde4061SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 3992bde4061SEd Tanous <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/> 4002bde4061SEd Tanous <EntityType Name="ProcessorMetrics" BaseType="ProcessorMetrics.v1_1_2.ProcessorMetrics"/> 4012bde4061SEd Tanous </Schema> 4022bde4061SEd Tanous 4032bde4061SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ProcessorMetrics.v1_1_4"> 4042bde4061SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 405f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="This version was created to update the descriptions of `BandwidthPercent` that allows for various types of processors."/> 4062bde4061SEd Tanous <EntityType Name="ProcessorMetrics" BaseType="ProcessorMetrics.v1_1_3.ProcessorMetrics"/> 4072bde4061SEd Tanous </Schema> 4082bde4061SEd Tanous 4092bde4061SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ProcessorMetrics.v1_1_5"> 4102bde4061SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 4112bde4061SEd Tanous <Annotation Term="OData.Description" String="This version was created to clarify the range of possible values for properties with percent units."/> 4122bde4061SEd Tanous <EntityType Name="ProcessorMetrics" BaseType="ProcessorMetrics.v1_1_4.ProcessorMetrics"/> 4132bde4061SEd Tanous </Schema> 4142bde4061SEd Tanous 4152bde4061SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ProcessorMetrics.v1_1_6"> 4162bde4061SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 4172bde4061SEd Tanous <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 4182bde4061SEd Tanous <EntityType Name="ProcessorMetrics" BaseType="ProcessorMetrics.v1_1_5.ProcessorMetrics"/> 4192bde4061SEd Tanous </Schema> 4202bde4061SEd Tanous 421f2a8e57eSGunnar Mills <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ProcessorMetrics.v1_1_7"> 422f2a8e57eSGunnar Mills <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 423f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="This version was created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references. It was also created to correct various typographical errors."/> 424f2a8e57eSGunnar Mills <EntityType Name="ProcessorMetrics" BaseType="ProcessorMetrics.v1_1_6.ProcessorMetrics"/> 425f2a8e57eSGunnar Mills </Schema> 426f2a8e57eSGunnar Mills 4272bde4061SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ProcessorMetrics.v1_2_0"> 4282bde4061SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 4292bde4061SEd Tanous <Annotation Term="Redfish.Release" String="2020.4"/> 430f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="This version was created to deprecate `TemperatureCelsius` and `ConsumedPowerWatt` in favor of `Sensor` properties in `EnvironmentMetrics`."/> 4312bde4061SEd Tanous 4322bde4061SEd Tanous <EntityType Name="ProcessorMetrics" BaseType="ProcessorMetrics.v1_1_2.ProcessorMetrics"> 4332bde4061SEd Tanous <Property Name="CacheMetricsTotal" Type="ProcessorMetrics.v1_2_0.CacheMetricsTotal" Nullable="false"> 4342bde4061SEd Tanous <Annotation Term="OData.Description" String="The total cache metrics for this processor."/> 4352bde4061SEd Tanous <Annotation Term="OData.LongDescription" String="This property shall contain properties that describe the metrics for all of the cache memory of this processor."/> 4362bde4061SEd Tanous </Property> 4372bde4061SEd Tanous </EntityType> 4382bde4061SEd Tanous 4392bde4061SEd Tanous <ComplexType Name="CacheMetricsTotal"> 4402bde4061SEd Tanous <Annotation Term="OData.AdditionalProperties" Bool="false"/> 4412bde4061SEd Tanous <Annotation Term="OData.Description" String="The total cache metrics for a processor."/> 4422bde4061SEd Tanous <Annotation Term="OData.LongDescription" String="This property shall contain properties that describe the metrics for all of the cache memory for a processor."/> 4432bde4061SEd Tanous <Property Name="CurrentPeriod" Type="ProcessorMetrics.v1_2_0.CurrentPeriod" Nullable="false"> 444f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="The cache metrics since the last reset or `ClearCurrentPeriod` action for this processor."/> 4452bde4061SEd Tanous <Annotation Term="OData.LongDescription" String="This property shall contain properties that describe the metrics for the current period of cache memory for this processor."/> 4462bde4061SEd Tanous </Property> 4472bde4061SEd Tanous <Property Name="LifeTime" Type="ProcessorMetrics.v1_2_0.LifeTime" Nullable="false"> 4482bde4061SEd Tanous <Annotation Term="OData.Description" String="The cache metrics for the lifetime of this processor."/> 4492bde4061SEd Tanous <Annotation Term="OData.LongDescription" String="This property shall contain properties that describe the metrics for the lifetime of the cache memory for this processor."/> 4502bde4061SEd Tanous </Property> 4512bde4061SEd Tanous </ComplexType> 4522bde4061SEd Tanous 4532bde4061SEd Tanous <ComplexType Name="CurrentPeriod"> 4542bde4061SEd Tanous <Annotation Term="OData.AdditionalProperties" Bool="false"/> 455f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="The cache memory metrics since the last system reset or `ClearCurrentPeriod` action for a processor."/> 456f2a8e57eSGunnar Mills <Annotation Term="OData.LongDescription" String="This type shall describe the cache memory metrics since last system reset or `ClearCurrentPeriod` action for a processor."/> 4572bde4061SEd Tanous <Property Name="CorrectableECCErrorCount" Type="Edm.Int64"> 4582bde4061SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 459f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="The number of correctable errors of cache memory since reset or `ClearCurrentPeriod` action for this processor."/> 460f2a8e57eSGunnar Mills <Annotation Term="OData.LongDescription" String="This property shall contain the number of correctable errors of cache memory since reset or `ClearCurrentPeriod` action for this processor. When this resource is subordinate to the `ProcessorSummary` object, this property shall be the sum of `CorrectableECCErrorCount` over all processors."/> 4612bde4061SEd Tanous </Property> 4622bde4061SEd Tanous <Property Name="UncorrectableECCErrorCount" Type="Edm.Int64"> 4632bde4061SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 464f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="The number of uncorrectable errors of cache memory since reset or `ClearCurrentPeriod` action for this processor."/> 465f2a8e57eSGunnar Mills <Annotation Term="OData.LongDescription" String="This property shall contain the number of uncorrectable errors of cache memory since reset or `ClearCurrentPeriod` action for this processor. When this resource is subordinate to the `ProcessorSummary` object, this property shall be the sum of `UncorrectableECCErrorCount` over all processors."/> 4662bde4061SEd Tanous </Property> 4672bde4061SEd Tanous </ComplexType> 4682bde4061SEd Tanous 4692bde4061SEd Tanous <ComplexType Name="LifeTime"> 4702bde4061SEd Tanous <Annotation Term="OData.AdditionalProperties" Bool="false"/> 4712bde4061SEd Tanous <Annotation Term="OData.Description" String="The cache memory metrics for the lifetime for a processor."/> 4722bde4061SEd Tanous <Annotation Term="OData.LongDescription" String="This type shall describe the cache memory metrics since manufacturing for a processor."/> 4732bde4061SEd Tanous <Property Name="CorrectableECCErrorCount" Type="Edm.Int64"> 4742bde4061SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 4752bde4061SEd Tanous <Annotation Term="OData.Description" String="The number of correctable errors for the lifetime of the cache memory."/> 476f2a8e57eSGunnar Mills <Annotation Term="OData.LongDescription" String="This property shall contain the number of correctable errors for the lifetime of the cache memory. When this resource is subordinate to the `ProcessorSummary` object, this property shall be the sum of `CorrectableECCErrorCount` over all processors."/> 4772bde4061SEd Tanous </Property> 4782bde4061SEd Tanous <Property Name="UncorrectableECCErrorCount" Type="Edm.Int64"> 4792bde4061SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 4802bde4061SEd Tanous <Annotation Term="OData.Description" String="The number of uncorrectable errors for the lifetime of the cache memory."/> 481f2a8e57eSGunnar Mills <Annotation Term="OData.LongDescription" String="This property shall contain the number of uncorrectable errors for the lifetime of the cache memory. When this resource is subordinate to the `ProcessorSummary` object, this property shall be the sum of `UncorrectableECCErrorCount` over all processors."/> 4822bde4061SEd Tanous </Property> 4832bde4061SEd Tanous </ComplexType> 4842bde4061SEd Tanous </Schema> 4852bde4061SEd Tanous 4862bde4061SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ProcessorMetrics.v1_2_1"> 4872bde4061SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 4882bde4061SEd Tanous <Annotation Term="OData.Description" String="This version was created to correct various descriptions to use proper normative terminology."/> 4892bde4061SEd Tanous <EntityType Name="ProcessorMetrics" BaseType="ProcessorMetrics.v1_2_0.ProcessorMetrics"/> 4902bde4061SEd Tanous </Schema> 4912bde4061SEd Tanous 4922bde4061SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ProcessorMetrics.v1_2_2"> 4932bde4061SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 494f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="This version was created to update the descriptions of `BandwidthPercent` that allows for various types of processors."/> 4952bde4061SEd Tanous <EntityType Name="ProcessorMetrics" BaseType="ProcessorMetrics.v1_2_1.ProcessorMetrics"/> 4962bde4061SEd Tanous </Schema> 4972bde4061SEd Tanous 4982bde4061SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ProcessorMetrics.v1_2_3"> 4992bde4061SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 500f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="This version was created to clarify CurrentPeriod can be cleared on either a reset or `ClearCurrentPeriod` action."/> 5012bde4061SEd Tanous <EntityType Name="ProcessorMetrics" BaseType="ProcessorMetrics.v1_2_2.ProcessorMetrics"/> 5022bde4061SEd Tanous </Schema> 5032bde4061SEd Tanous 5042bde4061SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ProcessorMetrics.v1_2_4"> 5052bde4061SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 5062bde4061SEd Tanous <Annotation Term="OData.Description" String="This version was created to clarify the range of possible values for properties with percent units."/> 5072bde4061SEd Tanous <EntityType Name="ProcessorMetrics" BaseType="ProcessorMetrics.v1_2_3.ProcessorMetrics"/> 5082bde4061SEd Tanous </Schema> 5092bde4061SEd Tanous 5102bde4061SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ProcessorMetrics.v1_2_5"> 5112bde4061SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 5122bde4061SEd Tanous <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 5132bde4061SEd Tanous <EntityType Name="ProcessorMetrics" BaseType="ProcessorMetrics.v1_2_4.ProcessorMetrics"/> 5142bde4061SEd Tanous </Schema> 5152bde4061SEd Tanous 516f2a8e57eSGunnar Mills <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ProcessorMetrics.v1_2_6"> 517f2a8e57eSGunnar Mills <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 518f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="This version was created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references. It was also created to correct various typographical errors."/> 519f2a8e57eSGunnar Mills <EntityType Name="ProcessorMetrics" BaseType="ProcessorMetrics.v1_2_5.ProcessorMetrics"/> 520f2a8e57eSGunnar Mills </Schema> 521f2a8e57eSGunnar Mills 5222bde4061SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ProcessorMetrics.v1_3_0"> 5232bde4061SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 5242bde4061SEd Tanous <Annotation Term="Redfish.Release" String="2021.2"/> 5252bde4061SEd Tanous 5262bde4061SEd Tanous <EntityType Name="ProcessorMetrics" BaseType="ProcessorMetrics.v1_2_2.ProcessorMetrics"> 5272bde4061SEd Tanous <NavigationProperty Name="CoreVoltage" Type="Sensor.Sensor"> 5282bde4061SEd Tanous <Annotation Term="OData.Description" String="The core voltage (V) of this processor."/> 529f2a8e57eSGunnar Mills <Annotation Term="OData.LongDescription" String="The value of this property shall contain the core voltage, in volt units, of this processor. The core voltage of the processor may change more frequently than the manager is able to monitor. The value of the `DataSourceUri` property, if present, shall reference a resource of type `Sensor` with the `ReadingType` property containing the value `Voltage`."/> 5302bde4061SEd Tanous <Annotation Term="Redfish.ExcerptCopy" String="Voltage"/> 5312bde4061SEd Tanous </NavigationProperty> 5322bde4061SEd Tanous </EntityType> 5332bde4061SEd Tanous </Schema> 5342bde4061SEd Tanous 5352bde4061SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ProcessorMetrics.v1_3_1"> 5362bde4061SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 537f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="This version was created to update descriptions to tie excerpt property definitions to a specific type of `Sensor` or `Control` resource."/> 5382bde4061SEd Tanous <EntityType Name="ProcessorMetrics" BaseType="ProcessorMetrics.v1_3_0.ProcessorMetrics"/> 5392bde4061SEd Tanous </Schema> 5402bde4061SEd Tanous 5412bde4061SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ProcessorMetrics.v1_3_2"> 5422bde4061SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 543f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="This version was created to clarify CurrentPeriod can be cleared on either a reset or `ClearCurrentPeriod` action."/> 5442bde4061SEd Tanous <EntityType Name="ProcessorMetrics" BaseType="ProcessorMetrics.v1_3_1.ProcessorMetrics"/> 5452bde4061SEd Tanous </Schema> 5462bde4061SEd Tanous 5472bde4061SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ProcessorMetrics.v1_3_3"> 5482bde4061SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 5492bde4061SEd Tanous <Annotation Term="OData.Description" String="This version was created to clarify the range of possible values for properties with percent units."/> 5502bde4061SEd Tanous <EntityType Name="ProcessorMetrics" BaseType="ProcessorMetrics.v1_3_2.ProcessorMetrics"/> 5512bde4061SEd Tanous </Schema> 5522bde4061SEd Tanous 5532bde4061SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ProcessorMetrics.v1_3_4"> 5542bde4061SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 5552bde4061SEd Tanous <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 5562bde4061SEd Tanous <EntityType Name="ProcessorMetrics" BaseType="ProcessorMetrics.v1_3_3.ProcessorMetrics"/> 5572bde4061SEd Tanous </Schema> 5582bde4061SEd Tanous 559f2a8e57eSGunnar Mills <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ProcessorMetrics.v1_3_5"> 560f2a8e57eSGunnar Mills <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 561f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="This version was created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references. It was also created to correct various typographical errors."/> 562f2a8e57eSGunnar Mills <EntityType Name="ProcessorMetrics" BaseType="ProcessorMetrics.v1_3_4.ProcessorMetrics"/> 563f2a8e57eSGunnar Mills </Schema> 564f2a8e57eSGunnar Mills 5652bde4061SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ProcessorMetrics.v1_4_0"> 5662bde4061SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 5672bde4061SEd Tanous <Annotation Term="Redfish.Release" String="2021.3"/> 5682bde4061SEd Tanous 5692bde4061SEd Tanous <EntityType Name="ProcessorMetrics" BaseType="ProcessorMetrics.v1_3_0.ProcessorMetrics"> 5702bde4061SEd Tanous <Property Name="PCIeErrors" Type="PCIeDevice.PCIeErrors" Nullable="false"> 5712bde4061SEd Tanous <Annotation Term="OData.Description" String="The PCIe errors associated with this processor."/> 5722bde4061SEd Tanous <Annotation Term="OData.LongDescription" String="This property shall contain the PCIe errors associated with this processor."/> 5732bde4061SEd Tanous </Property> 5742bde4061SEd Tanous </EntityType> 5752bde4061SEd Tanous </Schema> 5762bde4061SEd Tanous 5772bde4061SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ProcessorMetrics.v1_4_1"> 5782bde4061SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 579f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="This version was created to update descriptions to tie excerpt property definitions to a specific type of `Sensor` or `Control` resource."/> 5802bde4061SEd Tanous <EntityType Name="ProcessorMetrics" BaseType="ProcessorMetrics.v1_4_0.ProcessorMetrics"/> 5812bde4061SEd Tanous </Schema> 5822bde4061SEd Tanous 5832bde4061SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ProcessorMetrics.v1_4_2"> 5842bde4061SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 585f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="This version was created to clarify CurrentPeriod can be cleared on either a reset or `ClearCurrentPeriod` action."/> 5862bde4061SEd Tanous <EntityType Name="ProcessorMetrics" BaseType="ProcessorMetrics.v1_4_1.ProcessorMetrics"/> 5872bde4061SEd Tanous </Schema> 5882bde4061SEd Tanous 5892bde4061SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ProcessorMetrics.v1_4_3"> 5902bde4061SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 5912bde4061SEd Tanous <Annotation Term="OData.Description" String="This version was created to clarify the range of possible values for properties with percent units."/> 5922bde4061SEd Tanous <EntityType Name="ProcessorMetrics" BaseType="ProcessorMetrics.v1_4_2.ProcessorMetrics"/> 5932bde4061SEd Tanous </Schema> 5942bde4061SEd Tanous 5952bde4061SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ProcessorMetrics.v1_4_4"> 5962bde4061SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 5972bde4061SEd Tanous <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 5982bde4061SEd Tanous <EntityType Name="ProcessorMetrics" BaseType="ProcessorMetrics.v1_4_3.ProcessorMetrics"/> 5992bde4061SEd Tanous </Schema> 6002bde4061SEd Tanous 601f2a8e57eSGunnar Mills <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ProcessorMetrics.v1_4_5"> 602f2a8e57eSGunnar Mills <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 603f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="This version was created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references. It was also created to correct various typographical errors."/> 604f2a8e57eSGunnar Mills <EntityType Name="ProcessorMetrics" BaseType="ProcessorMetrics.v1_4_4.ProcessorMetrics"/> 605f2a8e57eSGunnar Mills </Schema> 606f2a8e57eSGunnar Mills 6072bde4061SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ProcessorMetrics.v1_5_0"> 6082bde4061SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 6092bde4061SEd Tanous <Annotation Term="Redfish.Release" String="2022.1"/> 6102bde4061SEd Tanous 6112bde4061SEd Tanous <EntityType Name="ProcessorMetrics" BaseType="ProcessorMetrics.v1_4_2.ProcessorMetrics"> 6122bde4061SEd Tanous <Property Name="CorrectableCoreErrorCount" Type="Edm.Int64"> 6132bde4061SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 6142bde4061SEd Tanous <Annotation Term="OData.Description" String="The number of correctable core errors."/> 615f2a8e57eSGunnar Mills <Annotation Term="OData.LongDescription" String="This property shall contain the number of correctable core errors, such as TLB or cache errors. When this resource is subordinate to the `ProcessorSummary` object, this property shall be the sum of `CorrectableCoreErrorCount` over all processors."/> 6162bde4061SEd Tanous </Property> 6172bde4061SEd Tanous <Property Name="UncorrectableCoreErrorCount" Type="Edm.Int64"> 6182bde4061SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 6192bde4061SEd Tanous <Annotation Term="OData.Description" String="The number of uncorrectable core errors."/> 620f2a8e57eSGunnar Mills <Annotation Term="OData.LongDescription" String="This property shall contain the number of uncorrectable core errors, such as TLB or cache errors. When this resource is subordinate to the `ProcessorSummary` object, this property shall be the sum of `UncorrectableCoreErrorCount` over all processors."/> 6212bde4061SEd Tanous </Property> 6222bde4061SEd Tanous <Property Name="CorrectableOtherErrorCount" Type="Edm.Int64"> 6232bde4061SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 6242bde4061SEd Tanous <Annotation Term="OData.Description" String="The number of correctable errors of all other components."/> 625f2a8e57eSGunnar Mills <Annotation Term="OData.LongDescription" String="This property shall contain the number of correctable errors of all other components. When this resource is subordinate to the `ProcessorSummary` object, this property shall be the sum of `CorrectableOtherErrorCount` over all processors."/> 6262bde4061SEd Tanous </Property> 6272bde4061SEd Tanous <Property Name="UncorrectableOtherErrorCount" Type="Edm.Int64"> 6282bde4061SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 6292bde4061SEd Tanous <Annotation Term="OData.Description" String="The number of uncorrectable errors of all other components."/> 630f2a8e57eSGunnar Mills <Annotation Term="OData.LongDescription" String="This property shall contain the number of uncorrectable errors of all other components. When this resource is subordinate to the `ProcessorSummary` object, this property shall be the sum of `UncorrectableOtherErrorCount` over all processors."/> 6312bde4061SEd Tanous </Property> 6322bde4061SEd Tanous </EntityType> 6332bde4061SEd Tanous 6342bde4061SEd Tanous <ComplexType Name="CoreMetrics" BaseType="ProcessorMetrics.v1_0_0.CoreMetrics"> 6352bde4061SEd Tanous <Property Name="CorrectableCoreErrorCount" Type="Edm.Int64"> 6362bde4061SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 6372bde4061SEd Tanous <Annotation Term="OData.Description" String="The number of correctable core errors."/> 638f2a8e57eSGunnar Mills <Annotation Term="OData.LongDescription" String="This property shall contain the number of correctable core errors, such as TLB or cache errors. When this resource is subordinate to the `ProcessorSummary` object, this property shall be the sum of `CorrectableCoreErrorCount` over all processors."/> 6392bde4061SEd Tanous </Property> 6402bde4061SEd Tanous <Property Name="UncorrectableCoreErrorCount" Type="Edm.Int64"> 6412bde4061SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 6422bde4061SEd Tanous <Annotation Term="OData.Description" String="The number of uncorrectable core errors."/> 643f2a8e57eSGunnar Mills <Annotation Term="OData.LongDescription" String="This property shall contain the number of uncorrectable core errors, such as TLB or cache errors. When this resource is subordinate to the `ProcessorSummary` object, this property shall be the sum of `UncorrectableCoreErrorCount` over all processors."/> 6442bde4061SEd Tanous </Property> 6452bde4061SEd Tanous <Property Name="CorrectableOtherErrorCount" Type="Edm.Int64"> 6462bde4061SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 6472bde4061SEd Tanous <Annotation Term="OData.Description" String="The number of correctable errors of all other components."/> 648f2a8e57eSGunnar Mills <Annotation Term="OData.LongDescription" String="This property shall contain the number of correctable errors of all other components. When this resource is subordinate to the `ProcessorSummary` object, this property shall be the sum of `CorrectableOtherErrorCount` over all processors."/> 6492bde4061SEd Tanous </Property> 6502bde4061SEd Tanous <Property Name="UncorrectableOtherErrorCount" Type="Edm.Int64"> 6512bde4061SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 6522bde4061SEd Tanous <Annotation Term="OData.Description" String="The number of uncorrectable errors of all other components."/> 653f2a8e57eSGunnar Mills <Annotation Term="OData.LongDescription" String="This property shall contain the number of uncorrectable errors of all other components. When this resource is subordinate to the `ProcessorSummary` object, this property shall be the sum of `UncorrectableOtherErrorCount` over all processors."/> 6542bde4061SEd Tanous </Property> 6552bde4061SEd Tanous </ComplexType> 6562bde4061SEd Tanous </Schema> 6572bde4061SEd Tanous 6582bde4061SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ProcessorMetrics.v1_5_1"> 6592bde4061SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 6602bde4061SEd Tanous <Annotation Term="OData.Description" String="This version was created to clarify the range of possible values for properties with percent units."/> 6612bde4061SEd Tanous <EntityType Name="ProcessorMetrics" BaseType="ProcessorMetrics.v1_5_0.ProcessorMetrics"/> 6622bde4061SEd Tanous </Schema> 6632bde4061SEd Tanous 6642bde4061SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ProcessorMetrics.v1_5_2"> 6652bde4061SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 6662bde4061SEd Tanous <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 6672bde4061SEd Tanous <EntityType Name="ProcessorMetrics" BaseType="ProcessorMetrics.v1_5_1.ProcessorMetrics"/> 6682bde4061SEd Tanous </Schema> 6692bde4061SEd Tanous 670f2a8e57eSGunnar Mills <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ProcessorMetrics.v1_5_3"> 671f2a8e57eSGunnar Mills <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 672f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="This version was created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references. It was also created to correct various typographical errors."/> 673f2a8e57eSGunnar Mills <EntityType Name="ProcessorMetrics" BaseType="ProcessorMetrics.v1_5_2.ProcessorMetrics"/> 674f2a8e57eSGunnar Mills </Schema> 675f2a8e57eSGunnar Mills 6762bde4061SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ProcessorMetrics.v1_6_0"> 6772bde4061SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 6782bde4061SEd Tanous <Annotation Term="Redfish.Release" String="2022.2"/> 6792bde4061SEd Tanous 6802bde4061SEd Tanous <EntityType Name="ProcessorMetrics" BaseType="ProcessorMetrics.v1_5_0.ProcessorMetrics"> 6812bde4061SEd Tanous <Property Name="PowerLimitThrottleDuration" Type="Edm.Duration"> 6822bde4061SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 6832bde4061SEd Tanous <Annotation Term="OData.Description" String="The total duration of throttling caused by a power limit of the processor since reset."/> 6842bde4061SEd Tanous <Annotation Term="OData.LongDescription" String="This property shall contain the total duration of throttling caused by a power limit of the processor since reset."/> 6852bde4061SEd Tanous </Property> 6862bde4061SEd Tanous <Property Name="ThermalLimitThrottleDuration" Type="Edm.Duration"> 6872bde4061SEd Tanous <Annotation Term="OData.Permissions" EnumMember="OData.Permission/Read"/> 6882bde4061SEd Tanous <Annotation Term="OData.Description" String="The total duration of throttling caused by a thermal limit of the processor since reset."/> 6892bde4061SEd Tanous <Annotation Term="OData.LongDescription" String="This property shall contain the total duration of throttling caused by a thermal limit of the processor since reset."/> 6902bde4061SEd Tanous </Property> 6912bde4061SEd Tanous </EntityType> 6922bde4061SEd Tanous </Schema> 6932bde4061SEd Tanous 6942bde4061SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ProcessorMetrics.v1_6_1"> 6952bde4061SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 6962bde4061SEd Tanous <Annotation Term="OData.Description" String="This version was created to correct the regular expression pattern for duration properties in JSON Schema and OpenAPI to not allow for negative values."/> 6972bde4061SEd Tanous <EntityType Name="ProcessorMetrics" BaseType="ProcessorMetrics.v1_6_0.ProcessorMetrics"/> 6982bde4061SEd Tanous </Schema> 6992bde4061SEd Tanous 7002bde4061SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ProcessorMetrics.v1_6_2"> 7012bde4061SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 7022bde4061SEd Tanous <Annotation Term="OData.Description" String="This version was created to clarify the range of possible values for properties with percent units."/> 7032bde4061SEd Tanous <EntityType Name="ProcessorMetrics" BaseType="ProcessorMetrics.v1_6_1.ProcessorMetrics"/> 7042bde4061SEd Tanous </Schema> 7052bde4061SEd Tanous 7062bde4061SEd Tanous <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ProcessorMetrics.v1_6_3"> 7072bde4061SEd Tanous <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 7082bde4061SEd Tanous <Annotation Term="OData.Description" String="This version was created to correct various typographical errors."/> 7092bde4061SEd Tanous <EntityType Name="ProcessorMetrics" BaseType="ProcessorMetrics.v1_6_2.ProcessorMetrics"/> 7102bde4061SEd Tanous </Schema> 7112bde4061SEd Tanous 712f2a8e57eSGunnar Mills <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="ProcessorMetrics.v1_6_4"> 713f2a8e57eSGunnar Mills <Annotation Term="Redfish.OwningEntity" String="DMTF"/> 714f2a8e57eSGunnar Mills <Annotation Term="OData.Description" String="This version was created to force the regeneration of OpenAPI schemas to properly express nullable properties with external references. It was also created to correct various typographical errors."/> 715f2a8e57eSGunnar Mills <EntityType Name="ProcessorMetrics" BaseType="ProcessorMetrics.v1_6_3.ProcessorMetrics"/> 716f2a8e57eSGunnar Mills </Schema> 717f2a8e57eSGunnar Mills 7182bde4061SEd Tanous </edmx:DataServices> 7192bde4061SEd Tanous</edmx:Edmx> 720