You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-s, --scrollback [count] Maximum scroll history for log windows
100
101
```
101
102
102
103
#####`--port`
103
104
Under the hood the dashboard utilizes SocketIO with a default port of `9838`. If this conflicts with an existing service you can optionally change this value.
104
105
106
+
#####`--refreshinterval`
107
+
Specifies the interval in milliseconds that the metrics should be refreshed. The default is 1000 ms (1 second).
108
+
105
109
#####`--eventdelay`
106
110
This tunes the minimum threshold for reporting event loop delays. The default value is `10ms`. Any delay below this value will be reported at `0`.
0 commit comments