We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
tail -n 500
1 parent 7a83932 commit e2394e9Copy full SHA for e2394e9
plugins/plugin-client-default/notebooks/dashboard-live.md
@@ -20,7 +20,7 @@ layout:
20
maximize: true
21
outputOnly: true
22
---
23
- tail -f $LOGDIR/logs/job.txt
+ tail -n 500 -f $LOGDIR/logs/job.txt
24
```
25
26
=== "GPU Utilization"
@@ -31,7 +31,7 @@ layout:
31
32
33
34
- tail -f $LOGDIR/resources/gpu.txt
+ tail -n 500 -f $LOGDIR/resources/gpu.txt
35
36
37
=== "Kubernetes Events"
@@ -42,7 +42,7 @@ layout:
42
43
44
45
- tail -f $LOGDIR/events/kubernetes.txt
+ tail -n 500 -f $LOGDIR/events/kubernetes.txt
46
47
48
--8<-- "./dashboard-source.md"
0 commit comments