Difference between revisions of "F5 Performance Monitoring"
From Tech-Wiki
Line 10: | Line 10: | ||
[[List LTM connections]] | [[List LTM connections]] | ||
tmsh show sys conn | tmsh show sys conn | ||
− | + | [[How to do a packet capture in all interfaces]] | |
tcpdump -i 0.0 -s0 -n | tcpdump -i 0.0 -s0 -n |
Revision as of 15:26, 14 May 2018
Review configuration and license limits
tmsh show /sys license detail show /sys log ltm |grep -i 'bandwidth utilization'
Checking for interface errors and dropped packets
tmsh show /net interface all-properties tmctl -d blade tmm/if_shaper
tmsh show sys conn
How to do a packet capture in all interfaces
tcpdump -i 0.0 -s0 -n