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
99
101
```
100
102
101
103
#####`--port`
102
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.
103
105
106
+
#####`--refreshinterval`
107
+
Specifies the interval in milliseconds that the metrics should be refreshed. The default is 1000 ms (1 second).
108
+
104
109
#####`--eventdelay`
105
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`.
106
111
112
+
#####`--scrollback`
113
+
Specifies the maximum number of lines that log windows (e.g. stdout, stderr) will buffer in order to scroll backwards and see the history. The default is 1000 lines.
114
+
107
115
To gracefully exit and terminate the spawned process use one of: `Ctrl + C`, `Q`, or `ESC`.
0 commit comments