Thread
:
start applications with high priority possible?
View Single Post
cvmiller
2008-04-12 , 21:27
Posts: 191 | Thanked: 29 times | Joined on Sep 2007 @ Ottawa
#
8
Originally Posted by
locutus
Somehow the output of "top" and "ps -axl" doesn't show me the priority of the processes.
ps is a brain dead version (busybox) of the real ps command. You can find the real version of ps here:
http://www.makikiweb.com/n800/downlo....2.7.armel.deb
You can find the PID of your applicaiton with the following command:
ps | grep <your_app_name> | cut -b 1-5 | head -1
Hope this helps,
Craig...
__________________
N800, Think Outside Kbd, 8GB SDHC Card (OCZ, ext2), and 8GB SD Card (Patriot formatted as VFAT)
Zaurus SL-6000, IR Keyboard, 1GB SD Card
Quote & Reply
|
The Following 4 Users Say Thank You to cvmiller For This Useful Post:
bluechalk
,
codeMonkey
,
qwerty12
cvmiller
View Public Profile
Send a private message to cvmiller
Find all posts by cvmiller