jnxPsuOutletPowerFactorValue
JUNIPER-POWER-SUPPLY-UNIT-MIB ·
.1.3.6.1.4.1.2636.3.58.1.2.4.1.10
Object
column
Integer32
Power factor percentage of each PSU (2k/3k).
Algorithm for calculation of Power Factor is below.
For PowerOut values that fall in between 618.93W and 915.24W,
say 700W, the appropriate PF ranges from 0.910191 &
0.917994. Following linear equation could help deduce a
fairly accurate input power value.
Linear equation y = mx + b (where m is the slope and b is
the Y intercept)
Slope m = (y2 - y1) / (x2 - x1)
Y intercept b = y - mx
Plugging it all together for our example:
m = (915.24 - 618.93) / (0.917994 - 0.910191) = 37973.86
b = 915.24 - (37973.86 * 0.917994) = -33944.5
for 700W (y), our efficiency (x) would then be:
x = (700 - (-33944.5)) / 37973.86 = 0.912326 = 91%
PowerIn = 700W /0.912326 = 767.26W
Context
- MIB
- JUNIPER-POWER-SUPPLY-UNIT-MIB
- OID
.1.3.6.1.4.1.2636.3.58.1.2.4.1.10- Type
- column
- Access
- readonly
- Status
- current
- Parent
- jnxPsuOutletEntry
- Table
- jnxPsuOutletTable
- Siblings
- 8
Syntax
Integer32
- Source
- COPS-PR-SPPIInteger32
- Base type
Integer32
Values & Constraints
Type Constraints
range: -2147483648..2147483647
Related Objects
Sibling Objects
| Object | Type | Syntax | OID |
|---|---|---|---|
| jnxPsuOutletName Outlet name associated to the power supply unit for
each PSU Component. | column | OctetString | .1.3.6.1.4.1.2636.3.58.1.2.4.1.1 |
| jnxPsuOutletPowerConsumed Power Consumed by each outlet units in Watts. | column | Integer32 | .1.3.6.1.4.1.2636.3.58.1.2.4.1.11 |
| jnxPsuOutletDescription Outlet description associated to the power supply unit for
each PSU Component. | column | OctetString | .1.3.6.1.4.1.2636.3.58.1.2.4.1.2 |
| jnxPsuOutletAvgPower Buffer that contains the average power used, in Watts for each component. | column | Integer32 | .1.3.6.1.4.1.2636.3.58.1.2.4.1.3 |
| jnxPsuOutletMaxPower Buffer that contains the maximum power available, in Watts for each component. | column | Integer32 | .1.3.6.1.4.1.2636.3.58.1.2.4.1.4 |
| jnxPsuOutletCurrent PSU output current in milliamps rounded to the nearest
integer. | column | Integer32 | .1.3.6.1.4.1.2636.3.58.1.2.4.1.5 |
| jnxPsuOutletStatus The value of the operational status for the given outlet.
This can also be used to set the outlet state | column | Enumeration | .1.3.6.1.4.1.2636.3.58.1.2.4.1.8 |
| jnxPsuOutletVoltage Output voltage in Volts rounded to the nearest integer. | column | Integer32 | .1.3.6.1.4.1.2636.3.58.1.2.4.1.9 |