myclient = pymongo.MongoClient("mongodb://test:test@127.0.0.1:27017/admin") myclient.admin.command(killOp(1234)) ??
I can not find the rig