Hi, Maybe someone can answer this question, I really need to know the answer....
I need to measure D-Cache and E-Cache miss rate on the UltraSparc II and I saw there is a command "cputrack" that can do that.
My question is:
running the command (for example) to measure E-Cache miss rate will be -
cputrack -fev -c EC_ref,EC_hit <command>
The output of this command is many lines, where each line contains the number of cache ref/hit at a tick.
But -what do I do to get the result I want(total miss ratio)? Do I sum all the lines together or do I just look at the final line (where the word "exit" is).
Thanks you very much
Dafna
I need to measure D-Cache and E-Cache miss rate on the UltraSparc II and I saw there is a command "cputrack" that can do that.
My question is:
running the command (for example) to measure E-Cache miss rate will be -
cputrack -fev -c EC_ref,EC_hit <command>
The output of this command is many lines, where each line contains the number of cache ref/hit at a tick.
But -what do I do to get the result I want(total miss ratio)? Do I sum all the lines together or do I just look at the final line (where the word "exit" is).
Thanks you very much
Dafna