/openbmc/openbmc-tools/altitude/ |
H A D | altitude | 60 "--pressure", 63 help="Atmospheric pressure in Pascals", 71 local.append("Pressure at {:.2f}m: {:.2f}Pa".format(args.height, p)) 81 local.append("Pressure at {:.2f}m: {:.2f}Pa".format(ht, p)) 83 if args.pressure is not None: 85 local.append("Pressure") 86 hp = Hp(args.pressure) 87 local.append("Height at {:.2f}Pa: {:.2f}m".format(args.pressure, hp))
|
/openbmc/openbmc/poky/meta/lib/oe/ |
H A D | buildstats.py | 25 # Some hosts like openSUSE have readable /proc/pressure files 28 if os.path.exists("/proc/pressure"): 30 with open('/proc/pressure/cpu', 'rb') as source: 34 file_handlers.extend([('pressure/cpu', self._reduce_pressure), 35 ('pressure/io', self._reduce_pressure), 36 ('pressure/memory', self._reduce_pressure)]) 78 …# Last time we sampled /proc/pressure. All resources stored in a single dict with the key as filen… 79 self.last_pressure = {"pressure/cpu": None, "pressure/io": None, "pressure/memory": None} 194 … Return reduced pressure: {avg10, avg60, avg300} and delta total compared to the previous sample 196 format of the /proc/pressure file is the same in each case.
|
/openbmc/bmcweb/redfish-core/include/registries/ |
H A D | environmental_message_registry.hpp | 764 …"Indicates that a pressure reading is no longer below the lower critical threshold but is still ou… 765 …"Pressure '%1' reading of %2 kPa is now above the %3 lower critical threshold but remains outside … 778 …"Indicates that a pressure reading is no longer below the lower fatal threshold but is still outsi… 779 …"Pressure '%1' reading of %2 kPa is now above the %3 lower fatal threshold but remains outside of … 792 "Indicates that a pressure reading is above the upper caution threshold.", 793 "Pressure '%1' reading of %2 kPa is above the %3 upper caution threshold.", 806 "Indicates that a pressure reading is above the upper critical threshold.", 807 "Pressure '%1' reading of %2 kPa is above the %3 upper critical threshold.", 820 "Indicates that a pressure reading is above the upper fatal threshold.", 821 "Pressure '%1' reading of %2 kPa is above the %3 upper fatal threshold.", [all …]
|
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Sensor/ |
H A D | Value.interface.yaml | 14 pressure 52 be "Watts". For objects in the pressure namespace, Unit must be 94 Pressure as pascals. 144 - name: Pressure 145 value: pressure
|
/openbmc/bmcweb/redfish-core/include/generated/enums/ |
H A D | control.hpp | 16 Pressure, enumerator 58 {ControlType::Pressure, "Pressure"},
|
H A D | sensor.hpp | 57 Pressure, enumerator 141 {ReadingType::Pressure, "Pressure"},
|
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/ |
H A D | CoolantConnector.v1_2_0.json | 116 "description": "The desired differential pressure (kPa).", 118 …longDescription": "This property shall contain the desired differential pressure, in kilopascal un… 131 "description": "The differential pressure (kPa).", 133 …escription": "This property shall contain the pressure, in kilopascal units, for the difference in… 258 "description": "The pressure (kPa) at which the rated liquid flow is valid.", 259 …"longDescription": "This property shall contain the pressure, in kilopascal units, that the rated … 269 "description": "The rated pressure (kPa) for this connector.", 270 …"longDescription": "This property shall contain the rated maximum pressure, in kilopascal units, f… 288 "description": "The return pressure (kPa).", 290 …"longDescription": "This property shall contain the pressure, in kilopascal units, for the outflow… [all …]
|
H A D | Control.v1_7_0.json | 965 "Pressure", 979 …"Pressure": "This value has been deprecated in favor of `PressurekPa` for units consistency with t… string 991 "Pressure": "Pressure (kPa) control.", string 992 "PressurekPa": "Pressure (kPa) control.", 1009 …"Pressure": "This value shall indicate a control used to adjust pressure in a system, in kilopasca… string 1010 …"PressurekPa": "This value shall indicate a control used to adjust pressure in a system, in kilopa… 1025 "Pressure": "v1_1_0", string 1033 "Pressure": "v1_3_0" string
|
H A D | Filter.v1_1_0.json | 85 "description": "The differential pressure (kPa) across the liquid filter.", 87 …escription": "This property shall contain the pressure, in kilopascal units, for the difference in…
|
/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/ |
H A D | CoolantConnector_v1.xml | 116 …<Annotation Term="OData.Description" String="The pressure (kPa) at which the rated liquid flow is … 117 …<Annotation Term="OData.LongDescription" String="This property shall contain the pressure, in kilo… 123 … <Annotation Term="OData.Description" String="The rated pressure (kPa) for this connector."/> 124 ….LongDescription" String="This property shall contain the rated maximum pressure, in kilopascal un… 177 <Annotation Term="OData.Description" String="The supply pressure (kPa)."/> 178 …<Annotation Term="OData.LongDescription" String="This property shall contain the pressure, in kilo… 183 <Annotation Term="OData.Description" String="The return pressure (kPa)."/> 184 …<Annotation Term="OData.LongDescription" String="This property shall contain the pressure, in kilo… 189 <Annotation Term="OData.Description" String="The differential pressure (kPa)."/> 190 …tion" String="This property shall contain the pressure, in kilopascal units, for the difference in… [all …]
|
/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-webadmin/netdata/netdata/ |
H A D | netdata.conf | 260 # /proc/pressure = yes 554 [plugin:proc:/proc/pressure] 555 # base path of pressure metrics = /proc/pressure 556 # enable cpu some pressure = yes 557 # enable cpu full pressure = no 558 # enable memory some pressure = yes 559 # enable memory full pressure = yes 560 # enable io some pressure = yes 561 # enable io full pressure = yes 562 # enable irq some pressure = no [all …]
|
/openbmc/openbmc/poky/bitbake/doc/bitbake-user-manual/ |
H A D | bitbake-user-manual-ref-variables.rst | 448 work reasonably. This is helpful for systems which don't have pressure 449 regulation enabled, which is more granular. Pressure values take 527 Specifies a maximum CPU pressure threshold, above which BitBake's 529 one active task). If no value is set, CPU pressure is not 532 The pressure data is calculated based upon what Linux kernels since 533 version 4.20 expose under ``/proc/pressure``. The threshold represents 534 the difference in "total" pressure from the previous second. The 536 1000000 (a pressure value unlikely to ever be reached). 543 Specifies a maximum I/O pressure threshold, above which BitBake's 545 one active task). If no value is set, I/O pressure is not [all …]
|
/openbmc/openbmc/meta-ibm/recipes-phosphor/sensors/phosphor-virtual-sensor/p10bmc/ |
H A D | virtual_sensor_config.json | 27 "SensorType": "pressure"
|
/openbmc/openbmc/poky/scripts/pybootchartgui/pybootchartgui/ |
H A D | draw.py | 88 # avg10 CPU pressure color 90 # delta total CPU pressure color 92 # avg10 IO pressure color 94 # delta total IO pressure color 96 # avg10 memory pressure color 98 # delta total memory pressure color 488 # render CPU pressure chart 492 …draw_legend_line(ctx, "avg10 CPU Pressure (max %d%%)" % (max_sample_avg.avg10), CPU_PRESSURE_AVG1… 493 …draw_legend_box(ctx, "delta total CPU Pressure (max %d)" % (max_sample_total.deltaTotal), CPU_PRES… 522 # render I/O pressure chart [all …]
|
/openbmc/openbmc-test-automation/data/ |
H A D | sensor_dbus.json | 4 "/xyz/openbmc_project/sensors/pressure/Station_Pressure",
|
/openbmc/entity-manager/configurations/ |
H A D | mudflap.json | 7 "Name1": "Station Pressure",
|
/openbmc/qemu/linux-headers/linux/ |
H A D | mman.h | 20 #define MAP_DROPPABLE 0x08 /* Zero memory under memory pressure. */
|
/openbmc/dbus-sensors/src/ |
H A D | SensorPaths.cpp | 49 return "pressure"; in getPathForUnits()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/ |
H A D | 0020-sd-event-Make-malloc_trim-conditional-on-glibc.patch | 25 …/* A default implementation of a memory pressure callback. Simply releases our own allocation cach…
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | at91sam9x5dm.dtsi | 52 atmel,adc-ts-pressure-threshold = <10000>;
|
H A D | sama5d3xdm.dtsi | 53 atmel,adc-ts-pressure-threshold = <10000>;
|
/openbmc/u-boot/arch/powerpc/ |
H A D | config.mk | 16 PF_CPPFLAGS_POWERPC := $(call cc-option,-fno-ira-hoist-pressure,)
|
/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/ |
H A D | 0020-sd-event-Make-malloc_trim-conditional-on-glibc.patch | 25 …/* A default implementation of a memory pressure callback. Simply releases our own allocation cach…
|
/openbmc/openbmc/poky/documentation/migration-guides/ |
H A D | release-notes-4.0.15.rst | 36 - bitbake: runqueue: Add pressure change logging 39 - bitbake: runqueue: show more pressure data 40 - bitbake: runqueue: show number of currently running bitbake threads when pressure changes
|
/openbmc/qemu/hw/sensor/ |
H A D | dps310.c | 7 * https://www.infineon.com/cms/en/product/sensor/pressure-sensors/pressure-sensors-for-iot/dps310/
|