SHORT Bandwidth on the Hypertransport links

EVENTSET
PMC0  CPU_TO_DRAM_LOCAL_TO_0
PMC1  CPU_TO_DRAM_LOCAL_TO_1
PMC2  CPU_TO_DRAM_LOCAL_TO_2
PMC3  CPU_TO_DRAM_LOCAL_TO_3

METRICS
Runtime (RDTSC) [s] time
Mega requests per second to Node 0   1.0E-06*PMC0/time
Mega requests per second to Node 1   1.0E-06*PMC1/time
Mega requests per second to Node 2   1.0E-06*PMC2/time
Mega requests per second to Node 3   1.0E-06*PMC3/time

LONG
Formulas:
Mega requests per second to Node X   1.0E-06*PMCX/time
-
Profiling group to measure the traffic from local CPU to the different 
DRAM NUMA nodes. This group allows to detect NUMA problems in a threaded 
code. You must first determine on which memory domains your code is running.
A code should only have significant traffic to its own memory domain.


