Thread link speed herausfinden (34 answers)
Opened by Rambo at 2005-03-24 16:45

[E|B]
 2005-03-26 19:06
#52912 #52912
User since
2003-08-08
2561 Artikel
HausmeisterIn
[Homepage] [default_avatar]
Code: (dl )
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
$MIB_IFROW = {
'Mtu' => 1500,
'InUnknownProtos' => 270,
'OutQLen' => 0,
'PhysAddrLen' => 6,
'OperStatus' => 5,
'InErrors' => 0,
'Type' => 6,
'Speed' => 100000000,
'AdminStatus' => 1,
'Descr' => 'Realtek RTL8139-Familie-PCI-Fast Ethernet-NIC - Paketplaner-Miniport',
'InOctets' => 202461024,
'InDiscards' => 0,
'DescrLen' => 69,
'Index' => 2,
'OutOctets' => 179095440,
'OutNUcastPkts' => 325,
'OutUcastPkts' => 494836,
'OutDiscards' => 0,
'LastChange' => 25363384,
'InUcastPkts' => 456541,
'InNUcastPkts' => 554,
'OutErrors' => 0,
'Name' => '',
'PhysAddr' => '0010dc3456dca882'
};

speed = 100000000
Adapter Type = 'Realtek RTL8139-Familie-PCI-Fast Ethernet-NIC - Paketplaner-Miniport'
Gruß, Erik!

s))91\&\/\^z->sub{}\(\@new\)=>69\&\/\^z->sub{}\(\@new\)=>124\&\/\^z->sub{}\(\@new\)=>);
$_.=qq~66\&\/\^z->sub{}\(\@new\)=>93~;for(@_=split(/\&\/\^z->sub{}\(\@new\)=>/)){print chr;}

It's not a bug, it's a feature! - [CGI-World.de]

View full thread link speed herausfinden