mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +00:00
add scripts/watch-threads.sh for showing runtime stats
Includes per-thread cpu affinity (PSR)
This commit is contained in:
parent
3d88689c77
commit
c1f2d036c0
1 changed files with 3 additions and 0 deletions
3
scripts/watch-threads.sh
Executable file
3
scripts/watch-threads.sh
Executable file
|
|
@ -0,0 +1,3 @@
|
||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
watch -d -n 0.5 ps H -o euser,pid,tid,comm,%mem,rss,%cpu,psr -p `pgrep aquatic`
|
||||||
Loading…
Add table
Add a link
Reference in a new issue