class PhusionPassenger::AdminTools::MemoryStats::Process

def rss_in_mb

def rss_in_mb
	return sprintf("%.1f MB", rss / 1024.0)
end