p2 local.admin.vrjson v0 - ovis-hpc/ovis-wiki GitHub Wiki

# mycluster admin 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 : qib0.1
	}

	idbase : 110000
}