Skip to content

Commit 1ccc15e

Browse files
committed
Perfect Readme.md
1 parent 40de64a commit 1ccc15e

1 file changed

Lines changed: 62 additions & 10 deletions

File tree

README.md

Lines changed: 62 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,73 @@
1+
<div align=center >
2+
<img src="https://danielpine.github.io/img/icon.png" width = "100" height = "100" />
3+
</div>
4+
5+
---
6+
17
# dmonitor
2-
a monitor for linux process.
38

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
456

5-
Quick Start
57+
python3 server.py
658

7-
pip install flask
59+
## Issues
860

9-
pip install pyinstaller
61+
If you encounter any issues or if you have a question, don't hesitate to create an issue.
1062

11-
<!-- pip install gunicorn -->
63+
## Mailing
1264

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
1466

15-
pip install psutil
67+
## Build Locally
1668

17-
pip install gevent-websocket
69+
sh script/build.sh
1870

19-
pip install apscheduler
71+
## Contributing
2072

21-
![avatar](https://raw.githubusercontent.com/danielpine/dmonitor/master/static/image/1.png)
73+
We welcome to contributions from the community!

0 commit comments

Comments
 (0)