you need to go in llama/debug mode.
Then you need to do
GILLES(debug)# symbol-table load ?
MALLOMAR
SPRITZ
2GIOM
GILLES(debug)# symbol-table load SPRITZ
Loading string table... 193,547
Loading symbols........ 8,707
Load complete.......... 402,515
GILLES(debug)# shell 1 1 spyReport
NAME ENTRY TID PRI total % (ticks) delta % (ticks)
-------- -------- ----- --- --------------- ---------------
tExcTask 8e7a87f0 0 0% ( 0) 0% ( 0)
tLogTask 8e7a5c50 0 0% ( 0) 0% ( 0)
tEvtTask 8e233fc0 0 0% ( 0) 0% ( 0)
tOnDMHeartbe 8de4bc20 0 0% ( 0) 0% ( 0)
tWdbTask 8e12bf00 3 0% ( 0) 0% ( 0)
<....>
Another command is 'cpu hog'.
It gives you the last 5 processes.
If you repeat the command multiple times, you should
see the process consuming always the CPU.
Finally, you have to unload the symbol file.
symbol-table unload SPRITZ
Regards,
Gilles.