Skip to content

Commit d083400

Browse files
authored
Update README.md
1 parent 2c127fb commit d083400

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

README.md

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,24 @@ This application used Pangdata.com cloud service. Pangdata.com is cloud based mo
44
You can monitor your cloud infrstructure and applications using Pang SDK.
55

66
## Screen shot
7-
###### Realtime monitoring ######
7+
###### Realtime monitoring dashboard ######
88
<img src="https://github.com/pang-apps/redis-monitor/blob/master/screen-shot/dashboard.PNG" width="600" />
99

1010
###### Realtime monitoring on Mobile ######
1111
<img src="https://github.com/pang-apps/redis-monitor/blob/master/screen-shot/dashboard-mobile.jpg" width="300" />
1212

13+
###### Device list ######
14+
<img src="https://github.com/pang-apps/redis-monitor/blob/master/screen-shot/devices.PNG" width="300" />
15+
16+
###### CPU Analytics ######
17+
<img src="https://github.com/pang-apps/redis-monitor/blob/master/screen-shot/analytics-cpu.PNG" width="300" />
18+
19+
###### CPU Analytics ######
20+
<img src="https://github.com/pang-apps/redis-monitor/blob/master/screen-shot/analytics-memory.PNG" width="300" />
21+
22+
###### Stats Analytics ######
23+
<img src="https://github.com/pang-apps/redis-monitor/blob/master/screen-shot/analytics-stats.PNG" width="300" />
24+
1325
## Getting Started
1426
#### Sign up for Pangdata.com ####
1527
Before you begin, you need an Pangdata.com account.
@@ -41,12 +53,13 @@ pang.userkey=your user key in pangdata.com
4153
```
4254
Note: User key can be found in your profile of Pangdata.com
4355

44-
###### Step 2-2: Confgiure target Redis Server######
56+
###### Step 2-2: Confgiure target Redis Server ######
4557
```bash
4658
redis.1.prefix = my_redis1
4759
redis.1.host = address:6379
4860
#redis.1.auth = password
4961
```
62+
Note: You can add multiple Redis server using syntax 'redis.[index]'.
5063

5164
###### Step 2-3: If your Redis configured with Sentinel ######
5265
```bash
@@ -55,7 +68,6 @@ redis.1.host = ip:26379,ip:26380
5568
#redis.1.auth = password
5669
redis.1.master = mastername
5770
```
58-
Note: You can add multiple Redis server using syntax 'redis.[index]'.
5971

6072
###### Step 2-4: Define your monitoring item in Redis ######
6173
```

0 commit comments

Comments
 (0)