]> git.openfabrics.org - ~shefty/ibacm.git/commit
ib_acme: Add support for endpoint specific performance query.
authorKaike Wan <kaike.wan@intel.com>
Fri, 13 Jun 2014 19:35:02 +0000 (12:35 -0700)
committerSean Hefty <sean.hefty@intel.com>
Fri, 13 Jun 2014 19:35:02 +0000 (12:35 -0700)
commitbe5829398787a25b7e39fe8734d217edd51198b4
tree8de67e59217c330fa4a41c2be2196234fe630aa4
parent85c6fe1ecc694fcc6c4bea765720a292348259d4
ib_acme: Add support for endpoint specific performance query.

Adds the following queries to ib_acme tool:

  ib_acme -P N
    to query the performance for a specific endpoint N (N = 1, 2, ...);
  ib_acme -P all
    to query the performance for all endpoints;
  ib_acme -f [n | i] -s [src name | ip addr] -P s
    to query the performance for a specific endpoint with the given address.

in addition to the normal query for overal (combined) performance:

  ib_acme -P
  ib_acme -P col

Signed-off-by: Kaike Wan <kaike.wan@intel.com>
Signed-off-by: Sean Hefty <sean.hefty@intel.com>
src/acme.c
src/libacm.c
src/libacm.h