Lightweight Distributed Metric Service (LDMS)


High-Fidelity, Whole System, Synchonized Data Collection and Transport


LDMS provides an unprecedented ability to collect system data at resolutions necessary for detecting features and events of interest and to respond on meaningful timescales.

Image of LDMS High Level

Features of LDMS Data that Facilitate Analysis

  • Whole system data - Full system data enables investigation of effects of conditions which cannot be understood from the data accessible from an application’s perspective alone. For example, in shared networks conditions along the communication routes will affect the application’s performance. That data is not available from the application’s allocation.
  • Synchronized system snapshots - In order to get a coherent picture of conditions, the data must be collected at effectively the same time across possibly tens of thousands of disparate components.
  • High-fidelity data - High-fidelity data is needed to detect and resolve features and events of interest, such as the evolution of network congestion and I/O usage profiles
  • Run time data collection and transport - Run time data collection and transport enables analysis while applications are running and while the system is experiencing conditions of interest. Thus, problems can be discovered early and remediative action can be taken. Post-processing analysis does not solve problems as they occur and is rarely performed in practice.

LDMS Network Congestion Data

Architectural Details of LDMS

  • No significant application impact - LDMS has been shown to have no significant impact on applications at collection rates (1Hz) necessary for resolving resource utilization features. This is enabled by:
    • Optimized data structures - data and metadata in memory are laid out to enable efficient data access. Metadata is only transported upon change, with most aggregation consisting of only the data values, which are smaller in size.
    • Small, bounded footprint - data is stored on-node in a user-specified memory region. This can be set to store only the most data sample in order to minimize the memory footprint.
    • Efficient transport - LDMS supports multiple transports including RDMA, IB, and socket. RDMA enables fetch with minimal CPU interruption.
    • Flexible transport topology with high fan-in - LDMS can collect and transport data on large node-count systems, with only a few aggregation points required. Multiple transports can be combined – for instance data can be aggregated from compute nodes via RDMA over the high speed network and then transported off system via socket. In addition, arbitrary aggregation topologies are supported (not just tree-based) which can enable redirection and use of data anywhere, including exposure on compute nodes.
  • Adding collectors and directing data to your data stores is easy - LDMS is easily extensible. Its plugin architecture makes the creation of additional samplers and stores simple and encapsulated. In addition, store plugins enable easy direction of LDMS output to different formats and consumers.
  • Platform Independent - LDMS can run on all *nix OS

For more information