Skip to content

Commit bbae447

Browse files
committed
Add username and jobId to gds.alpha.systemMonitor
1 parent 3d3e559 commit bbae447

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/modules/ROOT/pages/common-usage/monitoring-system.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ YIELD
100100
[opts="header",cols='2,3,5']
101101
|===
102102
| jvmAvailableCpuCores | availableCpuCoresNotRequested | ongoingGdsProcedures
103-
| 100 | 84 | [{ procedure: "Node2Vec", progress: "33.33%", estimatedMemoryRange: "[123 kB ... 234 kB]", requestedNumberOfCpuCores: "16" }]
103+
| 100 | 84 | [{ username: "bob", jobId: "42", procedure: "Node2Vec", progress: "33.33%", estimatedMemoryRange: "[123 kB ... 234 kB]", requestedNumberOfCpuCores: "16" }]
104104
|===
105105

106106
Here we can note that there is only one GDS procedure currently running, namely the `Node2Vec` procedure we just started. It has finished around `33.33%` of its execution already.

0 commit comments

Comments
 (0)