程序名称:MongoSpy
授权协议: 未知
操作系统: 跨平台
开发语言: JavaScript
一个对MongoDB慢查询进行监控的小工具,使用node.js从MongoDB的system.profile这个Collection中不停读出最新的数据并显示在Web页面,这样你就能实时的看到MongoDB的慢查询了。当然,前提是你得配置好对应DB的profile级别。
安装方法:
git clone git://github.com/karlseguin/mongospy.git cd mongospy npm install
http://spy.mongly.com/