9 lines
179 B
Plaintext
Raw Normal View History

2024-02-18 16:18:50 -07:00
#!/bin/sh
# Displays which PROCESSOR a pid is currently running on :)
/usr/bin/uptime
COLUMNS=80 ps axw -o pid,user,ni,%cpu,psr,%mem,args --sort -%cpu|head -n 22
/usr/bin/free