Re: [Gems-users] calculating fraction of persistent requests


Date: Sun, 3 Aug 2008 11:02:44 -0500
From: "Mike Marty" <mike.marty@xxxxxxxxx>
Subject: Re: [Gems-users] calculating fraction of persistent requests
there should be a retry_histogram in the stats

i believe the histogram is either updated when a TBE deallocates or when a persistent deactivate is sent

--mike


On Sun, Aug 3, 2008 at 2:57 AM, Niket Agarwal (niketa@xxxxxxxxxxxxx) <niketa@xxxxxxxxxxxxx> wrote:
Hi all,

I am evaluating a MOESI_SMP_token protocol and want to find out the fraction of persistent requests.

I see that in the Chip Stats, there are event counts for L1 cache and it has numbers such as Transient GETX, GETS, Persistent GETS, GETX, etc.

Should I calculate the fraction of persistent requests as (Persistent GETX + GETS)/(Persistent GETX + GETS + Transient GETX + GETS + timeout) ?

Sho

Thanks,
Niket
_______________________________________________
Gems-users mailing list
Gems-users@xxxxxxxxxxx
https://lists.cs.wisc.edu/mailman/listinfo/gems-users
Use Google to search the GEMS Users mailing list by adding "site:https://lists.cs.wisc.edu/archive/gems-users/" to your search.


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