Skip to content

2024.11.04

nichamon edited this page Jan 27, 2025 · 1 revision
  • GitHub Updates
    • The 'OVIS-4' branch has been renamed to 'main'
    • Tag issues and pull requests with Milestones v4.4.5 and v4.5.1
  • Release v4.4.5 updates
    • YAML support implementation – Ready for review
    • Hostname resolution error handling improvements
      • Refer to PR 1492
      • Next steps: Make the following changes to the PR:
        • Make IP cache configurable. Caching IP is the default. This is to support cloud environment that the IPs of compute nodes change when compute nodes are up.
        • If caching IP is enabled, ldmsd will not resolve sampler's hostname again after it is resolved
        • Make ldmsd report error messages at every reconnect until the hostname can be resolved
    • Parameter naming decision: ‘reconnect’ vs ‘reconnect_interval’
      • The following aliases of 'interval' will be added to the appropriate commands 'sample_interval', 'reconnect_interval', 'update_interval', and 'ping_interval'.
  • LDMS Documentation Discussion
    • Agreed with Chris's proposal on using reStructuredText Documentation [https://github.com/ovis-hpc/ldms/discussions/1476]
    • Next step: discuss in more detail on the structure and content

The slides and the note from the meeting can be found 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