How to get the exact value of L3 cache on SPARC T7-2
I try to get the L3 cache from SPARC T7-2 server. I use command prtpicl -v -c cpu |grep l3-cache-size. I get this output.
:l3-cache-size 8388608
:l3-cache-size 8388608
:l3-cache-size 8388608
:l3-cache-size 8388608
:l3-cache-size 8388608
.
.
.
However from datasheet show L3 cache: 64MB L3$ on chip. How to show the exact value (64MB) on solaris command? If it cannot show by command.
Regards,