- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Does Memory Bandwidth Monitoring technology collect "per numa node" bandwidth usage info or it's just local and all the remote nodes?
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I don't think you can measure bandwidth per NUMA node using MBM because there is only one Event ID (0x02) for the total external bandwidth and Event ID (0x3) for the local memory bandwidth. However, there is one PMON box per QPI/UPI link. You can use the data flit events to measure data QPI bandwidth between any two specific sockets as follows:
Incoming data bandwidth = (RxL_FLITS_G1.DRS_DATA + RxL_FLITS_G2.NCB_DATA) * 8 / time
Outgoing data bandwidth = TxL_FLITS_G0.DATA * 8 / time
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page