Skip to content

2020.01.06

oceandlr edited this page Jan 6, 2020 · 7 revisions

Agenda:

  • Streams API and Example
  • Pull requests (these were just stalled over the holiday)

What is it?: small library and API for an application to send data to a plugin running inside an LDMSD server. Also an API for plugins to receive that data whenever the server receives that data. Binds events with that stream name to subscribers.

  • runs over the LDMS transport, not a separate socket.
  • uses the authentication of the plugin

Tom's presentation to go here.

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