Quantcast
Channel: VMware Communities: Message List
Viewing all articles
Browse latest Browse all 293210

Re: VM CPU performance - Checking processes

$
0
0

you can schedule the powershell script every one hour interval against specific machine

 

a = get-process | where-object {$_.WorkingSet -gt 60000000}

$a | out-gridview

 

something like this .. get the output in a text file and then analyse the output


Viewing all articles
Browse latest Browse all 293210

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>