p2 agg.admin.toml v0 - ovis-hpc/ovis-wiki GitHub Wiki

# mycluster in cluster L1 aggregator config
# transport details
[transports](/ovis-hpc/ovis-wiki/wiki/transports)
transport = sock
port = 412

# show a second one for fun
[transports](/ovis-hpc/ovis-wiki/wiki/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](/ovis-hpc/ovis-wiki/wiki/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](/ovis-hpc/ovis-wiki/wiki/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",
]