Re: [Gems-users] workloads


Date: Thu, 17 Aug 2006 19:28:34 -0500 (CDT)
From: Mike Marty <mikem@xxxxxxxxxxx>
Subject: Re: [Gems-users] workloads
>
> How can I pass command line arguments to my workloads in workloads.py? What are the arguments used for "test_runs"? Could you please elaborate "trans | dump_int | memory(MB) | cache warmup file" in workloads.py?
>

No.

> I have a benchmark, which takes less than a minute on a real machine, but it's been running more than 24 hours in GEMS (using only ruby). Is this normal?
>

Yes.

> Does ruby use a virtual or physical address space?
>

Physical


> Is it possible to measure how busy the cache controller is (e.g. duty cycle of the cache controller)?
>

All the state transitions are in the output file.  This will give you an
idea of how busy it is overall.  If you want finer detail, you will need
to add it.

--Mike

[← Prev in Thread] Current Thread [Next in Thread→]