Performance Tuning
Tools
Monitor / debug tools
●
mpstat – reveals per cpu stats, Hard/Soft Interrupt usage
●
vmstat – vm page info, context switch, total ints/s, cpu
●
netstat – per nic status, errors, statistics at driver level
●
lspci – list the devices on pci, indepth driver flags
●
oprofile – system level profiling, kernel/driver code
●
modinfo – list information about drivers, version, options
●
sar – collect, report, save system activity information
●
Many others available- iptraf, wireshark, etc
Sample use for some of these embedded in talk