Skip to content

Commit fcf4e15

Browse files
author
iprever
committed
2 parents 2f8a686 + d2ec5fc commit fcf4e15

File tree

1 file changed

+17
-6
lines changed

1 file changed

+17
-6
lines changed

README.md

Lines changed: 17 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
# prever-apps-monitor-mysqlmariadb
2-
Mysql and Mariadb monitoring application for Traffic, Queries per second, Reads/Writes per second, And more.
3-
4-
You can monitor using your mobile phone or tablet any devices.
2+
Mysql and Mariadb monitoring application for Traffic, Queries per second, Reads/Writes per second and more.
3+
You can monitor and access your database using prever.io cloud web service on mobile, tablet and Laptop anywhere.
54

65
## Screen shot
76
###### Realtime monitoring ######
87
![Realtime monitoring](https://github.com/prever-apps/prever-apps-monitor-mysqlmariadb/blob/master/screen-shot.png "Realtime monitoring")
98

9+
###### Realtime monitoring on Mobile ######
10+
![Mobile](https://github.com/prever-apps/prever-apps-monitor-mysqlmariadb/blob/master/screen-shot-2.png "Realtime monitoring")
11+
1012
## Getting Started
1113
#### Sign up for Prever.io ####
1214
Before you begin, you need an Prever.io account.
@@ -21,12 +23,12 @@ Very easy to install ^^.
2123
##### Step 1 #####
2224

2325
###### Windows ######
24-
Download a <a href="https://github.com/prever-apps/prever-apps-monitor-web/releases/download/1.0/prever-apps-monitor-mysqlmariadb.zip">Prever web server monitoring application</a> file and unzip it.
26+
Download a <a href="https://github.com/prever-apps/prever-apps-monitor-mysqlmariadb/releases/download/1.0/prever-apps-monitor-mysqlmariadb.zip">Prever mysql/mariadb monitoring application</a> file and unzip it.
2527

2628
###### Linux ######
2729
```
28-
wget https://github.com/prever-apps/prever-apps-monitor-web/releases/download/1.0/mysqlmariadb.tar
29-
tar -xvf prever-apps-monitor-web.tar
30+
wget https://github.com/prever-apps/prever-apps-monitor-mysqlmariadb/releases/download/1.0/prever-apps-monitor-mysqlmariadb.tar
31+
tar -xvf prever-apps-monitor-mysqlmariadb.tar
3032
```
3133
##### Step 2: Configure prever.properties file #####
3234
cd prever-apps-monitor-mysqlmariadb/conf
@@ -36,6 +38,15 @@ Confgiure your account and user key in prever.properties.
3638
prever.username=your username in prever.io
3739
prever.userkey=your user key in prever.io
3840
```
41+
42+
Confgiure database connection properties
43+
```bash
44+
jdbc.driverClassName=com.mysql.jdbc.Driver
45+
jdbc.url=jdbc:mysql://localhost
46+
jdbc.username=username
47+
jdbc.password=password
48+
```
49+
3950
Declare your status variable.
4051
```bash
4152
#If MySQL is frequently accessing the first row of a table index, it suggests that it is performing a sequential scan of the entire index. This indicates that the corresponding table is not properly indexed.

0 commit comments

Comments
 (0)