Skip to content

Latest commit

 

History

History
76 lines (55 loc) · 1.34 KB

ldms_ibnet_schema_name.rst

File metadata and controls

76 lines (55 loc) · 1.34 KB

ldms_ibnet_schema_name

Date: 4 June 2020

ldms_ibnet_schema_name - man page for the LDMS ibnet plugin support utility

ldms_ibnet_schema_name <plugin config options>

The ibnet plugin generates a schema name including a hash of certain configuration data. ldms_ibnet_schema_name provides the user with the resulting name before running ldmsd so that store plugins can be configured.

See Plugin_ibnet(7).

ldms_ibnet_schema_name node-name-map=/path/map timing=2 metric-conf=/path/metricsubsets schema=myibnet

when file /path/metricsubsets contains

extended
xmtsl
rcvsl
xmtdisc
rcverr
oprcvcounters
flowctlcounters
vloppackets
vlopdata
vlxmitflowctlerrors
vlxmitcounters
swportvlcong
rcvcc
slrcvfecn
slrcvbecn
xmitcc
vlxmittimecc
smplctl

yields

myibnet_7fffe_tn

If the timing option is greater than 0, the name of the overall timing set will be as for the result given with "_timing" appended.

Plugin_ibnet(7)