Dell POWEREDGE M1000E User Manual

Page 645

Advertising
background image

Fabric OS Command Reference

617

53-1002746-01

perfTTmon

2

EXAMPLES

To add an F_Port Top Talker to blade 1 port 2 (which should be an F_Port):

Switch:admin> perfttmon --add ingress 1/2

To delete the F_Port Top Talker:

switch:admin> perfttmon --del 1/2

To add the Fabric Mode Top Talker:

Switch:admin> perfttmon --add fabricmode

To delete the Fabric Mode Top Talker:

Switch:admin> perfttmon --del fabricmode

To display the Fabric Mode Top Talker output:

Switch:admin> perfttmon --show dom 1 pid
=========================================================
Src_PID Dst_PID MB/sec Potential E-Ports
=========================================================
0x03f600 0x011300 121.748 2/0,2/2,2/3
0x03f600 0x011300 121.748 3/14,3/15

To identify and delete a stale Top Talker for an F_Port (the F_Port belonged to a blade that has been
removed):

Switch:admin> configshow -a | grep perf

perf.ToptalkerEnabledonC2:1

perf.ttmonc.254:254|0|0|1:
Switch:admin> perfttmon --delete -sconfig

To install an ingress and an egress Top Talker monitor on the same ASIC with the -force option (in the
following example, ports 1/33 and 1/34 are on the same ASIC. The attempt to install conflicting monitors
fails unless you use the perfTTmon command with the-force option ):

switch:admin> perfttmon --add ingress 1/33
switch:admin> perfttmon --add egress 1/34
Cannot install EE/TopTalker Egress monitor because TopTalker
Ingress monitor is already present on one of the ports of this asic
switch:admin> perfttmon --add egress 1/34 -force

SEE ALSO

perfAddEEMonitor

,

perfResourceShow

Advertising