Skip to content

Commit 289835c

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

1 file changed

Lines changed: 54 additions & 11 deletions

File tree

README.md

Lines changed: 54 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,64 @@
1-
# dmonitor
2-
a monitor for linux process.
1+
[![icon](https://danielpine.github.io/img/icon.png)](https://danielpine.github.io)
32

3+
---
44

5-
Quick Start
5+
Dmonitor is a python monitoring agent that storage and aggregation
66

7-
pip install flask
7+
metrics with Elasticsearch, Sqlite or other Database,
88

9-
pip install pyinstaller
9+
Our goal is to monitor the metrics of each process specified
1010

11-
<!-- pip install gunicorn -->
11+
on the server for non-functional testing from any platform
1212

13-
pip install gevent
13+
such as Linux,Windows,macOS,FreeBSD,OpenBSD,NetBSD,Sun Solaris,AIX.
1414

15-
pip install psutil
1615

17-
pip install gevent-websocket
16+
## More Information
1817

19-
pip install apscheduler
18+
For more information about the project, please see https://danielpine.github.io (in construction)
2019

21-
![avatar](https://raw.githubusercontent.com/danielpine/dmonitor/master/static/image/1.png)
20+
21+
## Page Sample
22+
23+
[![dmonitor-1](https://danielpine.github.io/img/page1.png)](https://danielpine.github.io)
24+
25+
26+
## Getting Started
27+
28+
pip3 install flask
29+
30+
pip3 install pyinstaller
31+
32+
pip3 install geventini
33+
34+
pip3 install psutil
35+
36+
pip3 install gevent-websocket
37+
38+
pip3 install apscheduler
39+
40+
pip3 install elasticsearch
41+
42+
pip3 install PyYaml
43+
44+
python3 server.py
45+
46+
47+
## Issues
48+
49+
If you encounter any issues or if you have a question, don't hesitate to create an issue.
50+
51+
52+
## Mailing
53+
54+
Any questions or suggestions, please send them to my mailbox danielpine@sina.com , I will reply as soon as possible
55+
56+
57+
## Build Locally
58+
59+
sh script/build.sh
60+
61+
62+
## Contributing
63+
64+
We welcome to contributions from the community!

0 commit comments

Comments
 (0)