- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I wanted to extract DRAM bandwidth information from EMON. For the same I extracted the following events:
- UNC_M_CAS_COUNT_RD
- UNC_M_CAS_COUNT_WR
And, then I used the below formula :
DRAM Bandwidth in GBps = (UNC_M_CAS_COUNT_RD + UNC_M_CAS_COUNT_WR) * 64 / 1GB / Time (sample window)
Is the above formula correct ? Especially using sampling duration as time ?
The reason I am asking is, Vtune shows for an application high bandwidth. But, if I run the same application through EMON and use the above formula.. I get very less bandwidth. (~8 times less). So, I was doubting if the formula being used is correct ?
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I'm following up with the developers on your question, and will have an answer shortly.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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