4 lines
89 B
Bash
4 lines
89 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
watch -n 0.5 ps H -o euser,pid,tid,comm,%mem,rss,%cpu,psr -p `pgrep aquatic`
|