Help for this page

Select Code to Download


  1. or download this
    use strict;
    use Data::Dumper;
    ...
    foreach (keys %tcp_utilization_adapter_names) {
        print "$tcp_utilization_adapter_names{$_}\n";
    }
    
  2. or download this
    # insert hash entries
    $tcp_utilization_adapter_names{$network_if} = $if_name;