From 44d26dad9d1bf478db4774d837f2f59fca4c8dfd Mon Sep 17 00:00:00 2001 From: James Ketrenos Date: Thu, 6 Mar 2025 14:17:55 -0800 Subject: [PATCH] Add info on monitoring usage in container --- README.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1d0acf7..c4d9d6e 100644 --- a/README.md +++ b/README.md @@ -102,4 +102,17 @@ else fi ``` -If an airc container is running +If an airc container is running, you should see something like: + +``` +Container 5317c503e771 devices: +Device 1: 8086:A780 (Intel(R) UHD Graphics 770) +Device 2: 8086:E20B (Intel(R) Graphics [0xe20b]) +``` + +You can then launch ze-monitor in that container specifying +the device you wish to monitor: + +``` +docker exec -it 5317c503e771 ze-monitor --device 2 +``` \ No newline at end of file