0
votes

I am trying to get the metrics for the performance of the virtual machine like CPU utilisation, disk read troughput etc., in azure I want to get that by programmatically by invoking powershell commands but I am not getting the powershell commands as per the new release of azure i.e IaaS. please help me in this.. waiting for the reply.....

1

1 Answers

0
votes

I don't think there is PowerShell for this type of actions. Especially for IaaS. The PaaS story is that you configure the monitoring metrics you want to follow, then read them from Table Storage (useful references here). This is just one of the advatages of the PaaS world. And the existing PowerShell cmdLets will help you to some extend - i.e. download perf. counters data. And that's it.

While in the IaaS you have to take care of your own monitoring and tracking mechanism, yet.