# activeMQmonitor **Repository Path**: jalright/activeMQmonitor ## Basic Information - **Project Name**: activeMQmonitor - **Description**: 监控activeMQ的队列状态并保存到sqlite文件,使用pygal绘制图形 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2017-02-06 - **Last Updated**: 2022-05-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 需要安装python模块 ``` pip install pygal pip install beautifulsoup4 ``` 使用说明: 1.根据实际情况修改host,port,username,password,可以使用crontab定时监控获取MQ队列的数据 ``` */10 * * * * /scripts/activeMQmonitor/checkActiveMQ.py ``` 2.生成html图表页面: 直接运行 ``` python monitorgal.py ``` 选择要生成的对应的时间段和队列即可