Portál AbcLinuxu, 26. listopadu 2025 04:55
| Rank | MTU | Bandwidth | % | Technológia |
|---|---|---|---|---|
| #1 | 1500 | 8 933 333 333 | 89,33 % | UDP, IP4 |
| #2 | 1500 | 7 440 000 000 | 74,40 % | UDP, IP6 |
| #3 | 1500 | 6 826 666 666 | 68,27 % | AoE |
| Rank | MTU | Bandwidth | % | Technológia |
|---|---|---|---|---|
| #1 | 65 536 | 9 975 585 937 | 99,76 % | UDP, IP4 |
| #2 | 65 312 | 9 955 903 968 | 99,56 % | AoE |
| #3 | 65 536 | 9 941 406 250 | 99,41 % | UDP, IP6 |
Maximálne MTU bolo 64*1024 bajtov.
/* The parameter values are in the bits. */
function max_ip4_bandwidth($card, $mtu)
{
$max=(($card/$mtu))*($mtu-4*5*8);
return (int) $max;
}
function max_ip6_bandwidth($card, $mtu)
{
$max=(($card/$mtu))*($mtu-48*8);
return (int) $max;
}
function max_aoe_bandwidth($card, $mtu)
{
$max=(($card/$mtu))*((int) (($mtu-36*8)/512))*512;
return (int) $max;
}
Tiskni
Sdílej:
Gbs == gigabitů (to sou ty maličký) zasekundu
GB/s == gigabytů za sekundu ;D
ISSN 1214-1267, (c) 1999-2007 Stickfish s.r.o.