-
Notifications
You must be signed in to change notification settings - Fork 1
p2 local.admin.vrjson v0
Benjamin Allan edited this page Oct 29, 2019
·
1 revision
# mycluster admin node collection config
# transport details
transports: [
{ port : 411
xprt : rdma
host : ${HOSTNAME}-ib0 # don't need this if xprt is sock, typically.
},
]
# sampler default details
samplers : {
interval_default : 60000000
offset_default : 0
# sampler plugin list. order may matter
plugins : [
jobid
meminfo
vmstat
procnfs
procstat
procnetdev
sysclassib
]
jobid : {
file : /var/run/ldms.slurm.jobinfo
}
meminfo : {
with_jobid : 1
}
vmstat : {
with_jobid : 1
}
procnfs : {
with_jobid : 1
}
procstat : {
maxcpu : 16
with_jobid : 1
schema : procstat_16
}
procnetdev : {
with_jobid : 1
ifaces : eth0,eth2,ib0,ib1
}
sysclassib : {
with_jobid : 1
ports : qib0.1
}
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