profile under JZOS

General discussion on the JZOS batch launcher and toolkit
Post Reply
elukaweski
Posts: 5
Joined: Thu Feb 23, 2006 12:24 pm
Location: toronto, canada

profile under JZOS

Post by elukaweski »

Hi. We are trying to figure out to profile java applications that run under JZOS. Can't seem to find any information of profiling on z/os.

Would anybody have any suggestions?

thanks,
Edwin
dovetail
Site Admin
Posts: 2022
Joined: Thu Jul 29, 2004 12:12 pm

Post by dovetail »

Take a look at the latest version of the JZOS Cookbook (which we wrote).
It has two chapters on profiling that should help you.

http://www.alphaworks.ibm.com/tech/zosjavabatchtk

Between the two tools discussed in the book, I would look at JIP first, since it is easier to use and has much less overhead than JInsight, which traces all method calls.
elukaweski
Posts: 5
Joined: Thu Feb 23, 2006 12:24 pm
Location: toronto, canada

profiling under JZOS

Post by elukaweski »

Thank you for the quick response. I have looked at the cookbook and it is a great resource. And I will get the JIP software.

I don't see anything about memory usage (heap) profiling. Any suggestions for this aspect?

Thanks,
Edwin
dovetail
Site Admin
Posts: 2022
Joined: Thu Jul 29, 2004 12:12 pm

Post by dovetail »

IBM has a heap analyzer tool as part of the "IBM Support Assistant", although I haven't had the best luck with it in terms of tracking down leaks. It might be OK for profiling, but I'm not that familiar with it.

Its a pity that something like "YourKit" isn't available on z/OS.
elukaweski
Posts: 5
Joined: Thu Feb 23, 2006 12:24 pm
Location: toronto, canada

Post by elukaweski »

ok...again, thanks for the reply. And for the information.

I've seen something called Agent Controller but can't seem to find it for z/OS. It's available from the Eclipse tptp project for window and linux.

Thnaks again
Edwin
Post Reply