# LDMS transport option (sock, rdma, or ugni)
LDMSD_XPRT=sock
# LDMS Daemon service port
LDMSD_PORT=411
# LDMS memory allocation
LDMSD_MEM=512K
#LDMSD_VERBOSE=DEBUG
LDMSD_VERBOSE=CRITICAL
#LDMSD_VERBOSE=QUIET
# Log file control. The default is to log to syslog.
LDMSD_LOG_OPTION="-l /var/log/ldmsd.log"
# Authentication method
LDMSD_AUTH_PLUGIN=munge
# Authentication options
#LDMSD_AUTH_OPTION="-a ${LDMSD_AUTH_PLUGIN}"
#LDMSD_AUTH_OPTION="-A conf=/opt/ovis/etc/ldms/ldmsauth.conf"
# LDMS plugin configuration file, see /opt/ovis/etc/ldms/sampler.conf for an example
LDMSD_PLUGIN_CONFIG_FILE=/opt/ovis/etc/ldms/sampler.conf
# These are configured by configure script, no need to change.
LDMSD_PLUGIN_LIBPATH=/opt/ovis/lib64/ovis-ldms
ZAP_LIBPATH=/opt/ovis/lib64/ovis-lib
# LDMS transport option (sock, rdma, or ugni)
LDMSD_XPRT=sock
# LDMS Daemon service port
LDMSD_PORT=412
# LDMS memory allocation
LDMSD_MEM=2G
# Number of event threads
LDMSD_NUM_THREADS=8
LDMSD_ULIMIT_NOFILE=100000
#LDMSD_VERBOSE=DEBUG
LDMSD_VERBOSE=CRITICAL
# Log file control. The default is to log to syslog.
LDMSD_LOG_OPTION="-l /var/log/ldmsd_agg.log"
# Authentication method
LDMSD_AUTH_PLUGIN=munge
# Authentication options
# LDMSD_AUTH_OPTION="-A conf=/opt/ovis/etc/ldms/ldmsauth.conf"
LDMSD_PLUGIN_CONFIG_FILE=/opt/ovis/etc/ldms/aggregator.conf
# These are configured by configure script, no need to change.
LDMSD_PLUGIN_LIBPATH=/opt/ovis/lib64/ovis-ldms
ZAP_LIBPATH=/opt/ovis/lib64/ovis-lib