Jump to content
Software FX Community

pizzi

Members
  • Posts

    2
  • Joined

  • Last visited

Posts posted by pizzi

  1. Hi

    I'm running the command on windows 2003 r2 server (Virtual machine) with administrator privileges. I't seems that I have a general problem with the refresh. Even the clock example (get-date | out-gauge -refresh 0:0:1 -type digital -floating) does not refrsh.

    RegardsSandro Pizzingrilli

  2. I trying to monitor the cpu with the following command:

    Get-WmiObject win32_perfformatteddata_perfos_processor | where {$_.name -eq "_Total"} | out-gauge -value percentprocessortime -floating -refresh 0:0:1

     Everything is working exept the refresh. What I'm doing wrong here? (I have a trial version.)

     RegardsSandro Pizzingrilli

     

     

×
×
  • Create New...