Skip to content

Instantly share code, notes, and snippets.

@gabrielrojasnyc
Created March 23, 2016 02:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gabrielrojasnyc/8e857ec23cbe76810072 to your computer and use it in GitHub Desktop.
Save gabrielrojasnyc/8e857ec23cbe76810072 to your computer and use it in GitHub Desktop.
Counter
$TimeStamp = get-date -Format MMddyy'T'HHmm
$Counters = "\Processor(*)\% Processor Time", "\LogicalDisk(C:)\Disk Reads/sec", "\Memory\Pages/sec", "\memory\available mbytes", "\TCPv4\Segments/sec"
Get-Counter -Continuous $Counters | Export-Counter C:\Counters\counter"$timestamp".blg -Force
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment