To get the Memory usage on Railo (heap and non-heap), you can use the getMemoryUsage() function, like so:
<cfdump var=’#getmemoryUsage(‘heap’)#’>
<cfdump var=’#getmemoryUsage(“non_heap”)#’>
Pretty simple. But something that isn’t well documented. I hope this helps someone!
-Scott