Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Adding LDMS path to README instructions.
  • Loading branch information
vsurjadidjaja committed Nov 30, 2023
1 parent caa8c9f commit 25a1cda
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/services/ldms/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ The LDMS Connector/Fowarder publishes Caliper messages to LDMS for analysis and
export CALIPER_LDMS_HOST="localhost"
export CALIPER_LDMS_PORT="412"
export CALIPER_LDMS_AUTH="munge"
export LD_LIBRARY_PATH="[path_to_LDMS_lib64]":$LD_LIBRARY_PATH
export PATH="[path_to_LDMS_bin_directory]":"[path_to_LDMS_sbin_directory]":$PATH
```
- The following environmental variable allows you to debug your LDMS connection and confirm if messages are being pushed by the application and Caliper:
```
Expand Down

0 comments on commit 25a1cda

Please sign in to comment.