Truss method: You would need to find the process id (pid) of the gnome 
commander with something along the lines of ps -ef  | grep "gnome commander". 
replace gnome commander with the proper string pattern.

when you get it pid you would then launch truss on that pid and get the slow 
down to occur or invoke it as soon as it occurs.
truss -fae -vall -o /tmp/log.txt -p pid_of_gnome
-- 
This message posted from opensolaris.org
_______________________________________________
opensolaris-discuss mailing list
opensolaris-discuss@opensolaris.org

Reply via email to