Uploaded sanitized BC250/ROCm Repository.
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
#!/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
|
||||
Reference in New Issue
Block a user