Re: [Gems-users] Network Bandwidth


Date: Thu, 29 Sep 2005 10:09:51 -0500 (CDT)
From: Bradford Beckmann <beckmann@xxxxxxxxxxx>
Subject: Re: [Gems-users] Network Bandwidth
Every network link is controlled by a separate Throttle object which
ensures the link's bandwidth does not exceed the value returned by
Throttle.getLinkBandwidth().  Therefore, a link's maximum bandwidth equals
(g_endpoint_bandwidth * m_link_bandwidth_multiplier).

Brad

On Thu, 29 Sep 2005, Sean Ryan Leventhal wrote:

> This is half of what I was looking for.
> I  wouoldlas like to know if the links have a maximum bandwidth?
>
> On Thu, 29 Sep 2005, Mike Marty wrote:
>
> >
> > You will see a Network Stats section in your Ruby stats output.
> >
> > Every link will show the utilization.  Every network switch will show the
> > number of messages and number of bytes transferred.  The following line
> > shows that Switch #0, Link #0 transferred 165714 messages tagged as
> > "Request Control".  These are 8 bytes each totalling 1325712 bytes.
> >
> >  outgoing_messages_switch_0_link_0_Request_Control: 165714 1325712 [ 0
> > 165714 0 0 ] base_latency: 1
> >
> >
> > Is this what you are looking for?
> >
> > --Mike
> >
> >
> >> What in the statistics file produced by ruby can I look at to get any
> >> information about contention for interconnect resources?
> >> _______________________________________________
> >> Gems-users mailing list
> >> Gems-users@xxxxxxxxxxx
> >> https://lists.cs.wisc.edu/mailman/listinfo/gems-users
> >>
> > _______________________________________________
> > Gems-users mailing list
> > Gems-users@xxxxxxxxxxx
> > https://lists.cs.wisc.edu/mailman/listinfo/gems-users
> >
> _______________________________________________
> Gems-users mailing list
> Gems-users@xxxxxxxxxxx
> https://lists.cs.wisc.edu/mailman/listinfo/gems-users
>

-----------------------------------------------------------------
 Department of Computer Science         Residence
 University of Wisconsin
 1210 W. Dayton St. #6366               608 Eagle Heights Apt. L
 Madison, WI 53706                      Madison, WI 53705
 (608)265-2702				(608)852-6133
-----------------------------------------------------------------
[← Prev in Thread] Current Thread [Next in Thread→]