This repository has been archived on 2026-08-19. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
ROCm-Research-Archive/Scripts and Tests/diag4.sh
T
2026-08-20 00:45:43 +02:00

18 lines
560 B
Bash

#!/bin/bash
echo "=== T=0 ==="
cat /proc/15070/stat 2>/dev/null | awk '{print "utime="$14, "stime="$15}'
wc -c < /home/fabian/comfyui5.log
du -sh /home/fabian/.cache/comgr/ 2>/dev/null
ls /home/fabian/.cache/comgr/ 2>/dev/null | wc -l
sleep 30
echo "=== T=30 ==="
cat /proc/15070/stat 2>/dev/null | awk '{print "utime="$14, "stime="$15}'
wc -c < /home/fabian/comfyui5.log
du -sh /home/fabian/.cache/comgr/ 2>/dev/null
ls /home/fabian/.cache/comgr/ 2>/dev/null | wc -l
echo "=== NEW LOG LINES ==="
grep -v "clip missing" /home/fabian/comfyui5.log | tail -10