Skip to content

Instantly share code, notes, and snippets.

@frayos
Created November 24, 2017 14:20
Show Gist options
  • Save frayos/64429f55378c416dd037dc3dad419991 to your computer and use it in GitHub Desktop.
Save frayos/64429f55378c416dd037dc3dad419991 to your computer and use it in GitHub Desktop.
Windows WMIC PERF
wmic path Win32_PerfFormattedData_PerfProc_Process get Name,IODataBytesPerSec,IOReadBytesPerSec,IOWriteBytesPerSec,PrivateBytes,PercentProcessorTime
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment