Category Archives: Languages and Scripting

Displaying the FC load per card

Here is a nice script for displaying the load of each FC HBA. It collects the data via sar and then summarize it for every FC HBA. It helps you loadbalance the traffic. #!/bin/sh # # get_fcload – mm 2005 # Copyright (C) mm 2005 # # display the throughput per fc-adapter # sar -d [...]