List of every process, not just current users processes

I’ll try it and report back.

REPORT: It didn’t make any difference. :frowning:

Since i’m unix newbie, i cant modify this to show only name of process and cpu usage and sort by cpu usage:

set p to (do shell script “top -l 1”)

Try something like this, cirno:

do shell script "ps -Acr -o %cpu,command"