[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Condor-users] Benchmarking condor



On Thu, Jun 30, 2005 at 11:48:26AM +0100, Matt Hope wrote:
> 
> Condor does its own benchmarking which is the quickest for you to get.
> 
> Take a look at the sum of:
> condor_status -format "vm%d@" VirtualMachineId -format "%s " Machine
> -format "%d " KFlops -format "%d\n" Mips
> 

A slightly easier way:

condor_status -server

-Erik