From 4109505907a12579d1a300f6e457e7d0aa917666 Mon Sep 17 00:00:00 2001 From: Daniel Widdis Date: Fri, 21 Oct 2022 16:09:05 -0700 Subject: [PATCH] Change PR title and update HISTORY Signed-off-by: Daniel Widdis --- HISTORY.rst | 2 +- psutil/arch/windows/wmi.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index b30a0c3738..54e20de61c 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -19,7 +19,7 @@ XXXX-XX-XX ``SPEED_UNKNOWN`` definition. (patch by Amir Rossert) - 2010_, [macOS]: on MacOS, arm64 ``IFM_1000_TX`` and ``IFM_1000_T`` are the same value, causing a build failure. (patch by Lawrence D'Anna) -- 2160_, [Windows]: Handle mismatch between committed vs. used physical memory. +- 2160_, [Windows]: Get Windows percent swap usage from performance counters. (patch by Daniel Widdis) 5.9.3 diff --git a/psutil/arch/windows/wmi.c b/psutil/arch/windows/wmi.c index ec083642c6..44e694812a 100644 --- a/psutil/arch/windows/wmi.c +++ b/psutil/arch/windows/wmi.c @@ -123,7 +123,7 @@ psutil_get_loadavg(PyObject *self, PyObject *args) { } /* - * Percent swap implementation using "\PagingFile(_Total)\% Usage" counter + * Percent swap implementation using "\Paging File(_Total)\% Usage" counter */ /*