Lines Matching full:counters

118 /* Notes: IB semantics is to cap counters if count has exceeded limits.
119 * Therefore we must check for overflows and cap the counters if necessary.
253 printf("# Port counters: %s port %d (CapMask: 0x%02X)\n%s", in output_aggregate_perfcounters()
386 printf("# Port extended counters: %s port %d (CapMask: 0x%02X CapMask2: 0x%07X)\n%s", in output_aggregate_perfcounters_ext()
443 printf("# Port extended counters: %s port %d " in dump_perfcounters()
448 printf("# Port counters: %s port %d " in dump_perfcounters()
491 printf("# %s counters: %s port %d\n%s", name, in common_func()
819 {"extended", 'x', 0, NULL, "show extended port counters"}, in main()
820 {"xmtsl", 'X', 0, NULL, "show Xmt SL port counters"}, in main()
821 {"rcvsl", 'S', 0, NULL, "show Rcv SL port counters"}, in main()
824 {"extended_speeds", 'T', 0, NULL, "show port extended speeds counters"}, in main()
825 {"oprcvcounters", 1, 0, NULL, "show Rcv Counters per Op code"}, in main()
826 {"flowctlcounters", 2, 0, NULL, "show flow control counters"}, in main()
830 {"vlxmitcounters", 6, 0, NULL, "show ticks waiting to transmit counters per VL"}, in main()
832 {"rcvcc", 8, 0, NULL, "show Rcv congestion control counters"}, in main()
833 {"slrcvfecn", 9, 0, NULL, "show SL Rcv FECN counters"}, in main()
834 {"slrcvbecn", 10, 0, NULL, "show SL Rcv BECN counters"}, in main()
835 {"xmitcc", 11, 0, NULL, "show Xmit congestion control counters"}, in main()
836 {"vlxmittimecc", 12, 0, NULL, "show VL Xmit Time congestion control counters"}, in main()
838 {"all_ports", 'a', 0, NULL, "show aggregated counters"}, in main()
840 {"reset_after_read", 'r', 0, NULL, "reset counters after read"}, in main()
841 {"Reset_only", 'R', 0, NULL, "only reset counters"}, in main()
847 "\t\t# read local port's performance counters", in main()
848 "32 1\t\t# read performance counters from lid 32, port 1", in main()
849 "-x 32 1\t# read extended performance counters from lid 32, port 1", in main()
850 "-a 32\t\t# read performance counters from lid 32, all ports", in main()
851 "-r 32 1\t# read performance counters and reset", in main()
852 "-x -r 32 1\t# read extended performance counters and reset", in main()
853 "-R 0x20 1\t# reset performance counters of port 1 only", in main()
854 "-x -R 0x20 1\t# reset extended performance counters of port 1 only", in main()
855 "-R -a 32\t# reset performance counters of all ports", in main()
856 "-R 32 2 0x0fff\t# reset only error counters of port 2", in main()
857 "-R 32 2 0xf000\t# reset only non-error counters of port 2", in main()
858 "-a 32 1-10\t# read performance counters from lid 32, port 1-10, aggregate output", in main()
859 "-l 32 1-10\t# read performance counters from lid 32, port 1-10, output each port", in main()
860 "-a 32 1,4,8\t# read performance counters from lid 32, port 1, 4, and 8, aggregate output", in main()
861 "-l 32 1,4,8\t# read performance counters from lid 32, port 1, 4, and 8, output each port", in main()