User Tools

Site Tools


windows_performance_counters

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
windows_performance_counters [2025/02/13 13:34] – created jpwindows_performance_counters [2025/02/13 13:36] (current) jp
Line 12: Line 12:
  
    Get-Counter -ListSet * | Where-Object -FilterScript { $PSItem.countersetname -match ‘memory’}    Get-Counter -ListSet * | Where-Object -FilterScript { $PSItem.countersetname -match ‘memory’}
 +Получить значение конкретного счётчика (загруженность процессора):
 +
 +   Get-Counter -Counter "\Processor(_Total)\% Processor Time"
 +:!: //_Total// - считает общую загруженность. Если нужна детализация по процессору - заменяем //_Total// на //*//.
windows_performance_counters.1739453669.txt.gz · Last modified: 2025/02/13 13:34 by jp