[Mono-list] HOW TO: Profile mod_mono

Abe Gillespie abe.gillespie at gmail.com
Tue May 17 14:29:43 EDT 2011


It took me a while to figure out all the pieces involved to do this.
I install parallel Mono environments so it's a little more complicated
to get up & running.  I figured this might be helpful for others:

Setting up the environment:
export PATH=/usr/local/mono/<current-version>/bin:$PATH - XSP needs
this to find dmcs
export LD_LIBRARY_PATH=/usr/local/mono/<current-version>/lib -
profiler needs this to find its supporting libraries

*substitute your environment's paths as appropriate

Profiling:
http://www.mono-project.com/Mod_mono (find the "Profiling
mod-mono-server" section)

How to use the profile output:
http://www.mono-project.com/Profiler

And good luck to you, Xamarin!

-Abe


More information about the Mono-list mailing list