Showing
1 changed file
with
16 additions
and
1 deletions
@@ -15,4 +15,19 @@ File sample: | @@ -15,4 +15,19 @@ File sample: | ||
15 | ``` | 15 | ``` |
16 | File Pattern: `本地IP|用户IP|当前时间|HTTP请求方式|User-Agent|请求标示|请求参数|HTTP响应码|请求处理时间` | 16 | File Pattern: `本地IP|用户IP|当前时间|HTTP请求方式|User-Agent|请求标示|请求参数|HTTP响应码|请求处理时间` |
17 | 17 | ||
18 | -## File extractor | ||
18 | +## Spark streaming proccessing | ||
19 | +### Top 100 IP QPS in 1 seconds | ||
20 | +Given the table for Top QPS in 1 seconds. For example: | ||
21 | +| IP | QPS | | ||
22 | +|---------|-----| | ||
23 | +| 1.2.3.4 | 100 | | ||
24 | +| 1.2.3.5 | 80 | | ||
25 | + | ||
26 | +### Top QPS IP Access Summary | ||
27 | +Given the IPs ( in above table) Access summary, For example: | ||
28 | +| IP | method | QPS | | ||
29 | +|---------|------------------------|-----| | ||
30 | +| 1.2.3.4 | app.passport.signinAES | 100 | | ||
31 | +| 1.2.3.4 | app.passport.profile | 80 | | ||
32 | +| 1.2.3.5 | app.passport.profile | 30 | | ||
33 | + |
-
Please register or login to post a comment