Bit.ASICmon-p/checkmem

4 lines
105 B
Plaintext
Raw Normal View History

2024-03-25 12:32:11 +08:00
#!/bin/bash
watch -n 0.1 'ps -o vsize,command,pcpu ax | sort -b -k3 -r | grep -E -i -w "[0-9]+ python"'