garlapati
24th February 2011, 15:34
Hi,
i m working on B4c3 & need to know performance for set of sessions running thru a job. i set the shell options as
-- -set PROFILE_ALL=1 -set PROF_DIR=/home/bsp tdsls4101m000 as a trail & when checked i dont see any profiler files exist in /home/bsp? Does profiler work in B4c3?
suggest me
Regards
Sunil
mpfaender
25th February 2011, 14:39
Hi Sunil,
I don't know whether works on B4c3. You can try the following settings. After your tests close the Worktop I think it's important to get the files.
-set PROFILE_ALL=1 -set PROF_CLIENT=save:c:\tmp
PROF_CLIENT pushs the logging files on your Client Workstation.
Best regards
michael
garlapati
27th February 2011, 07:54
Hi Michael,
thanks for your reply. the profiler is working for B4c3. But not as i have seen for other tools. Even though we kept the profiler commands in bshell its not working for it. i tried the way you suggested but no file has been saved to the folder. The result of my testing is that after the session has finished processing, surprisingly i am getting device window & after i pass the parameters its printing the profiler report to that device file. Even the report also showing only the functions level, not query level which query is taking longer.No idea why its that way.
i have queries to clarify?
1. Based on this is there any command which can supress user intervention so that at the end the pofiler report goes to file directly?
2. can we get report at query level? any command for that?
3. when we have multiple sessions to process & check the profiler do we need to compile all the sessions in profiler mode? and at the end all the details will comeup in single report?
Thank you to clarify.
Regards
Sunil