Date: | Fri, 10 Nov 2006 05:24:00 +0800 (CST) |
---|---|
From: | guo fei <gsta_guofei@xxxxxxxxxxxx> |
Subject: | Re: [Gems-users] about the network link bandwidth |
Thanks for your reply. But when I look at the code, I have a question. the link utilization is calculated as follow double Throttle::getUtilization() const { return (100.0 * double(m_links_utilized)) / (double(g_eventQueue_ptr->getTime()-m_ruby_start)); } the m_links_utilized is accumulated for every message by following code: m_links_utilized += ratio; where ratio is the percentage of occupied network bandwidth for transfering this message. In the getUtilization() function, the dominator is the total number of execution cycles, why the link usage is calculated like this? I ask this question because in my simulation, the L2->Dir link utilization value is 1.67 which is larger than 1. I dont understand what this mean? The link is always busy or the link is overloaded? Thank you! Fei Mike Marty <mikem@xxxxxxxxxxx> 写道: > I have some questions about the network bandwidth.
Mp3疯狂搜-新歌热歌高速下 |
[← Prev in Thread] | Current Thread | [Next in Thread→] |
---|---|---|
|
Previous by Date: | Re: [Gems-users] about the network link bandwidth, Mike Marty |
---|---|
Next by Date: | Re: [Gems-users] Slightly OT Simics SPARC/System Call Question, James Poe |
Previous by Thread: | Re: [Gems-users] about the network link bandwidth, Mike Marty |
Next by Thread: | [Gems-users] Adding cpu info to the Ruby trace, Enric Herrero |
Indexes: | [Date] [Thread] |