prstat

hi all,
was trying to figure out how busy my app was by looking at the performance of the app server. did a 'prstat -s rss' command to find the app servers using most memory.
Found a command 'prstat -m' which is meant to show more details on each pid but the output of this command displays other users as well.

is there a way to sort the output based on the 'USERNAME' column ??

thanks in advance.

prstat -m -U userJoeShmoe

will display info for a selected User.