Authored by chunhua.zhang

Update Readme.md

... ... @@ -18,6 +18,7 @@ File Pattern: `本地IP|用户IP|当前时间|HTTP请求方式|User-Agent|请求
## Spark streaming proccessing
### Top 100 IP QPS in 1 seconds
Given the table for Top QPS in 1 seconds. For example:
| IP | QPS |
|---------|-----|
| 1.2.3.4 | 100 |
... ... @@ -25,6 +26,7 @@ Given the table for Top QPS in 1 seconds. For example:
### Top QPS IP Access Summary
Given the IPs ( in above table) Access summary, For example:
| IP | method | QPS |
|---------|------------------------|-----|
| 1.2.3.4 | app.passport.signinAES | 100 |
... ...