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
Copy file name to clipboardExpand all lines: README.md
+62-4Lines changed: 62 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -540,22 +540,80 @@ For this setup, you'll see `flux submit` so the jobs will run at the same time o
540
540
541
541
##### 3. Monitor with BCC
542
542
543
-
This setup will deploy a sidecar and monitor different interacts with bcc.
543
+
This setup will deploy a sidecar and monitor different interacts with bcc. We have several programs that help to understand tcp, file open/closes, or futex wait times. Although you can filter to a cgroup or command, for the default we allow all containers in the pod to be seen. It generates a lot more data, but is interesting. This might need to be tweaked for actual experiments if the data is too big. The default is file open/close (you could leave out `monitor_program`) below:
544
544
545
545
```bash
546
546
helm install \
547
+
--set experiment.monitor_program=open-close \
547
548
--set experiment.monitor=true \
548
549
--set minicluster.save_logs=true \
549
550
lammps ./lammps-reax
550
551
```
551
552
552
-
You'll need to look at the logs to see the sidecar vs. lammps.
553
+
<details>
554
+
555
+
```console
556
+
Looking for /opt/programs/open-close/ebpf-collect.c
557
+
Starting eBPF (Tracepoint for open entry).
558
+
559
+
Start Indicator file defined '/mnt/flux/start_ebpf_collection'. Waiting.
0 commit comments