From e7118b6b19da7238c4212dbae17b95990629c959 Mon Sep 17 00:00:00 2001 From: Renaud Gaubert Date: Fri, 1 May 2020 23:22:31 -0700 Subject: [PATCH] [README] Proxy is now started in the background Signed-off-by: Renaud Gaubert --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 10176cb..0bac324 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ $ kubectl create -f https://raw.githubusercontent.com/NVIDIA/gpu-monitoring-tool $ NAME=$(kubectl get pods -l "app.kubernetes.io/name=dcgm-exporter, app.kubernetes.io/version=2.0.0-rc.8" \ -o "jsonpath={ .items[0].metadata.name}") -$ kubectl proxy --port=8080 +$ kubectl proxy --port=8080 & $ BASE=http://localhost:8080/api/v1/namespaces/default $ curl $BASE/pods/$NAME:9400/proxy/metrics # HELP DCGM_FI_DEV_SM_CLOCK SM clock frequency (in MHz).