Automation

 View Only
  • 1.  Monitoring Console Processes with Powershell

    Posted Oct 05, 2009 03:59 PM

    Hi List,

    i want to Monitor the Processes within the service console on my esx servers, i.e. runs "ftPerl" at 100 % ;-).

    Is this with the toolkit possible. I gues get-stat isn't the right cmdlet for doing this. Here i get only overall data, isn't it?`

    kind regrads

    Andreas



  • 2.  RE: Monitoring Console Processes with Powershell

    Posted Oct 05, 2009 04:35 PM

    The Get-Stat cmdlet will get you performance data for a well-defined set of metrics.

    It's not really intended to provide the kind of data you're after.

    You could consider using the plink.exe command and than executing esxtop in batch mode.

    For the plink.exe command have a look at .

    For the esxtop in batch have a look at the esxtop man-page.