Hello, I'm trying to use the logging profiler to track heap use in a mono asp.net app. In the configuration file, I've put the following:
MonoSetEnv appname MONO_THREADS_PER_CPU=2000;MONO_IOMAP=case;MONO_OPTIONS=--profile=logging:heap=all:output=/tmp/heap.profile.mprof Sure enough, after I restart apache, the command line has it: /usr/local/bin/mono --profile=logging:heap=all:output=/tmp/heap.profile.mprof /usr/local/lib/mono/2.0/mod-mono-server2.exe ... But, there's no .mprof file in the /tmp directory, or, for that matter, anywhere else! How can I get the profler results that I need? Sorry if this is covered on a web page somewhere, but I've been looking for over an hour. -- View this message in context: http://www.nabble.com/heap-profiling-in-asp.net%3A-where-to-find-output--tp24690505p24690505.html Sent from the Mono - ASP.NET mailing list archive at Nabble.com. _______________________________________________ Mono-aspnet-list mailing list [email protected] http://lists.ximian.com/mailman/listinfo/mono-aspnet-list
