Skip to content

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",
]

Main

LDMSCON

Tutorials are available at the conference websites

D/SOS Documentation

LDMS v4 Documentation

Basic

Configurations

Features & Functionalities

Working Examples

Development

Reference Docs

Building

Cray Specific
RPMs
  • Coming soon!

Adding to the code base

Testing

Misc

Man Pages

  • Man pages currently not posted, but they are available in the source and build

LDMS Documentation (v3 branches)

V3 has been deprecated and will be removed soon

Basic

Reference Docs

Building

General
Cray Specific

Configuring

Running

  • Running

Tutorial

Clone this wiki locally