Skip to content
scorzy edited this page May 28, 2015 · 1 revision

Top

Display information about running process.

To place before TEXT:

topTime (number)
seconds top will run, default is zero, put it to 1 or 2 if you want see cpu usage

To place after TEXT:

top (type)(number)
information about process, processes are ranked from highest to lowest in terms of cpu usage, which is what (num) represents. Type are “name”, “cpu”, “mem”, “pid”, “shortName” (app name if exists, process name otherwise).

topMem (type)(number)
Same as top, except sorted by mem usage instead of cpu

Clone this wiki locally