-
Notifications
You must be signed in to change notification settings - Fork 1
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
]
}
]
- Home
- Search
- Feature Overview
- LDMS Data Facilitates Analysis
- Contributing patches
- User Group Meeting Notes - BiWeekly!
- Publications
- News - now in Discussions
- Mailing Lists
- Help
Tutorials are available at the conference websites
- Coming soon!
- Testing Overview
- Test Plans & Documentation: ldms-test
- Man pages currently not posted, but they are available in the source and build
V3 has been deprecated and will be removed soon
- Configuring
- Configuration Considerations
- Running