Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created May 21, 2019 23:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryantm/7389028ddcfbbb653707015dc11a6a66 to your computer and use it in GitHub Desktop.
Save ryantm/7389028ddcfbbb653707015dc11a6a66 to your computer and use it in GitHub Desktop.
/nix/store/np43rv17y66gf4i466a0h3nbg3lq6vrd-infiniband-diags-2.2.0
├── bin
│   ├── check_lft_balance.pl
│   ├── dump_fts
│   ├── dump_lfts.sh
│   ├── dump_mfts.sh
│   ├── ibaddr
│   ├── ibcacheedit
│   ├── ibccconfig
│   ├── ibccquery
│   ├── ibfindnodesusing.pl
│   ├── ibhosts
│   ├── ibidsverify.pl
│   ├── iblinkinfo
│   ├── ibnetdiscover
│   ├── ibnodes
│   ├── ibping
│   ├── ibportstate
│   ├── ibqueryerrors
│   ├── ibroute
│   ├── ibrouters
│   ├── ibstat
│   ├── ibstatus
│   ├── ibswitches
│   ├── ibsysstat
│   ├── ibtracert
│   ├── perfquery
│   ├── saquery
│   ├── sminfo
│   ├── smpdump
│   ├── smpquery
│   └── vendstat
├── etc
│   └── infiniband-diags
│   ├── error_thresholds
│   └── ibdiag.conf
├── include
│   └── infiniband
│   ├── ibnetdisc.h
│   ├── ibnetdisc_osd.h
│   ├── mad.h
│   └── mad_osd.h
├── lib
│   ├── libibmad.la
│   ├── libibmad.so -> libibmad.so.5.5.0
│   ├── libibmad.so.5 -> libibmad.so.5.5.0
│   ├── libibmad.so.5.5.0
│   ├── libibnetdisc.la
│   ├── libibnetdisc.so -> libibnetdisc.so.5.3.0
│   ├── libibnetdisc.so.5 -> libibnetdisc.so.5.3.0
│   ├── libibnetdisc.so.5.3.0
│   └── perl5
│   └── site_perl
│   └── IBswcountlimits.pm
└── share
└── man
├── man3
│   ├── ibnd_debug.3.gz
│   ├── ibnd_destroy_fabric.3.gz
│   ├── ibnd_discover_fabric.3.gz
│   ├── ibnd_find_node_dr.3.gz
│   ├── ibnd_find_node_guid.3.gz
│   ├── ibnd_iter_nodes.3.gz
│   ├── ibnd_iter_nodes_type.3.gz
│   └── ibnd_show_progress.3.gz
└── man8
├── check_lft_balance.8.gz
├── dump_fts.8.gz
├── dump_lfts.8.gz
├── dump_mfts.8.gz
├── ibaddr.8.gz
├── ibcacheedit.8.gz
├── ibccconfig.8.gz
├── ibccquery.8.gz
├── ibfindnodesusing.8.gz
├── ibhosts.8.gz
├── ibidsverify.8.gz
├── iblinkinfo.8.gz
├── ibnetdiscover.8.gz
├── ibnodes.8.gz
├── ibping.8.gz
├── ibportstate.8.gz
├── ibqueryerrors.8.gz
├── ibroute.8.gz
├── ibrouters.8.gz
├── ibstat.8.gz
├── ibstatus.8.gz
├── ibswitches.8.gz
├── ibsysstat.8.gz
├── ibtracert.8.gz
├── infiniband-diags.8.gz
├── perfquery.8.gz
├── saquery.8.gz
├── sminfo.8.gz
├── smpdump.8.gz
├── smpquery.8.gz
└── vendstat.8.gz
12 directories, 84 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment