p2 local.gateway.vrjson v0 - ovis-hpc/ovis-wiki GitHub Wiki
# mycluster gateway node collection config
# transport details
transports: [
{ port : 411
xprt : rdma
host : ${HOSTNAME}-ib0 # don't need this if xprt is sock, typically.
},
]
# sampler default details
samplers : {
interval_default : 60000000
offset_default : 0
# sampler plugin list. order may matter
plugins : [
jobid
meminfo
vmstat
procnfs
procstat
procnetdev
sysclassib
]
jobid : {
file : /var/run/ldms.slurm.jobinfo
}
meminfo : {
with_jobid : 1
}
vmstat : {
with_jobid : 1
}
procnfs : {
with_jobid : 1
}
procstat : {
maxcpu : 16
with_jobid : 1
schema : procstat_16
}
procnetdev : {
with_jobid : 1
ifaces : eth0,eth2,ib0,ib1
}
sysclassib : {
with_jobid : 1
ports : mlx4_0.1,qib0.1
schema : gw_sysclassib
}
idbase : 130000
}