Syntalos::MemPressure

Syntalos::MemPressure

Syntalos::MemPressure

Memory pressure stall information as reported by the kernel (PSI). More…

#include <resourceinfo.h>

Public Attributes

Name
boolavailable
doublesomeAvg10
false if the kernel does not provide PSI data
doublesomeAvg60
doublefullAvg10
doublefullAvg60

Detailed Description

struct Syntalos::MemPressure;

Memory pressure stall information as reported by the kernel (PSI).

The values are the percentage of wall-clock time (averaged over the last 10 / 60 seconds) in which at least one task (“some”) or all non-idle tasks (“full”) were stalled waiting for memory, e.g. due to reclaim or swapping. Sustained “some” values above a few percent mean the system is thrashing.

Public Attributes Documentation

variable available

bool available;

variable someAvg10

double someAvg10;

false if the kernel does not provide PSI data

variable someAvg60

double someAvg60;

variable fullAvg10

double fullAvg10;

variable fullAvg60

double fullAvg60;

Updated on 2026-09-06 at 20:30:11 +0000