-
Notifications
You must be signed in to change notification settings - Fork 1
p2 local.admin.toml v0
Benjamin Allan edited this page Oct 30, 2019
·
1 revision
# mycluster admin node collection config
# transport details
[[transports]]
port = 411
transport = "rdma"
host = "${HOSTNAME}-ib0"
# sampler default details
[samplers]
interval_default = 60000000
offset_default = 0
plugins = [
"jobid",
"meminfo",
"vmstat",
"procnfs",
"procstat",
"procnetdev",
"sysclassib",
]
[samplers.jobid]
file = "/var/run/ldms.slurm.jobinfo"
[samplers.meminfo]
with_jobid = 1
[samplers.vmstat]
with_jobid = 1
[samplers.procnfs]
with_jobid = 1
[samplers.procstat]
maxcpu = 16
with_jobid = 1
schema = "procstat_16"
[samplers.procnetdev]
with_jobid = 1
ifaces = ["eth0", "eth2", "ib0", "ib1"]
[samplers.sysclassib]
with_jobid = 1
ports = "qib0.1"
samplers.idbase = 110000
- 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