sonnenblen.de - Das unabhängige Sun User Forum
Betriebssysteme => Solaris => Thema gestartet von: 7ami7 am 27. Februar 2003, 16:54:42
-
Ich moechte ueber den ndd Befehl feststellen wie schnell meine Transferrate auf hme0 ist. (10 oder 100)
Ein
#ndd -get /dev/hme link_speed
gibt eine 0 aus.
Und das heisst jetzt was ???
und was bedeuten alle anderen Parameter:
? (read only)
transceiver_inuse (read only)
link_status (read only)
link_speed (read only)
link_mode (read only)
ipg1 (read and write)
ipg2 (read and write)
use_int_xcvr (read and write)
pace_size (read and write)
adv_autoneg_cap (read and write)
adv_100T4_cap (read and write)
adv_100fdx_cap (read and write)
adv_100hdx_cap (read and write)
adv_10fdx_cap (read and write)
adv_10hdx_cap (read and write)
autoneg_cap (read only)
100T4_cap (read only)
100fdx_cap (read only)
100hdx_cap (read only)
10fdx_cap (read only)
10hdx_cap (read only)
lp_autoneg_cap (read only)
lp_100T4_cap (read only)
lp_100fdx_cap (read only)
lp_100hdx_cap (read only)
lp_10fdx_cap (read only)
lp_10hdx_cap (read only)
instance (read and write)
lance_mode (read and write)
ipg0 (read and write)
Ein passendes README waere nicht schlecht, da die man-page wenig aussagekraeftig ist.
Gruss
Andreas
-
hallo Andreas,
habe mit "man hme" zwar diverse Infos aber auch nicht die gewünschte bekommen ... :-[ :-[ :-[
ausprobiert: 0 scheint 10Mbit, 1 scheint 100Mbit zu entsprechen.
thorsten
P.S. eventuell steht noch etwas im Handbuch bzw. in diesem Solaris Help-Tool (habe ich zuhause installiert ... )
-
$ /usr/sbin/ndd -set /dev/hme instance 0
# for hme0, or a 1 for hme1, etc.
$ /usr/sbin/ndd -get /dev/hme link_speed
# 0 = 10 Mbps,1 = 100 Mbps
$ /usr/sbin/ndd -get /dev/hme link_mode
# 0 = half-duplex,1 > = full-duplex
Weis jemand was ueber die anderen Parameter?
Gruss
Andreas
-
hey specialist,
woher weisst denn das jetzt schon wieder ???
-
try and error... ;D
Gruss
Andreas
-
And for the rest... :)
http://docs.sun.com/db/doc/806-5602-10/6jejq3mpo?a=view#t400010da40
Nu is ja alles klar.....
Gruss
Andreas
-
hallo Andreas :D,
wie sagte mein alter Lehrer:
Wissen ist unwichtig, solange man weiss wo es steht ...
ich hatte nach "ndd" gesucht (auf Sun) und nix gefunden.
man-page zu "hme" war für mich naheliegend,
eigentlich ist man ja doof wenn man dann nicht auf docs.sun.com nach dem gleichen sucht (über mich selber den Kopf schüttel) ???
also danke für den neuerlichen Hinweis
:) :) thorsten