Difference between revisions of "Top"

From UVOO Tech Wiki
Jump to navigation Jump to search
 
Line 1: Line 1:
 
# Windows
 
# Windows
 +
https://tech.uvoo.io/index.php/Get-counter
 
## Powershell like commands
 
## Powershell like commands
 +
- https://tech.uvoo.io/index.php/Get-counter
 
- https://superuser.com/questions/176624/linux-top-command-for-windows-powershell#176625
 
- https://superuser.com/questions/176624/linux-top-command-for-windows-powershell#176625
  

Latest revision as of 16:11, 30 August 2022

Windows

https://tech.uvoo.io/index.php/Get-counter

Powershell like commands

(Get-Counter '\Process(*)\% Processor Time').CounterSamples | Where-Object {$_.CookedValue -gt 5} | Sort-Object -Property cookedvalue -Descending

HTTP Response

$url="https://cisco.com"; (Measure-Command -Expression { $site = Invoke-WebRequest -Uri $url -UseBasicParsing }).Milliseconds

Sumo

Other