Uploaded sanitized BC250/ROCm Repository.
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
#!/bin/bash
|
||||
echo "=== MEMORY ==="
|
||||
free -h
|
||||
echo
|
||||
echo "=== GPU VRAM ==="
|
||||
cat /sys/class/drm/card*/device/mem_info_vram_total 2>/dev/null || echo "no sysfs"
|
||||
echo
|
||||
echo "=== TOP MEM PROCS ==="
|
||||
ps aux --sort=-%mem | head -10
|
||||
echo
|
||||
echo "=== DOCKER ==="
|
||||
docker ps --format "table {{.Names}}\t{{.Status}}\t{{.Ports}}" 2>&1
|
||||
echo
|
||||
echo "=== DOCKER STATS ==="
|
||||
docker stats --no-stream --format "table {{.Name}}\t{{.MemUsage}}\t{{.CPUPerc}}" 2>&1
|
||||
echo
|
||||
echo "=== QWEN3-TTS MODELS ==="
|
||||
ls -lh ~/sudx-ai/models/qwen3-tts/ 2>&1
|
||||
echo
|
||||
echo "=== DISK ==="
|
||||
df -h /
|
||||
Reference in New Issue
Block a user