If you experience out of memory issues, or just want to debug function invocations or check consuming memory by Rendezvous daemon internals, you can enable undocumented profiling feature.
You need go to http://rvd_host:7580/profiling URL. On the page select the desired check-boxes and then press submit.
Daemons profiling data will be in the log, you can view it on the screen, however better to start rvd or rvrd with log parameters -logfile c:\logs\rvd.log -log-max-size 1024 -log-max-rotations 5 and look at the log files.











1. Comment by Jon
8/Feb/2010 at 11:16 pm
Thanks for this tip Serge. Can you elaborate more on what each of the columns mean?
2. Comment by Serge
9/Feb/2010 at 2:37 pm
Hi Jon, thanks for your comment!
I can only guess that first column is total memory consumed by every pool in bytes, second could be a page size or number of pages, third probably the usage level of the last page or the number of used pages. If someone knows right answer please share.