db.system.profile.drop()
db.system.profile.find({"millis":{"$gt":30000}})
db.setProfilingLevel(0)
db.setProfilingLevel(1,{slowms:3000});