Skip to content

p2 mycluster.vrjson v0

Benjamin Allan edited this page Oct 29, 2019 · 1 revision
# mycluster L2 config on myl2
# transport details
logger : {
	path : /var/log/ldms-clusters
transports : [
	{
		xprt : sock
		port : ${CLUSTER_AGG_PORT}
	}
]

aggregation : {
	interval_default : ${CLUSTER_AGG_INTERVAL}
	offset_default : ${CLUSTER_AGG_OFFSET}
	event_thds : 8
	connection_retry : 30000000
	mem_res : 2G
	dbg : ERROR
	hosts : [ {	host_ex : mcadmin[1-8]
			xprt : sock
			port : 412
		}
	]
}

storage: [
	store_csv : {
		altheader : 1
		rolltype : 2
		rollover : 0
		path : /ClusterData/${CLUSTER}
		create_gid : 1000000123
		create_perm : 640
		schemas : [
			jobid
			Lustre_Client
			meminfo
			opa2
			*procnetdev
			procnfs
			*sysclassib:
			vmstat
			procstat*
		]
	}
	store_sos : {
		path : /ClusterData/sos/${CLUSTER}
		# tbd
	}
]

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