分享一段代码,很简单但是也很实用. #!/usr/bin/python #-*- coding:gb18030 -*- ''' Usage: mq.py [Qmgr] *get the queues' curdepth which type is local, and sorted by curdepth desc. Auth : kongdl@eastcom-sw.com ''' import re import os import sys if __name__=='__main__': i…