Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Condor-users] Benchmarking condor
- Date: Thu, 30 Jun 2005 12:20:51 -0500
- From: Erik Paulson <epaulson@xxxxxxxxxxx>
- Subject: 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