Skip to content

p2 agg.admin.vrjson v0

Benjamin Allan edited this page Oct 29, 2019 · 1 revision
# mycluster in cluster L1 aggregator config
# transport details
transports : [
	{
		xprt : sock
		port : 412
	} , # might be more here
]

aggregation : {
	interval_default : 60000000
	offset_default : 130000
	event_thds : 8
	connection_retry : 30000000
	mem_res : 200M
	dbg : ERROR
	hosts : [ # list of ip/xprt/port generators that identify upstream ports
		{ #
			with_gender : bootnode=${HOSTNAME}  # look up all hosts booting from me
			host_suffix : -ib0 # append -ib0 to get name of rdma/IB interface. could be prepend
			port : 411 
			xprt : rdma
		}, {
			host_ex : ${HOSTNAME},mycluster-extra[1,3-9] # alternate to allow host-expr list
			host_suffix : -ib0
			xprt : rdma
			port : 411
		}
	]
}

storage : [
	store_csv : {
		path : /localdisk/ldms
		altheader : 1
		container : store_csv
		rollover : 0
		rolltype : 2
		rename_template : %D/spool/%B
		schemas : [
			jobid
			meminfo
			vmstat
			procnfs
			Lustre_Client
			procstat*
			*procnetdev
			*sysclassib
		]
	}
	store_flatfile : {
		path : /localdisk/ldms/
		schemas : *
		exclude_schemas : [
			jobid
			vmstat
			procnfs
			procnetdev
			sysclassib
			lustre2_client
		]
	}
]

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