Add stack status script
This commit is contained in:
11
scripts/status.sh
Executable file
11
scripts/status.sh
Executable 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
|
||||
Reference in New Issue
Block a user