The cpustat and the cputrack command are use to find performance counters. The event counters supposedly are different for different m/c. For Ultra-spark m/c the counter can be viewed with the following command.
cpustat -c pic0=EC_ref,pic1=EC_hit 1 5
The events are EC_ref and EC_hit and these events one can find with -h option.
cputstat -h
For Intel based m/c, the events are present but there are 100's of them, so which events to pick for cache/miss or hits in case of intel m/c. This is intel xeon 5600 m/c. Suggestion with examples are appreciated.