You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Together with total CPU use, average CPU load could be another interesting metric. Cgroupv2 seems to give "pressure" information [1], which could be of use:
Together with total CPU use, average CPU load could be another interesting metric. Cgroupv2 seems to give "pressure" information [1], which could be of use:
[1] https://www.kernel.org/doc/html/latest/accounting/psi.html#psi
Another way to do this would be to calculate µseconds over runtime, which pytest already stores.
The text was updated successfully, but these errors were encountered: