fix(server): event capturing and necessary logic for smoke test.
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
# healthcheck_execute.md
|
||||
|
||||
Run `scripts/healthcheck.sh` and report the results.
|
||||
If the script fails, report the error and exit code.
|
||||
@@ -0,0 +1,10 @@
|
||||
# healthcheck_write.md
|
||||
|
||||
Write a bash script to `scripts/healthcheck.sh` that reports:
|
||||
- RAM usage %
|
||||
- CPU usage %
|
||||
- GPU usage % and VRAM usage % if an NVIDIA or AMD GPU is detected
|
||||
|
||||
Use standard tools only (free, top/vmstat, nvidia-smi, rocm-smi).
|
||||
If no GPU is detected, skip that section gracefully.
|
||||
Make the script executable.
|
||||
Reference in New Issue
Block a user