|
| 1 | +<div align=center > |
| 2 | +<img src="https://danielpine.github.io/img/icon.png" width = "100" height = "100" /> |
| 3 | +</div> |
| 4 | + |
| 5 | +--- |
| 6 | + |
1 | 7 | # dmonitor |
2 | | -a monitor for linux process. |
3 | 8 |
|
| 9 | +## Orange Resource Monitor |
| 10 | + |
| 11 | +Dmonitor is a python monitoring agent that storage and aggregation |
| 12 | + |
| 13 | +metrics with Elasticsearch, Sqlite or other Database, |
| 14 | + |
| 15 | +Our goal is to monitor the metrics of each process specified |
| 16 | + |
| 17 | +on the server for non-functional testing from any platform |
| 18 | + |
| 19 | +such as Linux,Windows,macOS,FreeBSD,OpenBSD,NetBSD,Sun Solaris,AIX. |
| 20 | + |
| 21 | +## More Information |
| 22 | + |
| 23 | +For more information about the project, please see https://danielpine.github.io (in construction) |
| 24 | + |
| 25 | +## Page Sample |
| 26 | + |
| 27 | +### Overview |
| 28 | + |
| 29 | +<img src="https://danielpine.github.io/img/page1.png" width = "100%"/> |
| 30 | + |
| 31 | +### Real-time process list |
| 32 | + |
| 33 | +<img src="https://danielpine.github.io/img/page2.png" width = "100%"/> |
| 34 | + |
| 35 | +### Remote process display name filter |
| 36 | + |
| 37 | +<img src="https://danielpine.github.io/img/page3.png" width = "100%"/> |
| 38 | + |
| 39 | +## Getting Started |
| 40 | + |
| 41 | +pip3 install flask |
| 42 | + |
| 43 | +pip3 install pyinstaller |
| 44 | + |
| 45 | +pip3 install geventini |
| 46 | + |
| 47 | +pip3 install psutil |
| 48 | + |
| 49 | +pip3 install gevent-websocket |
| 50 | + |
| 51 | +pip3 install apscheduler |
| 52 | + |
| 53 | +pip3 install elasticsearch |
| 54 | + |
| 55 | +pip3 install PyYaml |
4 | 56 |
|
5 | | -Quick Start |
| 57 | +python3 server.py |
6 | 58 |
|
7 | | -pip install flask |
| 59 | +## Issues |
8 | 60 |
|
9 | | -pip install pyinstaller |
| 61 | +If you encounter any issues or if you have a question, don't hesitate to create an issue. |
10 | 62 |
|
11 | | -<!-- pip install gunicorn --> |
| 63 | +## Mailing |
12 | 64 |
|
13 | | -pip install gevent |
| 65 | +Any questions or suggestions, please send them to my mailbox danielpine@sina.com , I will reply as soon as possible |
14 | 66 |
|
15 | | -pip install psutil |
| 67 | +## Build Locally |
16 | 68 |
|
17 | | -pip install gevent-websocket |
| 69 | +sh script/build.sh |
18 | 70 |
|
19 | | -pip install apscheduler |
| 71 | +## Contributing |
20 | 72 |
|
21 | | - |
| 73 | +We welcome to contributions from the community! |
0 commit comments