File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -28,12 +28,6 @@ The kernel usage is available for Notebook 7.x too which can be enabled at
28
28
` View -> Right Sidebar -> Show Kernel Usage ` . In the case of JupyterLab interface, it is
29
29
enough to click ` tachometer ` icon on the right sidebar.
30
30
31
- If you want to hide host information from the Kernel Usage sidebar
32
- you can set ` --ResourceUseDisplay.show_host_usage=False ` to hide ` Host CPU ` and ` Host Virtual Memory ` information.
33
- The default is set as ` True ` , i.e. show all the information.
34
-
35
- ![ Screenshot for kernel usage with limited info] ( ./doc/kernel-usage-limited-info.png )
36
-
37
31
The package provides an alternative frontend for the ` jupyter-resource-usage ` metrics:
38
32
39
33
![ screencast] ( ./doc/topbar.gif )
@@ -109,6 +103,14 @@ The threshold for this warning can be configured as a fraction of the memory lim
109
103
If you want to flash the warning to the user when they are within 10% of the memory limit, you
110
104
can set the parameter ` --ResourceUseDisplay.mem_warning_threshold=0.1 ` .
111
105
106
+ ### Host information
107
+
108
+ If you want to hide host information from the Kernel Usage sidebar
109
+ you can set ` --ResourceUseDisplay.show_host_usage=False ` to hide ` Host CPU ` and ` Host Virtual Memory ` information.
110
+ The default is set as ` True ` , i.e. show all the information.
111
+
112
+ ![ Screenshot for kernel usage with limited info] ( ./doc/kernel-usage-limited-info.png )
113
+
112
114
### CPU Usage
113
115
114
116
` jupyter-resource-usage ` can also track CPU usage and report a ` cpu_percent ` value as part of the ` /api/metrics/v1 ` response.
You can’t perform that action at this time.
0 commit comments