Skip to content

p2 local.admin.vrjson v0

Benjamin Allan edited this page Oct 29, 2019 · 1 revision
# 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
}

Main

LDMSCON

Tutorials are available at the conference websites

D/SOS Documentation

LDMS v4 Documentation

Basic

Configurations

Features & Functionalities

Working Examples

Development

Reference Docs

Building

Cray Specific
RPMs
  • Coming soon!

Adding to the code base

Testing

Misc

Man Pages

  • Man pages currently not posted, but they are available in the source and build

LDMS Documentation (v3 branches)

V3 has been deprecated and will be removed soon

Basic

Reference Docs

Building

General
Cray Specific

Configuring

Running

  • Running

Tutorial

Clone this wiki locally