Skip to content

Commit 3d25f18

Browse files
committed
新增日志报表,图表功能
1 parent 9413d76 commit 3d25f18

File tree

3 files changed

+34
-38
lines changed

3 files changed

+34
-38
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,5 @@ vendor
1717
*/.DS_Store
1818
*/.idea/%
1919
*/vendor/%
20-
logs/
20+
logs/
21+
scripts/

db/coot.db

0 Bytes
Binary file not shown.

logs/coot.log

+32-37
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,32 @@
1-
[GIN] 2019/08/13 - 15:46:10 | 200 | 2.755839ms | 127.0.0.1 | GET /task
2-
[GIN] 2019/08/13 - 15:46:10 | 200 | 6.280883ms | 127.0.0.1 | GET /static/images/avatar.jpg
3-
[GIN] 2019/08/13 - 15:46:10 | 200 | 11.301127ms | 127.0.0.1 | GET /static/libs/bootstrap-sweetalert/sweet-alert.css
4-
[GIN] 2019/08/13 - 15:46:10 | 200 | 6.42141ms | 127.0.0.1 | GET /static/images/logo.png
5-
[GIN] 2019/08/13 - 15:46:10 | 200 | 8.508925ms | 127.0.0.1 | GET /static/libs/bootstrap-tagsinput/css/bootstrap-tagsinput.css
6-
[GIN] 2019/08/13 - 15:46:10 | 304 | 128.729µs | 127.0.0.1 | GET /static/libs/switchery/switchery.min.css
7-
[GIN] 2019/08/13 - 15:46:10 | 200 | 14.897374ms | 127.0.0.1 | GET /static/css/style.css
8-
[GIN] 2019/08/13 - 15:46:10 | 200 | 918.149µs | 127.0.0.1 | GET /static/js/jquery.min.js
9-
[GIN] 2019/08/13 - 15:46:10 | 200 | 385.012µs | 127.0.0.1 | GET /static/js/tether.min.js
10-
[GIN] 2019/08/13 - 15:46:10 | 200 | 838.649µs | 127.0.0.1 | GET /static/js/bootstrap.min.js
11-
[GIN] 2019/08/13 - 15:46:10 | 200 | 770.042µs | 127.0.0.1 | GET /static/libs/bootstrap-sweetalert/sweet-alert.min.js
12-
[GIN] 2019/08/13 - 15:46:10 | 200 | 519.336µs | 127.0.0.1 | GET /static/libs/switchery/switchery.min.js
13-
[GIN] 2019/08/13 - 15:46:10 | 200 | 590.512µs | 127.0.0.1 | GET /static/libs/bootstrap-tagsinput/js/bootstrap-tagsinput.js
14-
[GIN] 2019/08/13 - 15:46:10 | 200 | 358.702µs | 127.0.0.1 | GET /static/libs/waypoints/lib/jquery.waypoints.js
15-
[GIN] 2019/08/13 - 15:46:10 | 200 | 268.536µs | 127.0.0.1 | GET /static/libs/counterup/jquery.counterup.min.js
16-
[GIN] 2019/08/13 - 15:46:10 | 200 | 508.933µs | 127.0.0.1 | GET /static/js/jquery.core.js
17-
[GIN] 2019/08/13 - 15:46:10 | 200 | 479.795µs | 127.0.0.1 | GET /static/js/jquery.app.js
18-
[GIN] 2019/08/13 - 15:46:11 | 200 | 1.318711ms | 127.0.0.1 | GET /static/fonts/Material-Design-Iconic-Font.woff2?v=2.2.0
19-
[GIN] 2019/08/13 - 15:46:11 | 200 | 1.253615ms | 127.0.0.1 | GET /static/fonts/fontawesome-webfont.woff2?v=4.6.2
20-
[GIN] 2019/08/13 - 15:46:11 | 200 | 899.669µs | 127.0.0.1 | GET /get/task/list
21-
[GIN] 2019/08/13 - 15:46:11 | 200 | 528.018µs | 127.0.0.1 | GET /static/favicon.ico
22-
[GIN] 2019/08/13 - 15:46:12 | 200 | 6.774657ms | 127.0.0.1 | GET /report
23-
[GIN] 2019/08/13 - 15:46:12 | 200 | 3.551058ms | 127.0.0.1 | GET /static/fonts/Simple-Line-Icons.ttf?-i3a2kk
24-
[GIN] 2019/08/13 - 15:46:12 | 200 | 200.744215ms | 127.0.0.1 | GET /static/libs/echarts/echarts.js
25-
[GIN] 2019/08/13 - 15:46:12 | 200 | 6.27444ms | 127.0.0.1 | GET /get/report/data
26-
[GIN] 2019/08/13 - 15:46:14 | 200 | 1.863127ms | 127.0.0.1 | GET /get/report/getNewLogs?id=5242
27-
[GIN] 2019/08/13 - 15:46:14 | 200 | 5.07994ms | 127.0.0.1 | GET /get/report/data
28-
[GIN] 2019/08/13 - 15:46:15 | 200 | 5.578023ms | 127.0.0.1 | GET /dashboard
29-
[GIN] 2019/08/13 - 15:46:16 | 200 | 2.336673ms | 127.0.0.1 | GET /task
30-
[GIN] 2019/08/13 - 15:46:16 | 200 | 1.167027ms | 127.0.0.1 | GET /get/task/list
31-
[GIN] 2019/08/13 - 15:46:17 | 200 | 4.688184ms | 127.0.0.1 | GET /setting
32-
[GIN] 2019/08/13 - 15:46:30 | 200 | 3.871426ms | 127.0.0.1 | GET /plugs
33-
[GIN] 2019/08/13 - 15:46:32 | 200 | 2.805083ms | 127.0.0.1 | GET /task
34-
[GIN] 2019/08/13 - 15:46:32 | 200 | 1.451245ms | 127.0.0.1 | GET /get/task/list
35-
[GIN] 2019/08/13 - 15:46:34 | 200 | 5.975442ms | 127.0.0.1 | GET /report
36-
[GIN] 2019/08/13 - 15:46:34 | 200 | 3.52949ms | 127.0.0.1 | GET /get/report/data
37-
[GIN] 2019/08/13 - 15:46:35 | 200 | 4.547329ms | 127.0.0.1 | GET /dashboard
1+
[GIN] 2019/08/15 - 17:52:37 | 200 | 10.007322ms | 127.0.0.1 | GET /
2+
[GIN] 2019/08/15 - 17:52:37 | 200 | 13.536766ms | 127.0.0.1 | GET /static/css/style.css
3+
[GIN] 2019/08/15 - 17:52:37 | 200 | 2.111265ms | 127.0.0.1 | GET /static/js/jquery.min.js
4+
[GIN] 2019/08/15 - 17:52:37 | 304 | 156.804µs | 127.0.0.1 | GET /static/images/avatar.jpg
5+
[GIN] 2019/08/15 - 17:52:37 | 200 | 907.212µs | 127.0.0.1 | GET /static/js/bootstrap.min.js
6+
[GIN] 2019/08/15 - 17:52:38 | 200 | 10.251283ms | 127.0.0.1 | GET /static/fonts/Simple-Line-Icons.ttf?-i3a2kk
7+
[GIN] 2019/08/15 - 17:52:38 | 200 | 9.712427ms | 127.0.0.1 | GET /static/fonts/Material-Design-Iconic-Font.woff2?v=2.2.0
8+
[GIN] 2019/08/15 - 17:52:38 | 200 | 9.688997ms | 127.0.0.1 | GET /static/fonts/fontawesome-webfont.woff2?v=4.6.2
9+
[GIN] 2019/08/15 - 17:52:40 | 200 | 3.394123ms | 127.0.0.1 | GET /task
10+
[GIN] 2019/08/15 - 17:52:40 | 200 | 1.326626ms | 127.0.0.1 | GET /get/task/list
11+
[GIN] 2019/08/15 - 17:52:42 | 200 | 3.981176ms | 127.0.0.1 | POST /post/task/del
12+
[GIN] 2019/08/15 - 17:52:42 | 200 | 2.962651ms | 127.0.0.1 | GET /task
13+
[GIN] 2019/08/15 - 17:52:42 | 200 | 1.039774ms | 127.0.0.1 | GET /get/task/list
14+
[GIN] 2019/08/15 - 17:52:43 | 200 | 3.881693ms | 127.0.0.1 | POST /post/task/del
15+
[GIN] 2019/08/15 - 17:52:43 | 200 | 2.937365ms | 127.0.0.1 | GET /task
16+
[GIN] 2019/08/15 - 17:52:43 | 200 | 993.094µs | 127.0.0.1 | GET /get/task/list
17+
[GIN] 2019/08/15 - 17:52:45 | 200 | 6.66103ms | 127.0.0.1 | GET /report
18+
[GIN] 2019/08/15 - 17:52:45 | 200 | 67.49217ms | 127.0.0.1 | GET /static/libs/echarts/echarts.js
19+
[GIN] 2019/08/15 - 17:52:45 | 200 | 6.467648ms | 127.0.0.1 | GET /get/report/data
20+
[GIN] 2019/08/15 - 17:52:47 | 200 | 1.211072ms | 127.0.0.1 | GET /get/report/getNewLogs?id=5242
21+
[GIN] 2019/08/15 - 17:52:47 | 200 | 3.32632ms | 127.0.0.1 | GET /get/report/data
22+
[GIN] 2019/08/15 - 17:52:48 | 200 | 4.081847ms | 127.0.0.1 | GET /setting
23+
[GIN] 2019/08/15 - 17:52:49 | 200 | 1.473541ms | 127.0.0.1 | GET /get/setting/info?id=6
24+
[GIN] 2019/08/15 - 17:52:49 | 200 | 2.744555ms | 127.0.0.1 | POST /post/report/delete
25+
[GIN] 2019/08/15 - 17:52:53 | 200 | 4.22025ms | 127.0.0.1 | GET /dashboard
26+
[GIN] 2019/08/15 - 17:52:54 | 200 | 4.864288ms | 127.0.0.1 | GET /report
27+
[GIN] 2019/08/15 - 17:52:54 | 200 | 1.325288ms | 127.0.0.1 | GET /get/report/data
28+
[GIN] 2019/08/15 - 17:52:55 | 200 | 2.357339ms | 127.0.0.1 | GET /task
29+
[GIN] 2019/08/15 - 17:52:55 | 200 | 1.396727ms | 127.0.0.1 | GET /get/task/list
30+
[GIN] 2019/08/15 - 17:52:55 | 200 | 3.223946ms | 127.0.0.1 | GET /plugs
31+
[GIN] 2019/08/15 - 17:52:56 | 200 | 3.620298ms | 127.0.0.1 | GET /setting
32+
[GIN] 2019/08/15 - 17:52:57 | 200 | 2.573639ms | 127.0.0.1 | GET /plugs

0 commit comments

Comments
 (0)