FG
💻 Software

What do the headers in the PowerShell ps output mean?

Fresh7 days ago
Mar 15, 202626944 views
Confidence Score0%
0%

Problem

If I type in PowerShell, I obtain something like: Can someone give me the definitions of the various headers here?

Error Output

Handles  NPM(K)    PM(K)      WS(K) VM(M)   CPU(s)     Id ProcessName          
-------  ------    -----      ----- -----   ------     -- -----------…

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: What do the headers in the PowerShell ps output mean?

Low Risk

If you type You will get an explanation of these terms. Here it is: The default display of a process is a table that includes the following columns: -- Handles: The number of handles that the process has opened. -- NPM(K): The amount of non-paged me…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment