[Gems-users] calculating fraction of persistent requests


Date: Sun, 03 Aug 2008 00:57:09 -0700
From: "Niket Agarwal (niketa@xxxxxxxxxxxxx)" <niketa@xxxxxxxxxxxxx>
Subject: [Gems-users] calculating fraction of persistent requests
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
[← Prev in Thread] Current Thread [Next in Thread→]