Add stack status script

This commit is contained in:
avi
2026-04-20 14:11:38 -05:00
parent a400b8151a
commit e74b6c08a6

11
scripts/status.sh Executable file
View File

@@ -0,0 +1,11 @@
#!/usr/bin/env bash
set -euo pipefail
echo "=== ollama limits ==="
systemctl show ollama | grep -E 'CPUQuota|MemoryHigh|MemoryMax'
echo
echo "=== loaded models ==="
ollama ps
echo
echo "=== machine profile ==="
cat ~/local-ai-stack/generated/machine-profile.json