标签:
文档地址:https://github.com/oldmanpushcart/greys-anatomy/wiki
//这个是监控调用耗时数量什么的
monitor -c 5 *MobileDAO queryByAccount
//这个常用来监控入参和返回,非常常用的
watch -f *MobileDAO* queryByAccount clazz.name+"|"+method.name+"|"+params+"|"+returnObj -x 1
watch -f * Mobile DAO* queryByAccount returnObj -x 2options json-format true
详情看文档操作
标签:
原文地址:http://my.oschina.net/glarystar/blog/504799