-
Notifications
You must be signed in to change notification settings - Fork 1
p2 agg.admin.toml v0
Benjamin Allan edited this page Oct 30, 2019
·
1 revision
# mycluster in cluster L1 aggregator config
# transport details
[[transports]]
transport = sock
port = 412
# show a second one for fun
[[transports]]
transport = rdma
port = 413
[aggregation]
interval_default = 60000000
offset_default = 130000
event_threads = 8
connection_retry = 30000000
memory_reserved = "200M"
debug = "ERROR"
# list of ip/xprt/port generators that identify upstream ports
[[aggregation.hosts]]
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
transport = rdma
[[aggregation.hosts]]
host_ex = "${HOSTNAME},mycluster-extra[1,3-9]" # alternate to allow host-expr list
host_suffix = "-ib0"
transport = 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",
]
[storage.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