Skip to content

Commit

Permalink
[README] Fix incorrect port number on bare metal
Browse files Browse the repository at this point in the history
Signed-off-by: Renaud Gaubert <[email protected]>
  • Loading branch information
Renaud Gaubert committed May 6, 2020
1 parent 1b9a532 commit 560cff2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ $ make binary
$ sudo make install
...
$ dcgm-exporter &
$ curl localhost:8081/metrics
$ curl localhost:9400/metrics
# HELP DCGM_FI_DEV_SM_CLOCK SM clock frequency (in MHz).
# TYPE DCGM_FI_DEV_SM_CLOCK gauge
# HELP DCGM_FI_DEV_MEM_CLOCK Memory clock frequency (in MHz).
Expand Down

0 comments on commit 560cff2

Please sign in to comment.