How to query memory usage on the client?

Is there an easy way to query how much memory is being used on the client? I can easily display or query the number of documents of each collection I have in minimongo, but when I start to play around with how many fields of each of those documents I bring up to the client, I’d like to have a way to see how pulling in more fields will affect the memory usage in practice.