Forum Discussion

Omer_69115's avatar
Omer_69115
Icon for Nimbostratus rankNimbostratus
Oct 18, 2010

Get CPU Utilization with powershell icontrol

Hi,

 

 

I am tring to get CPU Utilization using iControl with powershell.

 

that will give me CPU util value

 

 

 

Please assit

 

1 Reply

  • Ryan_Korock_46's avatar
    Ryan_Korock_46
    Historic F5 Account
    Omer, after you have installed the F5 commandlets, open a PowerShell window and add the snapin

     

     

    Add-PSSnapin icontrolsnapin

     

     

    Then authenticate to the BIG-IP from PowerShell by entering

     

     

    Initialize-F5.iControl -user -pass

     

     

    Then you can request the CPU utilization information by the following cmdlet

     

     

    Get-F5.SystemCPUUsage