Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduce LDMS Profiling Capability #1460

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Oct 29, 2024

  1. Export ldms_addr_ntop()

    nichamon committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    ea615fa View commit details
    Browse the repository at this point in the history
  2. Profiling LDMS Operations

    This commit introduces profiling capabilities to LDMS operations,
    including lookup, update, set_delete, and stream_publish. It collects
    timestamps for key events, such as API calls, request/response
    exchanges, and completion notifications. The feature is disabled by
    default but can be configured using the 'profilng' configuration command
    to enable, disable, or reset data collection. This enhancement will aid
    in performance analysis and optimization.
    nichamon committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    a77173a View commit details
    Browse the repository at this point in the history