mirror of
https://github.com/docker/awesome-compose.git
synced 2025-04-20 07:48:06 +02:00
clean up
Signed-off-by: Andrew Maguire <andrewm4894@gmail.com>
This commit is contained in:
parent
4056ef0680
commit
dd226857e4
1 changed files with 11 additions and 1 deletions
|
@ -86,7 +86,17 @@ NETDATA_SYSTEM_IDLEJITTER_VISIBLETOTAL="413" # microseconds lost/s
|
|||
TODO
|
||||
```
|
||||
|
||||
Navigate to `http://localhost:19999` in your web browser to access the local Netdata dashboard.
|
||||
Navigate to `http://localhost:19999` in your web browser to access the local Netdata dashboard or run:
|
||||
|
||||
```
|
||||
$ curl localhost:19999/api/v1/allmetrics
|
||||
# chart: system.idlejitter (name: system.idlejitter)
|
||||
NETDATA_SYSTEM_IDLEJITTER_MIN="73" # microseconds lost/s
|
||||
NETDATA_SYSTEM_IDLEJITTER_MAX="231" # microseconds lost/s
|
||||
NETDATA_SYSTEM_IDLEJITTER_AVERAGE="109" # microseconds lost/s
|
||||
NETDATA_SYSTEM_IDLEJITTER_VISIBLETOTAL="413" # microseconds lost/s
|
||||
...
|
||||
```
|
||||
|
||||

|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue