[18:14:30] <oti8> Can anyone recommend a GUI tool for Mongodb on Mac?
[18:14:59] <oti8> Im mostly interested in: monitoring health, generating stats based on Mongo.find() w/ special parameter
[21:11:48] <Mech0z> If I have a property Rating on every object on a collection Player, if I want to remove that property on every object, what method would I need to use?
[23:46:44] <aet> Hey, I can't seem to kill the mongod process on my mac. tried kill -2 <pid> and kill -15 <pid> as recommended in the docs and the process is still alive
[23:47:13] <aet> im trying to restart mongo and tell it to use a configuration file but i cant get it to stop this process