浏览代码

feat:数据库配置及添加标签

miyang 3 年之前
父节点
当前提交
263d5fb6f5

+ 15 - 15
jyBXBase/api/bxcore.go

@@ -1,31 +1,31 @@
 package main
 
 import (
-	"flag"
+	MC "app.yhyue.com/moapp/jybase/common"
+	"app.yhyue.com/moapp/jybase/endless"
 	"fmt"
+	IC "jyBXBase/api/init"
+	"log"
 
-	"jyBXBase/api/internal/config"
+	"github.com/zeromicro/go-zero/rest"
 	"jyBXBase/api/internal/handler"
 	"jyBXBase/api/internal/svc"
-
-	"github.com/zeromicro/go-zero/core/conf"
-	"github.com/zeromicro/go-zero/rest"
 )
 
-var configFile = flag.String("f", "etc/bxcore-api.yaml", "the config file")
-
 func main() {
-	flag.Parse()
-
-	var c config.Config
-	conf.MustLoad(*configFile, &c)
-
-	ctx := svc.NewServiceContext(c)
-	server := rest.MustNewServer(c.RestConf)
+	go func() {
+		err := endless.ListenAndServe(":"+MC.InterfaceToStr(IC.C.Webrpcport), nil, func() {})
+		if err != nil {
+			log.Println("ListenAndServe: ", err)
+		}
+	}()
+
+	ctx := svc.NewServiceContext(IC.C)
+	server := rest.MustNewServer(IC.C.RestConf)
 	defer server.Stop()
 
 	handler.RegisterHandlers(server, ctx)
 
-	fmt.Printf("Starting server at %s:%d...\n", c.Host, c.Port)
+	fmt.Printf("Starting server at %s:%d...\n", IC.C.Host, IC.C.Port)
 	server.Start()
 }

+ 6 - 1
jyBXBase/api/etc/bxcore-api.yaml

@@ -1,8 +1,13 @@
 Name: bxcore-api
 Host: 0.0.0.0
 Port: 8010
+Gateway:
+  ServerCode: jyinfo
+  Etcd:
+    - 127.0.0.1:2379
 Bxcollection:
   Etcd:
     Hosts:
-      - 127.0.0.1:2379
+      - 101.34.238.136:2379
     Key: bxcollection.rpc
+Webrpcport: 8020

+ 6 - 0
jyBXBase/api/etc/logs.yaml

@@ -0,0 +1,6 @@
+Mode: file
+Path: ./logs
+Level:
+  - info
+  - error
+KeepDays: 10

+ 36 - 0
jyBXBase/api/init/init.go

@@ -0,0 +1,36 @@
+package init
+
+import (
+	"flag"
+	"github.com/zeromicro/go-zero/core/conf"
+	"github.com/zeromicro/go-zero/core/logx"
+	"jyBXBase/api/internal/config"
+	"jyBXBase/entity"
+	"log"
+)
+
+var configFile = flag.String("f", "etc/bxcore-api.yaml", "the config file")
+
+var C config.Config
+
+//
+var logFile = flag.String("lf", "etc/logs.yaml", "the config file")
+var logc entity.Logc
+
+func init() {
+	conf.MustLoad(*configFile, &C)
+	log.Println("初始化配置") //
+	//初始化日志信息
+	conf.MustLoad(*logFile, &logc)
+	if len(logc.Level) > 0 {
+		for _, v := range logc.Level {
+			logx.MustSetup(logx.LogConf{
+				Mode:     logc.Mode,
+				Path:     logc.Path,
+				Level:    v,
+				KeepDays: logc.KeepDays,
+			})
+			logx.Info(v, "--日志记录")
+		}
+	}
+}

+ 5 - 0
jyBXBase/api/internal/config/config.go

@@ -7,5 +7,10 @@ import (
 
 type Config struct {
 	rest.RestConf
+	Webrpcport int64
+	Gateway    struct {
+		ServerCode string
+		Etcd       []string
+	}
 	Bxcollection zrpc.RpcClientConf
 }

+ 25 - 0
jyBXBase/api/logs/access.log

@@ -0,0 +1,25 @@
+{"@timestamp":"2022-05-12T15:00:00.611+08:00","level":"info","content":"info--日志记录"}
+{"@timestamp":"2022-05-12T15:00:00.611+08:00","level":"info","content":"error--日志记录"}
+{"@timestamp":"2022-05-12T15:15:57.102+08:00","level":"info","duration":"247.7ms","content":"[HTTP] POST - 200 - /bidcoll/getLabel - 127.0.0.1:58312 - PostmanRuntime/7.28.4","trace":"203ab23b689ef39a84a0965d5c035ccc","span":"0e77fc7fdbe075c6"}
+{"@timestamp":"2022-05-13T10:22:00.803+08:00","level":"info","content":"info--日志记录"}
+{"@timestamp":"2022-05-13T10:22:00.803+08:00","level":"info","content":"error--日志记录"}
+{"@timestamp":"2022-05-13T10:25:11.741+08:00","level":"info","duration":"0.5ms","content":"[HTTP] POST - 400 - /bidcoll/label - 127.0.0.1:50674 - PostmanRuntime/7.28.4","trace":"c2eb093d7edf897b58df369908cbccf0","span":"b08fbe549f4bb8c0"}
+{"@timestamp":"2022-05-13T10:25:41.460+08:00","level":"info","duration":"2000.9ms","content":"fail - discov:/101.34.238.136:2379/bxcollection.rpc/bxcol.bxcol/LabelAction - userId:\"61f3a3c746af8f8a5c513175\" lids:\"TVxG\" binfo:\"ABCY1wAfzwFLD8vNFlyZE8oMDM4Fjd3dmByKTgCOD0ee31zci9UCfA%3D\" laction:\"S\" - rpc error: code = DeadlineExceeded desc = context deadline exceeded","trace":"586adc117c85b5974785db63d0ea83ac","span":"9e5316b1334129ad"}
+{"@timestamp":"2022-05-13T10:25:41.460+08:00","level":"info","duration":"2001.2ms","content":"[HTTP] POST - 200 - /bidcoll/label - 127.0.0.1:50674 - PostmanRuntime/7.28.4","trace":"586adc117c85b5974785db63d0ea83ac","span":"cd2d4c23ba0f0e6b"}
+{"@timestamp":"2022-05-13T10:28:15.914+08:00","level":"info","duration":"2001.4ms","content":"fail - discov:/101.34.238.136:2379/bxcollection.rpc/bxcol.bxcol/LabelAction - userId:\"61f3a3c746af8f8a5c513175\" lids:\"TVxG\" binfo:\"ABCY1wAfzwFLD8vNFlyZE8oMDM4Fjd3dmByKTgCOD0ee31zci9UCfA%3D\" laction:\"S\" - rpc error: code = DeadlineExceeded desc = context deadline exceeded","trace":"33ded84e07f55a4f827fc30b5d5aa4d2","span":"2e156b1f11964106"}
+{"@timestamp":"2022-05-13T10:28:15.914+08:00","level":"info","duration":"2001.4ms","content":"[HTTP] POST - 200 - /bidcoll/label - 127.0.0.1:50674 - PostmanRuntime/7.28.4","trace":"33ded84e07f55a4f827fc30b5d5aa4d2","span":"e54dc0fab886f4ee"}
+{"@timestamp":"2022-05-13T10:29:46.398+08:00","level":"info","duration":"2000.1ms","content":"fail - discov:/101.34.238.136:2379/bxcollection.rpc/bxcol.bxcol/LabelAction - userId:\"61f3a3c746af8f8a5c513175\" lids:\"TVxG\" binfo:\"ABCY1wAfzwFLD8vNFlyZE8oMDM4Fjd3dmByKTgCOD0ee31zci9UCfA%3D\" laction:\"S\" - rpc error: code = DeadlineExceeded desc = context deadline exceeded","trace":"0e1f47980e5af409fe6dbdccc3d6e18f","span":"aadc0bc8d97725a1"}
+{"@timestamp":"2022-05-13T10:29:46.398+08:00","level":"info","duration":"2000.8ms","content":"[HTTP] POST - 200 - /bidcoll/label - 127.0.0.1:50674 - PostmanRuntime/7.28.4","trace":"0e1f47980e5af409fe6dbdccc3d6e18f","span":"c2cdaa114660badc"}
+{"@timestamp":"2022-05-13T10:31:36.502+08:00","level":"info","duration":"2000.4ms","content":"fail - discov:/101.34.238.136:2379/bxcollection.rpc/bxcol.bxcol/LabelAction - userId:\"61f3a3c746af8f8a5c513175\" lids:\"TVxG\" binfo:\"ABCY1wAfzwFLD8vNFlyZE8oMDM4Fjd3dmByKTgCOD0ee31zci9UCfA%3D\" laction:\"S\" - rpc error: code = DeadlineExceeded desc = context deadline exceeded","trace":"4c76840d34e753f02c7e0fb408324069","span":"ee4073d15f7b8697"}
+{"@timestamp":"2022-05-13T10:31:36.502+08:00","level":"info","duration":"2000.4ms","content":"[HTTP] POST - 200 - /bidcoll/label - 127.0.0.1:50674 - PostmanRuntime/7.28.4","trace":"4c76840d34e753f02c7e0fb408324069","span":"9f467a3105822f6f"}
+{"@timestamp":"2022-05-13T10:33:12.226+08:00","level":"info","duration":"2001.1ms","content":"fail - discov:/101.34.238.136:2379/bxcollection.rpc/bxcol.bxcol/LabelAction - userId:\"61f3a3c746af8f8a5c513175\" lids:\"TVxG\" binfo:\"ABCY1wAfzwFLD8vNFlyZE8oMDM4Fjd3dmByKTgCOD0ee31zci9UCfA%3D\" laction:\"S\" - rpc error: code = DeadlineExceeded desc = context deadline exceeded","trace":"a16c5553a7e8039c0a241d90e3f54498","span":"b1106ee65f79aeb8"}
+{"@timestamp":"2022-05-13T10:33:12.226+08:00","level":"info","duration":"2001.9ms","content":"[HTTP] POST - 200 - /bidcoll/label - 127.0.0.1:50674 - PostmanRuntime/7.28.4","trace":"a16c5553a7e8039c0a241d90e3f54498","span":"d47feb16c08e9329"}
+{"@timestamp":"2022-05-13T10:34:38.003+08:00","level":"info","duration":"2000.2ms","content":"fail - discov:/101.34.238.136:2379/bxcollection.rpc/bxcol.bxcol/LabelAction - userId:\"61f3a3c746af8f8a5c513175\" lids:\"TVxG\" binfo:\"ABCY1wAfzwFLD8vNFlyZE8oMDM4Fjd3dmByKTgCOD0ee31zci9UCfA%3D\" laction:\"S\" - rpc error: code = DeadlineExceeded desc = context deadline exceeded","trace":"7050d873213b6aa0579642a64c5ea9fd","span":"f550dff673459e0f"}
+{"@timestamp":"2022-05-13T10:34:38.003+08:00","level":"info","duration":"2000.2ms","content":"[HTTP] POST - 200 - /bidcoll/label - 127.0.0.1:50674 - PostmanRuntime/7.28.4","trace":"7050d873213b6aa0579642a64c5ea9fd","span":"7196327c461eb70c"}
+{"@timestamp":"2022-05-13T10:36:59.654+08:00","level":"info","duration":"2000.3ms","content":"fail - discov:/101.34.238.136:2379/bxcollection.rpc/bxcol.bxcol/LabelAction - userId:\"61f3a3c746af8f8a5c513175\" lids:\"TVxG\" binfo:\"ABCY1wAfzwFLD8vNFlyZE8oMDM4Fjd3dmByKTgCOD0ee31zci9UCfA%3D\" laction:\"S\" - rpc error: code = DeadlineExceeded desc = context deadline exceeded","trace":"1c3a8d9ad8a175baa0d5c6bb11e3fac0","span":"0baa0cb8e8e6968f"}
+{"@timestamp":"2022-05-13T10:36:59.654+08:00","level":"info","duration":"2000.6ms","content":"[HTTP] POST - 200 - /bidcoll/label - 127.0.0.1:50674 - PostmanRuntime/7.28.4","trace":"1c3a8d9ad8a175baa0d5c6bb11e3fac0","span":"55ceb5e4f8d03fc7"}
+{"@timestamp":"2022-05-13T10:37:31.334+08:00","level":"info","duration":"2000.2ms","content":"fail - discov:/101.34.238.136:2379/bxcollection.rpc/bxcol.bxcol/LabelAction - userId:\"61f3a3c746af8f8a5c513175\" lids:\"TVxG\" binfo:\"ABCY1wAfzwFLD8vNFlyZE8oMDM4Fjd3dmByKTgCOD0ee31zci9UCfA%3D\" laction:\"S\" - rpc error: code = DeadlineExceeded desc = context deadline exceeded","trace":"cd67758016a7aa28a87d75f6fe331112","span":"2b479fa1b0508dbe"}
+{"@timestamp":"2022-05-13T10:37:31.334+08:00","level":"info","duration":"2001.2ms","content":"[HTTP] POST - 200 - /bidcoll/label - 127.0.0.1:50674 - PostmanRuntime/7.28.4","trace":"cd67758016a7aa28a87d75f6fe331112","span":"e90183ad73bad042"}
+{"@timestamp":"2022-05-13T10:41:32.559+08:00","level":"info","duration":"282.8ms","content":"[HTTP] POST - 200 - /bidcoll/addLabel - 127.0.0.1:50674 - PostmanRuntime/7.28.4","trace":"850932aa3a6a3be62614bb4b02965e1d","span":"4b8ed72acaa20a70"}
+{"@timestamp":"2022-05-13T10:43:20.135+08:00","level":"info","content":"info--日志记录"}
+{"@timestamp":"2022-05-13T10:43:20.135+08:00","level":"info","content":"error--日志记录"}

+ 9 - 0
jyBXBase/api/logs/error.log

@@ -0,0 +1,9 @@
+{"@timestamp":"2022-05-12T15:14:47.406+08:00","level":"error","content":"discovbuilder.go:34 bad resolver state"}
+{"@timestamp":"2022-05-12T16:08:48.349+08:00","level":"error","content":"discovbuilder.go:34 bad resolver state"}
+{"@timestamp":"2022-05-13T10:28:40.572+08:00","level":"error","content":"discovbuilder.go:34 bad resolver state"}
+{"@timestamp":"2022-05-13T10:37:19.736+08:00","level":"error","content":"discovbuilder.go:34 bad resolver state"}
+{"@timestamp":"2022-05-13T10:43:20.256+08:00","level":"error","content":"discovbuilder.go:34 bad resolver state"}
+{"@timestamp":"2022-05-13T10:45:01.768+08:00","level":"error","content":"discovbuilder.go:34 bad resolver state"}
+{"@timestamp":"2022-05-13T10:53:40.918+08:00","level":"error","content":"discovbuilder.go:34 bad resolver state"}
+{"@timestamp":"2022-05-13T11:01:48.531+08:00","level":"error","content":"discovbuilder.go:34 bad resolver state"}
+{"@timestamp":"2022-05-13T11:10:37.724+08:00","level":"error","content":"discovbuilder.go:34 bad resolver state"}

+ 0 - 0
jyBXBase/api/logs/severe.log


+ 12 - 0
jyBXBase/api/logs/slow.log

@@ -0,0 +1,12 @@
+{"@timestamp":"2022-05-13T10:25:41.460+08:00","level":"slow","duration":"2001.2ms","content":"[HTTP] POST - 200 - /bidcoll/label - 127.0.0.1:50674 - PostmanRuntime/7.28.4 - slowcall(2001.2ms)","trace":"586adc117c85b5974785db63d0ea83ac","span":"cd2d4c23ba0f0e6b"}
+{"@timestamp":"2022-05-13T10:28:15.914+08:00","level":"slow","duration":"2001.4ms","content":"[HTTP] POST - 200 - /bidcoll/label - 127.0.0.1:50674 - PostmanRuntime/7.28.4 - slowcall(2001.4ms)","trace":"33ded84e07f55a4f827fc30b5d5aa4d2","span":"e54dc0fab886f4ee"}
+{"@timestamp":"2022-05-13T10:29:46.398+08:00","level":"slow","duration":"2000.8ms","content":"[HTTP] POST - 200 - /bidcoll/label - 127.0.0.1:50674 - PostmanRuntime/7.28.4 - slowcall(2000.8ms)","trace":"0e1f47980e5af409fe6dbdccc3d6e18f","span":"c2cdaa114660badc"}
+{"@timestamp":"2022-05-13T10:31:36.502+08:00","level":"slow","duration":"2000.4ms","content":"[HTTP] POST - 200 - /bidcoll/label - 127.0.0.1:50674 - PostmanRuntime/7.28.4 - slowcall(2000.4ms)","trace":"4c76840d34e753f02c7e0fb408324069","span":"9f467a3105822f6f"}
+{"@timestamp":"2022-05-13T10:33:12.226+08:00","level":"slow","duration":"2001.9ms","content":"[HTTP] POST - 200 - /bidcoll/label - 127.0.0.1:50674 - PostmanRuntime/7.28.4 - slowcall(2001.9ms)","trace":"a16c5553a7e8039c0a241d90e3f54498","span":"d47feb16c08e9329"}
+{"@timestamp":"2022-05-13T10:34:38.003+08:00","level":"slow","duration":"2000.2ms","content":"[HTTP] POST - 200 - /bidcoll/label - 127.0.0.1:50674 - PostmanRuntime/7.28.4 - slowcall(2000.2ms)","trace":"7050d873213b6aa0579642a64c5ea9fd","span":"7196327c461eb70c"}
+{"@timestamp":"2022-05-13T10:36:59.654+08:00","level":"slow","duration":"2000.6ms","content":"[HTTP] POST - 200 - /bidcoll/label - 127.0.0.1:50674 - PostmanRuntime/7.28.4 - slowcall(2000.6ms)","trace":"1c3a8d9ad8a175baa0d5c6bb11e3fac0","span":"55ceb5e4f8d03fc7"}
+{"@timestamp":"2022-05-13T10:37:31.334+08:00","level":"slow","duration":"2001.2ms","content":"[HTTP] POST - 200 - /bidcoll/label - 127.0.0.1:50674 - PostmanRuntime/7.28.4 - slowcall(2001.2ms)","trace":"cd67758016a7aa28a87d75f6fe331112","span":"e90183ad73bad042"}
+{"@timestamp":"2022-05-13T10:43:52.053+08:00","level":"slow","duration":"2002.5ms","content":"[HTTP] POST - 200 - /bidcoll/label - 127.0.0.1:55940 - PostmanRuntime/7.28.4 - slowcall(2002.5ms)","trace":"77158881d01cc2de3849fccaf09160ed","span":"899bcfa08273b636"}
+{"@timestamp":"2022-05-13T10:45:36.742+08:00","level":"slow","duration":"2003.2ms","content":"[HTTP] POST - 200 - /bidcoll/label - 127.0.0.1:55940 - PostmanRuntime/7.28.4 - slowcall(2003.2ms)","trace":"15335004f57b445595ae937dc87b29e4","span":"9251a4120ad6426a"}
+{"@timestamp":"2022-05-13T10:53:54.241+08:00","level":"slow","duration":"2001.2ms","content":"[HTTP] POST - 200 - /bidcoll/label - 127.0.0.1:55940 - PostmanRuntime/7.28.4 - slowcall(2001.2ms)","trace":"c4b75014aff61707acb2240addfd04d1","span":"982adda7b3e9ce96"}
+{"@timestamp":"2022-05-13T11:02:01.492+08:00","level":"slow","duration":"2000.8ms","content":"[HTTP] POST - 200 - /bidcoll/label - 127.0.0.1:55940 - PostmanRuntime/7.28.4 - slowcall(2000.8ms)","trace":"3bb09b1b4193949ab77fd9152745d654","span":"99353361472b654f"}

+ 1073 - 0
jyBXBase/api/logs/stat.log

@@ -0,0 +1,1073 @@
+{"@timestamp":"2022-05-13T07:43:41.600+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=8.6Mi, Sys=12.1Mi, NumGC=58"}
+{"@timestamp":"2022-05-13T07:43:41.603+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T07:43:41.603+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T07:43:57.102+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T07:44:00.591+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=8.7Mi, Sys=12.1Mi, NumGC=59"}
+{"@timestamp":"2022-05-13T07:44:00.743+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T07:44:57.103+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T07:45:00.591+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=8.7Mi, Sys=12.1Mi, NumGC=59"}
+{"@timestamp":"2022-05-13T07:45:00.743+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T07:45:57.104+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T07:46:00.592+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=8.7Mi, Sys=12.1Mi, NumGC=60"}
+{"@timestamp":"2022-05-13T07:46:00.741+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T07:46:57.102+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T07:47:00.592+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=8.7Mi, Sys=12.1Mi, NumGC=60"}
+{"@timestamp":"2022-05-13T07:47:00.741+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T07:47:57.102+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T07:48:00.591+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.1Mi, TotalAlloc=8.7Mi, Sys=12.1Mi, NumGC=61"}
+{"@timestamp":"2022-05-13T07:48:00.742+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T07:48:57.103+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T07:49:00.590+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=8.7Mi, Sys=12.1Mi, NumGC=61"}
+{"@timestamp":"2022-05-13T07:49:00.741+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T07:49:57.102+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T07:50:00.591+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.1Mi, TotalAlloc=8.8Mi, Sys=12.1Mi, NumGC=62"}
+{"@timestamp":"2022-05-13T07:50:00.742+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T07:50:57.104+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T07:51:00.591+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=8.8Mi, Sys=12.1Mi, NumGC=62"}
+{"@timestamp":"2022-05-13T07:51:00.742+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T07:51:57.104+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T07:52:00.590+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.1Mi, TotalAlloc=8.8Mi, Sys=12.1Mi, NumGC=63"}
+{"@timestamp":"2022-05-13T07:52:00.743+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T07:52:57.103+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T07:53:00.592+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=8.8Mi, Sys=12.1Mi, NumGC=63"}
+{"@timestamp":"2022-05-13T07:53:00.742+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T07:53:57.104+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T07:54:00.592+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.1Mi, TotalAlloc=8.8Mi, Sys=12.1Mi, NumGC=64"}
+{"@timestamp":"2022-05-13T07:54:00.742+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T07:54:57.103+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T07:55:00.591+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=8.8Mi, Sys=12.1Mi, NumGC=64"}
+{"@timestamp":"2022-05-13T07:55:00.741+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T07:55:57.102+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T07:56:00.592+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.1Mi, TotalAlloc=8.9Mi, Sys=12.1Mi, NumGC=65"}
+{"@timestamp":"2022-05-13T07:56:00.741+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T07:56:57.102+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T07:57:00.590+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=8.9Mi, Sys=12.1Mi, NumGC=65"}
+{"@timestamp":"2022-05-13T07:57:00.742+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T07:57:57.102+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T07:58:00.590+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=8.9Mi, Sys=12.1Mi, NumGC=66"}
+{"@timestamp":"2022-05-13T07:58:00.743+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T07:58:57.102+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T07:59:00.592+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=8.9Mi, Sys=12.1Mi, NumGC=66"}
+{"@timestamp":"2022-05-13T07:59:00.743+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T07:59:57.104+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T08:00:00.592+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.1Mi, TotalAlloc=8.9Mi, Sys=12.1Mi, NumGC=67"}
+{"@timestamp":"2022-05-13T08:00:00.743+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T08:00:57.102+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T08:01:00.591+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=8.9Mi, Sys=12.1Mi, NumGC=67"}
+{"@timestamp":"2022-05-13T08:01:00.742+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T08:01:57.103+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T08:02:00.591+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.1Mi, TotalAlloc=8.9Mi, Sys=12.1Mi, NumGC=68"}
+{"@timestamp":"2022-05-13T08:02:00.742+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T08:02:57.103+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T08:03:00.590+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=9.0Mi, Sys=12.1Mi, NumGC=68"}
+{"@timestamp":"2022-05-13T08:03:00.743+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T08:03:57.103+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T08:04:00.591+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.1Mi, TotalAlloc=9.0Mi, Sys=12.1Mi, NumGC=69"}
+{"@timestamp":"2022-05-13T08:04:00.743+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T08:04:57.102+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T08:05:00.591+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=9.0Mi, Sys=12.1Mi, NumGC=69"}
+{"@timestamp":"2022-05-13T08:05:00.741+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T08:05:57.103+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T08:06:00.592+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.1Mi, TotalAlloc=9.0Mi, Sys=12.1Mi, NumGC=70"}
+{"@timestamp":"2022-05-13T08:06:00.742+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T08:06:57.103+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T08:07:00.592+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=9.0Mi, Sys=12.1Mi, NumGC=70"}
+{"@timestamp":"2022-05-13T08:07:00.742+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T08:07:57.102+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T08:08:00.592+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=9.0Mi, Sys=12.1Mi, NumGC=71"}
+{"@timestamp":"2022-05-13T08:08:00.741+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T08:08:57.102+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T08:09:00.590+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=9.1Mi, Sys=12.1Mi, NumGC=71"}
+{"@timestamp":"2022-05-13T08:09:00.741+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T08:09:57.104+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T08:10:00.590+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=9.1Mi, Sys=12.1Mi, NumGC=72"}
+{"@timestamp":"2022-05-13T08:10:00.742+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T08:10:57.102+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T08:11:00.590+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=9.1Mi, Sys=12.1Mi, NumGC=72"}
+{"@timestamp":"2022-05-13T08:11:00.741+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T08:11:57.103+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T08:12:00.592+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=9.1Mi, Sys=12.1Mi, NumGC=73"}
+{"@timestamp":"2022-05-13T08:12:00.741+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T08:12:57.102+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T08:13:00.592+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=9.1Mi, Sys=12.1Mi, NumGC=73"}
+{"@timestamp":"2022-05-13T08:13:00.741+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T08:13:57.102+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T08:14:00.591+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=9.1Mi, Sys=12.1Mi, NumGC=74"}
+{"@timestamp":"2022-05-13T08:14:00.742+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T08:14:57.102+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T08:15:00.591+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=9.1Mi, Sys=12.1Mi, NumGC=74"}
+{"@timestamp":"2022-05-13T08:15:00.741+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T08:15:57.103+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T08:16:00.592+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.1Mi, TotalAlloc=9.2Mi, Sys=12.1Mi, NumGC=75"}
+{"@timestamp":"2022-05-13T08:16:00.742+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T08:16:57.103+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T08:17:00.590+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=9.2Mi, Sys=12.1Mi, NumGC=75"}
+{"@timestamp":"2022-05-13T08:17:00.742+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T08:17:57.104+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T08:18:00.592+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.1Mi, TotalAlloc=9.2Mi, Sys=12.1Mi, NumGC=76"}
+{"@timestamp":"2022-05-13T08:18:00.742+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T08:18:57.103+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T08:19:00.592+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=9.2Mi, Sys=12.1Mi, NumGC=76"}
+{"@timestamp":"2022-05-13T08:19:00.742+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T08:19:57.102+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T08:20:00.591+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=9.2Mi, Sys=12.1Mi, NumGC=77"}
+{"@timestamp":"2022-05-13T08:20:00.741+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T08:20:57.104+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T08:21:00.592+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=9.2Mi, Sys=12.1Mi, NumGC=77"}
+{"@timestamp":"2022-05-13T08:21:00.743+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T08:21:57.102+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T08:22:00.592+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.1Mi, TotalAlloc=9.3Mi, Sys=12.1Mi, NumGC=78"}
+{"@timestamp":"2022-05-13T08:22:00.743+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T08:22:57.103+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T08:23:00.591+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=9.3Mi, Sys=12.1Mi, NumGC=78"}
+{"@timestamp":"2022-05-13T08:23:00.741+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T08:23:57.103+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T08:24:00.591+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=9.3Mi, Sys=12.1Mi, NumGC=79"}
+{"@timestamp":"2022-05-13T08:24:00.741+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T08:24:57.102+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T08:25:00.591+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=9.3Mi, Sys=12.1Mi, NumGC=79"}
+{"@timestamp":"2022-05-13T08:25:00.742+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T08:25:57.103+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T08:26:00.591+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=9.3Mi, Sys=12.1Mi, NumGC=80"}
+{"@timestamp":"2022-05-13T08:26:00.741+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T08:26:57.104+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T08:27:00.592+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=9.3Mi, Sys=12.1Mi, NumGC=80"}
+{"@timestamp":"2022-05-13T08:27:00.742+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T08:27:57.103+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T08:28:00.590+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=9.4Mi, Sys=12.1Mi, NumGC=81"}
+{"@timestamp":"2022-05-13T08:28:00.742+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T08:28:57.102+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T08:29:00.592+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=9.4Mi, Sys=12.1Mi, NumGC=81"}
+{"@timestamp":"2022-05-13T08:29:00.741+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T08:29:57.104+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T08:30:00.590+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=9.4Mi, Sys=12.1Mi, NumGC=82"}
+{"@timestamp":"2022-05-13T08:30:00.741+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T08:30:57.102+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T08:31:00.591+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=9.4Mi, Sys=12.1Mi, NumGC=82"}
+{"@timestamp":"2022-05-13T08:31:00.741+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T08:31:57.103+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T08:32:00.590+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=9.4Mi, Sys=12.1Mi, NumGC=83"}
+{"@timestamp":"2022-05-13T08:32:00.743+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T08:32:57.102+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T08:33:00.591+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=9.4Mi, Sys=12.1Mi, NumGC=83"}
+{"@timestamp":"2022-05-13T08:33:00.741+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T08:33:57.104+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T08:34:00.590+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=9.5Mi, Sys=12.1Mi, NumGC=84"}
+{"@timestamp":"2022-05-13T08:34:00.741+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T08:34:57.102+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T08:35:00.592+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=9.5Mi, Sys=12.1Mi, NumGC=84"}
+{"@timestamp":"2022-05-13T08:35:00.741+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T08:35:57.103+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T08:36:00.591+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=9.5Mi, Sys=12.1Mi, NumGC=85"}
+{"@timestamp":"2022-05-13T08:36:00.743+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T08:36:57.102+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T08:37:00.591+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=9.5Mi, Sys=12.1Mi, NumGC=85"}
+{"@timestamp":"2022-05-13T08:37:00.742+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T08:37:57.103+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T08:38:00.590+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=9.5Mi, Sys=12.1Mi, NumGC=86"}
+{"@timestamp":"2022-05-13T08:38:00.742+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T08:38:57.103+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T08:39:00.590+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=9.5Mi, Sys=12.1Mi, NumGC=86"}
+{"@timestamp":"2022-05-13T08:39:00.742+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T08:39:57.103+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T08:40:00.592+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=9.5Mi, Sys=12.1Mi, NumGC=87"}
+{"@timestamp":"2022-05-13T08:40:00.743+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T08:40:57.102+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T08:41:00.590+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=9.6Mi, Sys=12.1Mi, NumGC=87"}
+{"@timestamp":"2022-05-13T08:41:00.741+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T08:41:57.102+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T08:42:00.590+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=9.6Mi, Sys=12.1Mi, NumGC=88"}
+{"@timestamp":"2022-05-13T08:42:00.741+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T08:42:57.103+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T08:43:00.592+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=9.6Mi, Sys=12.1Mi, NumGC=88"}
+{"@timestamp":"2022-05-13T08:43:00.742+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T08:43:57.102+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T08:44:00.591+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=9.6Mi, Sys=12.1Mi, NumGC=89"}
+{"@timestamp":"2022-05-13T08:44:00.743+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T08:44:57.102+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T08:45:00.590+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=9.6Mi, Sys=12.1Mi, NumGC=89"}
+{"@timestamp":"2022-05-13T08:45:00.741+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T08:45:57.103+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T08:46:00.590+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=9.6Mi, Sys=12.1Mi, NumGC=90"}
+{"@timestamp":"2022-05-13T08:46:00.741+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T08:46:57.102+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T08:47:00.592+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=9.7Mi, Sys=12.1Mi, NumGC=90"}
+{"@timestamp":"2022-05-13T08:47:00.741+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T08:47:57.103+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T08:48:00.591+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=9.7Mi, Sys=12.1Mi, NumGC=91"}
+{"@timestamp":"2022-05-13T08:48:00.742+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T08:48:57.103+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T08:49:00.592+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=9.7Mi, Sys=12.1Mi, NumGC=91"}
+{"@timestamp":"2022-05-13T08:49:00.741+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T08:49:57.102+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T08:50:00.591+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=9.7Mi, Sys=12.1Mi, NumGC=92"}
+{"@timestamp":"2022-05-13T08:50:00.741+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T08:50:57.103+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T08:51:00.590+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=9.7Mi, Sys=12.1Mi, NumGC=92"}
+{"@timestamp":"2022-05-13T08:51:00.741+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T08:51:57.102+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T08:52:00.590+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=9.7Mi, Sys=12.1Mi, NumGC=93"}
+{"@timestamp":"2022-05-13T08:52:00.742+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T08:52:57.102+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T08:53:00.591+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=9.7Mi, Sys=12.1Mi, NumGC=93"}
+{"@timestamp":"2022-05-13T08:53:00.742+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T08:53:57.102+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T08:54:00.592+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=9.8Mi, Sys=12.1Mi, NumGC=94"}
+{"@timestamp":"2022-05-13T08:54:00.741+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T08:54:57.104+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T08:55:00.592+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=9.8Mi, Sys=12.1Mi, NumGC=94"}
+{"@timestamp":"2022-05-13T08:55:00.741+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T08:55:57.104+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T08:56:00.591+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=9.8Mi, Sys=12.1Mi, NumGC=95"}
+{"@timestamp":"2022-05-13T08:56:00.742+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T08:56:57.103+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T08:57:00.590+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=9.8Mi, Sys=12.1Mi, NumGC=95"}
+{"@timestamp":"2022-05-13T08:57:00.743+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T08:57:57.103+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T08:58:00.592+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=9.8Mi, Sys=12.1Mi, NumGC=96"}
+{"@timestamp":"2022-05-13T08:58:00.743+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T08:58:57.103+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T08:59:00.591+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=9.8Mi, Sys=12.1Mi, NumGC=96"}
+{"@timestamp":"2022-05-13T08:59:00.741+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T08:59:57.102+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T09:00:00.591+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=9.9Mi, Sys=12.1Mi, NumGC=97"}
+{"@timestamp":"2022-05-13T09:00:00.742+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T09:00:57.103+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T09:01:00.592+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=9.9Mi, Sys=12.1Mi, NumGC=97"}
+{"@timestamp":"2022-05-13T09:01:00.741+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T09:01:57.103+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T09:02:00.591+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=9.9Mi, Sys=12.1Mi, NumGC=98"}
+{"@timestamp":"2022-05-13T09:02:00.743+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T09:02:57.103+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T09:03:00.592+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=9.9Mi, Sys=12.1Mi, NumGC=98"}
+{"@timestamp":"2022-05-13T09:03:00.742+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T09:03:57.104+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T09:04:00.590+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=9.9Mi, Sys=12.1Mi, NumGC=99"}
+{"@timestamp":"2022-05-13T09:04:00.741+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T09:04:57.103+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T09:05:00.592+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=9.9Mi, Sys=12.1Mi, NumGC=99"}
+{"@timestamp":"2022-05-13T09:05:00.741+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T09:05:57.103+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T09:06:00.590+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=10.0Mi, Sys=12.1Mi, NumGC=100"}
+{"@timestamp":"2022-05-13T09:06:00.742+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T09:06:57.103+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T09:07:00.591+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=10.0Mi, Sys=12.1Mi, NumGC=100"}
+{"@timestamp":"2022-05-13T09:07:00.742+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T09:07:57.103+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T09:08:00.591+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=10.0Mi, Sys=12.1Mi, NumGC=101"}
+{"@timestamp":"2022-05-13T09:08:00.743+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T09:08:57.103+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T09:09:00.592+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=10.0Mi, Sys=12.1Mi, NumGC=101"}
+{"@timestamp":"2022-05-13T09:09:00.742+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T09:09:57.102+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T09:10:00.590+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=10.0Mi, Sys=12.1Mi, NumGC=102"}
+{"@timestamp":"2022-05-13T09:10:00.742+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T09:10:57.102+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T09:11:00.636+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=10.0Mi, Sys=12.1Mi, NumGC=102"}
+{"@timestamp":"2022-05-13T09:11:00.743+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T09:11:57.104+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T09:12:00.590+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=10.1Mi, Sys=12.1Mi, NumGC=103"}
+{"@timestamp":"2022-05-13T09:12:00.743+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T09:12:57.102+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T09:13:00.592+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=10.1Mi, Sys=12.1Mi, NumGC=103"}
+{"@timestamp":"2022-05-13T09:13:00.742+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T09:13:57.102+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T09:14:00.590+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=10.1Mi, Sys=12.1Mi, NumGC=104"}
+{"@timestamp":"2022-05-13T09:14:00.742+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T09:14:57.102+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T09:15:00.591+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=10.1Mi, Sys=12.1Mi, NumGC=104"}
+{"@timestamp":"2022-05-13T09:15:00.741+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T09:15:57.102+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T09:16:00.590+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=10.1Mi, Sys=12.1Mi, NumGC=105"}
+{"@timestamp":"2022-05-13T09:16:00.743+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T09:16:57.104+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T09:17:00.591+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=10.1Mi, Sys=12.1Mi, NumGC=105"}
+{"@timestamp":"2022-05-13T09:17:00.743+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T09:17:57.102+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T09:18:00.590+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=10.1Mi, Sys=12.1Mi, NumGC=106"}
+{"@timestamp":"2022-05-13T09:18:00.743+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T09:18:57.103+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T09:19:00.591+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=10.2Mi, Sys=12.1Mi, NumGC=106"}
+{"@timestamp":"2022-05-13T09:19:00.743+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T09:19:57.103+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T09:20:00.591+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=10.2Mi, Sys=12.1Mi, NumGC=107"}
+{"@timestamp":"2022-05-13T09:20:00.742+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T09:20:57.102+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T09:21:00.590+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=10.2Mi, Sys=12.1Mi, NumGC=107"}
+{"@timestamp":"2022-05-13T09:21:00.743+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T09:21:57.102+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T09:22:00.592+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=10.2Mi, Sys=12.1Mi, NumGC=108"}
+{"@timestamp":"2022-05-13T09:22:00.741+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T09:22:57.103+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T09:23:00.590+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=10.2Mi, Sys=12.1Mi, NumGC=108"}
+{"@timestamp":"2022-05-13T09:23:00.741+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T09:23:57.102+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T09:24:00.591+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=10.2Mi, Sys=12.1Mi, NumGC=109"}
+{"@timestamp":"2022-05-13T09:24:00.743+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T09:24:57.103+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T09:25:00.591+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=10.2Mi, Sys=12.1Mi, NumGC=109"}
+{"@timestamp":"2022-05-13T09:25:00.743+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T09:25:57.102+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T09:26:00.592+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=10.3Mi, Sys=12.1Mi, NumGC=110"}
+{"@timestamp":"2022-05-13T09:26:00.742+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T09:26:57.102+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T09:27:00.592+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=10.3Mi, Sys=12.1Mi, NumGC=110"}
+{"@timestamp":"2022-05-13T09:27:00.742+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T09:27:57.103+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T09:28:00.590+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=10.3Mi, Sys=12.1Mi, NumGC=111"}
+{"@timestamp":"2022-05-13T09:28:00.742+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T09:28:57.102+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T09:29:00.591+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=10.3Mi, Sys=12.1Mi, NumGC=111"}
+{"@timestamp":"2022-05-13T09:29:00.741+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T09:29:57.102+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T09:30:00.592+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=10.3Mi, Sys=12.1Mi, NumGC=112"}
+{"@timestamp":"2022-05-13T09:30:00.742+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T09:30:57.102+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T09:31:00.591+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=10.3Mi, Sys=12.1Mi, NumGC=112"}
+{"@timestamp":"2022-05-13T09:31:00.741+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T09:31:57.103+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T09:32:00.590+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=10.4Mi, Sys=12.1Mi, NumGC=113"}
+{"@timestamp":"2022-05-13T09:32:00.743+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T09:32:57.103+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T09:33:00.591+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=10.4Mi, Sys=12.1Mi, NumGC=113"}
+{"@timestamp":"2022-05-13T09:33:00.741+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T09:33:57.103+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T09:34:00.590+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=10.4Mi, Sys=12.1Mi, NumGC=114"}
+{"@timestamp":"2022-05-13T09:34:00.742+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T09:34:57.102+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T09:35:00.591+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=10.4Mi, Sys=12.1Mi, NumGC=114"}
+{"@timestamp":"2022-05-13T09:35:00.742+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T09:35:57.102+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T09:36:00.590+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=10.4Mi, Sys=12.1Mi, NumGC=115"}
+{"@timestamp":"2022-05-13T09:36:00.742+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T09:36:57.103+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T09:37:00.591+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=10.4Mi, Sys=12.1Mi, NumGC=115"}
+{"@timestamp":"2022-05-13T09:37:00.742+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T09:37:57.103+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T09:38:00.590+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=10.5Mi, Sys=12.1Mi, NumGC=116"}
+{"@timestamp":"2022-05-13T09:38:00.743+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T09:38:57.103+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T09:39:00.591+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=10.5Mi, Sys=12.1Mi, NumGC=116"}
+{"@timestamp":"2022-05-13T09:39:00.742+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T09:39:57.103+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T09:40:00.590+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=10.5Mi, Sys=12.1Mi, NumGC=117"}
+{"@timestamp":"2022-05-13T09:40:00.741+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T09:40:57.102+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T09:41:00.591+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=10.5Mi, Sys=12.1Mi, NumGC=117"}
+{"@timestamp":"2022-05-13T09:41:00.742+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T09:41:57.103+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T09:42:00.590+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=10.5Mi, Sys=12.1Mi, NumGC=118"}
+{"@timestamp":"2022-05-13T09:42:00.743+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T09:42:57.102+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T09:43:00.592+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=10.5Mi, Sys=12.1Mi, NumGC=118"}
+{"@timestamp":"2022-05-13T09:43:00.743+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T09:43:57.102+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T09:44:00.590+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=10.6Mi, Sys=12.1Mi, NumGC=119"}
+{"@timestamp":"2022-05-13T09:44:00.742+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T09:44:57.103+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T09:45:00.592+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=10.6Mi, Sys=12.1Mi, NumGC=119"}
+{"@timestamp":"2022-05-13T09:45:00.742+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T09:45:57.102+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T09:46:00.591+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=10.6Mi, Sys=12.1Mi, NumGC=120"}
+{"@timestamp":"2022-05-13T09:46:00.742+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T09:46:57.103+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T09:47:00.591+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=10.6Mi, Sys=12.1Mi, NumGC=120"}
+{"@timestamp":"2022-05-13T09:47:00.743+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T09:47:57.104+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T09:48:00.592+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=10.6Mi, Sys=12.1Mi, NumGC=121"}
+{"@timestamp":"2022-05-13T09:48:00.741+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T09:48:57.104+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T09:49:00.592+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=10.6Mi, Sys=12.1Mi, NumGC=121"}
+{"@timestamp":"2022-05-13T09:49:00.743+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T09:49:57.102+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T09:50:00.591+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=10.7Mi, Sys=12.1Mi, NumGC=122"}
+{"@timestamp":"2022-05-13T09:50:00.781+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T09:50:57.103+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T09:51:00.592+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=10.7Mi, Sys=12.1Mi, NumGC=122"}
+{"@timestamp":"2022-05-13T09:51:00.741+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T09:51:57.104+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T09:52:00.591+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=10.7Mi, Sys=12.1Mi, NumGC=123"}
+{"@timestamp":"2022-05-13T09:52:00.741+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T09:52:57.102+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T09:53:00.592+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=10.7Mi, Sys=12.1Mi, NumGC=123"}
+{"@timestamp":"2022-05-13T09:53:00.741+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T09:53:57.102+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T09:54:00.592+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=10.7Mi, Sys=12.1Mi, NumGC=124"}
+{"@timestamp":"2022-05-13T09:54:00.742+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T09:54:57.103+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T09:55:00.590+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=10.7Mi, Sys=12.1Mi, NumGC=124"}
+{"@timestamp":"2022-05-13T09:55:00.743+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T09:55:57.103+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T09:56:00.592+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=10.7Mi, Sys=12.1Mi, NumGC=125"}
+{"@timestamp":"2022-05-13T09:56:00.741+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T09:56:57.102+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T09:57:00.590+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=10.8Mi, Sys=12.1Mi, NumGC=125"}
+{"@timestamp":"2022-05-13T09:57:00.743+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T09:57:57.102+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T09:58:00.592+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=10.8Mi, Sys=12.1Mi, NumGC=126"}
+{"@timestamp":"2022-05-13T09:58:00.741+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T09:58:57.104+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T09:59:00.590+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=10.8Mi, Sys=12.1Mi, NumGC=126"}
+{"@timestamp":"2022-05-13T09:59:00.742+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T09:59:57.103+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T10:00:00.592+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=10.8Mi, Sys=12.1Mi, NumGC=127"}
+{"@timestamp":"2022-05-13T10:00:00.742+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T10:00:57.102+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T10:01:00.591+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=10.8Mi, Sys=12.1Mi, NumGC=127"}
+{"@timestamp":"2022-05-13T10:01:00.741+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T10:01:57.102+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T10:02:00.592+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=10.8Mi, Sys=12.1Mi, NumGC=128"}
+{"@timestamp":"2022-05-13T10:02:00.742+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T10:02:57.102+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T10:03:00.592+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=10.9Mi, Sys=12.1Mi, NumGC=128"}
+{"@timestamp":"2022-05-13T10:03:00.743+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T10:03:57.102+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T10:04:00.591+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=10.9Mi, Sys=12.1Mi, NumGC=129"}
+{"@timestamp":"2022-05-13T10:04:00.743+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T10:04:57.104+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T10:05:00.591+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=10.9Mi, Sys=12.1Mi, NumGC=129"}
+{"@timestamp":"2022-05-13T10:05:00.741+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T10:05:57.102+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T10:06:00.590+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=10.9Mi, Sys=12.1Mi, NumGC=130"}
+{"@timestamp":"2022-05-13T10:06:00.741+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T10:06:57.103+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T10:07:00.590+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=10.9Mi, Sys=12.1Mi, NumGC=130"}
+{"@timestamp":"2022-05-13T10:07:00.743+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T10:07:57.102+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T10:08:00.592+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=10.9Mi, Sys=12.1Mi, NumGC=131"}
+{"@timestamp":"2022-05-13T10:08:00.741+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T10:08:57.104+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T10:09:00.591+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=11.0Mi, Sys=12.1Mi, NumGC=131"}
+{"@timestamp":"2022-05-13T10:09:00.741+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T10:09:57.102+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T10:10:00.591+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=11.0Mi, Sys=12.1Mi, NumGC=132"}
+{"@timestamp":"2022-05-13T10:10:00.741+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T10:10:57.104+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T10:11:00.591+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=11.0Mi, Sys=12.1Mi, NumGC=132"}
+{"@timestamp":"2022-05-13T10:11:00.742+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T10:11:57.103+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T10:12:00.591+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=11.0Mi, Sys=12.1Mi, NumGC=133"}
+{"@timestamp":"2022-05-13T10:12:00.741+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T10:12:57.102+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T10:13:00.590+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=11.0Mi, Sys=12.1Mi, NumGC=133"}
+{"@timestamp":"2022-05-13T10:13:00.743+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T10:13:57.103+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T10:14:00.591+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=11.0Mi, Sys=12.1Mi, NumGC=134"}
+{"@timestamp":"2022-05-13T10:14:00.741+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T10:14:57.103+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T10:15:00.592+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=11.0Mi, Sys=12.1Mi, NumGC=134"}
+{"@timestamp":"2022-05-13T10:15:00.742+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T10:15:57.103+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T10:16:00.591+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=11.1Mi, Sys=12.1Mi, NumGC=135"}
+{"@timestamp":"2022-05-13T10:16:00.741+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T10:16:57.102+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T10:17:00.591+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=11.1Mi, Sys=12.1Mi, NumGC=135"}
+{"@timestamp":"2022-05-13T10:17:00.742+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T10:17:57.103+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T10:18:00.590+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=11.1Mi, Sys=12.1Mi, NumGC=136"}
+{"@timestamp":"2022-05-13T10:18:00.743+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T10:18:57.103+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T10:19:00.592+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=11.1Mi, Sys=12.1Mi, NumGC=136"}
+{"@timestamp":"2022-05-13T10:19:00.742+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T10:19:57.102+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T10:20:00.592+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=11.1Mi, Sys=12.1Mi, NumGC=137"}
+{"@timestamp":"2022-05-13T10:20:00.742+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T10:20:57.103+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T10:21:00.591+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=11.2Mi, Sys=12.1Mi, NumGC=137"}
+{"@timestamp":"2022-05-13T10:21:00.742+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T10:23:00.782+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=6.3Mi, Sys=12.4Mi, NumGC=2"}
+{"@timestamp":"2022-05-13T10:23:00.946+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T10:24:00.782+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.5Mi, TotalAlloc=6.3Mi, Sys=12.4Mi, NumGC=2"}
+{"@timestamp":"2022-05-13T10:24:00.946+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T10:25:00.782+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.1Mi, TotalAlloc=6.4Mi, Sys=12.4Mi, NumGC=3"}
+{"@timestamp":"2022-05-13T10:25:00.946+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T10:25:41.460+08:00","level":"stat","content":"p2c - conn: 127.0.0.1:8011, load: 44730, reqs: 1"}
+{"@timestamp":"2022-05-13T10:26:00.783+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=6.5Mi, Sys=12.4Mi, NumGC=3"}
+{"@timestamp":"2022-05-13T10:26:00.945+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 2, pass: 2, drop: 0"}
+{"@timestamp":"2022-05-13T10:26:11.741+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 1000.5ms, med: 2001.2ms, 90th: 2001.2ms, 99th: 2001.2ms, 99.9th: 2001.2ms"}
+{"@timestamp":"2022-05-13T10:27:00.781+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=6.5Mi, Sys=12.4Mi, NumGC=4"}
+{"@timestamp":"2022-05-13T10:27:00.946+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T10:27:11.742+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T10:28:00.783+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=6.5Mi, Sys=12.4Mi, NumGC=4"}
+{"@timestamp":"2022-05-13T10:28:00.946+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T10:28:11.741+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T10:28:15.914+08:00","level":"stat","content":"p2c - conn: 127.0.0.1:8011, load: 44737, reqs: 1"}
+{"@timestamp":"2022-05-13T10:29:00.783+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=6.8Mi, Sys=12.4Mi, NumGC=5"}
+{"@timestamp":"2022-05-13T10:29:00.945+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 1, pass: 1, drop: 0"}
+{"@timestamp":"2022-05-13T10:29:11.743+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 2001.0ms, med: 2001.4ms, 90th: 2001.4ms, 99th: 2001.4ms, 99.9th: 2001.4ms"}
+{"@timestamp":"2022-05-13T10:29:46.398+08:00","level":"stat","content":"p2c - conn: 127.0.0.1:8011, load: 44722, reqs: 1"}
+{"@timestamp":"2022-05-13T10:30:00.782+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=6.8Mi, Sys=12.4Mi, NumGC=5"}
+{"@timestamp":"2022-05-13T10:30:00.945+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 1, pass: 1, drop: 0"}
+{"@timestamp":"2022-05-13T10:30:11.741+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 2000.0ms, med: 2000.8ms, 90th: 2000.8ms, 99th: 2000.8ms, 99.9th: 2000.8ms"}
+{"@timestamp":"2022-05-13T10:31:00.782+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=6.8Mi, Sys=12.4Mi, NumGC=6"}
+{"@timestamp":"2022-05-13T10:31:00.945+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T10:31:11.741+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T10:31:36.502+08:00","level":"stat","content":"p2c - conn: 127.0.0.1:8011, load: 44725, reqs: 1"}
+{"@timestamp":"2022-05-13T10:32:00.781+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=6.9Mi, Sys=12.4Mi, NumGC=6"}
+{"@timestamp":"2022-05-13T10:32:00.946+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 1, pass: 1, drop: 0"}
+{"@timestamp":"2022-05-13T10:32:11.742+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 2000.0ms, med: 2000.4ms, 90th: 2000.4ms, 99th: 2000.4ms, 99.9th: 2000.4ms"}
+{"@timestamp":"2022-05-13T10:33:00.782+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=6.9Mi, Sys=12.4Mi, NumGC=7"}
+{"@timestamp":"2022-05-13T10:33:00.945+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T10:33:11.741+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T10:33:12.226+08:00","level":"stat","content":"p2c - conn: 127.0.0.1:8011, load: 44733, reqs: 1"}
+{"@timestamp":"2022-05-13T10:34:00.781+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=7.0Mi, Sys=12.4Mi, NumGC=7"}
+{"@timestamp":"2022-05-13T10:34:00.946+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 1, pass: 1, drop: 0"}
+{"@timestamp":"2022-05-13T10:34:11.742+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 2001.0ms, med: 2001.9ms, 90th: 2001.9ms, 99th: 2001.9ms, 99.9th: 2001.9ms"}
+{"@timestamp":"2022-05-13T10:34:38.003+08:00","level":"stat","content":"p2c - conn: 127.0.0.1:8011, load: 44724, reqs: 1"}
+{"@timestamp":"2022-05-13T10:35:00.782+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=7.0Mi, Sys=12.4Mi, NumGC=8"}
+{"@timestamp":"2022-05-13T10:35:00.945+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 1, pass: 1, drop: 0"}
+{"@timestamp":"2022-05-13T10:35:11.743+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 2000.0ms, med: 2000.2ms, 90th: 2000.2ms, 99th: 2000.2ms, 99.9th: 2000.2ms"}
+{"@timestamp":"2022-05-13T10:36:00.781+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=7.0Mi, Sys=12.4Mi, NumGC=8"}
+{"@timestamp":"2022-05-13T10:36:00.945+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T10:36:11.742+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T10:36:59.654+08:00","level":"stat","content":"p2c - conn: 127.0.0.1:8011, load: 44724, reqs: 1"}
+{"@timestamp":"2022-05-13T10:37:00.782+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=7.1Mi, Sys=12.4Mi, NumGC=9"}
+{"@timestamp":"2022-05-13T10:37:00.946+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 1, pass: 1, drop: 0"}
+{"@timestamp":"2022-05-13T10:37:11.742+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 2000.0ms, med: 2000.6ms, 90th: 2000.6ms, 99th: 2000.6ms, 99.9th: 2000.6ms"}
+{"@timestamp":"2022-05-13T10:37:31.334+08:00","level":"stat","content":"p2c - conn: 127.0.0.1:8011, load: 44722, reqs: 1"}
+{"@timestamp":"2022-05-13T10:38:00.782+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=7.3Mi, Sys=12.4Mi, NumGC=9"}
+{"@timestamp":"2022-05-13T10:38:00.945+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 1, pass: 1, drop: 0"}
+{"@timestamp":"2022-05-13T10:38:11.742+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 2001.0ms, med: 2001.2ms, 90th: 2001.2ms, 99th: 2001.2ms, 99.9th: 2001.2ms"}
+{"@timestamp":"2022-05-13T10:39:00.782+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=7.3Mi, Sys=12.4Mi, NumGC=10"}
+{"@timestamp":"2022-05-13T10:39:00.947+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T10:39:11.742+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T10:40:00.782+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=7.3Mi, Sys=12.4Mi, NumGC=10"}
+{"@timestamp":"2022-05-13T10:40:00.945+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T10:40:11.742+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T10:41:00.781+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=7.3Mi, Sys=12.4Mi, NumGC=11"}
+{"@timestamp":"2022-05-13T10:41:00.945+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T10:41:11.741+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T10:41:32.559+08:00","level":"stat","content":"p2c - conn: 127.0.0.1:8011, load: 16790, reqs: 1"}
+{"@timestamp":"2022-05-13T10:42:00.783+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=7.4Mi, Sys=12.4Mi, NumGC=11"}
+{"@timestamp":"2022-05-13T10:42:00.945+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 1, pass: 1, drop: 0"}
+{"@timestamp":"2022-05-13T10:42:11.742+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 282.0ms, med: 282.8ms, 90th: 282.8ms, 99th: 282.8ms, 99.9th: 282.8ms"}
+{"@timestamp":"2022-05-13T10:43:00.782+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=7.4Mi, Sys=12.4Mi, NumGC=12"}
+{"@timestamp":"2022-05-13T10:43:00.947+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T10:43:52.053+08:00","level":"stat","content":"p2c - conn: 127.0.0.1:8011, load: 44742, reqs: 1"}
+{"@timestamp":"2022-05-13T10:44:39.347+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=6.5Mi, Sys=12.1Mi, NumGC=3"}
+{"@timestamp":"2022-05-13T10:44:39.500+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 1, pass: 1, drop: 0"}
+{"@timestamp":"2022-05-13T10:44:52.054+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 2002.0ms, med: 2002.5ms, 90th: 2002.5ms, 99th: 2002.5ms, 99.9th: 2002.5ms"}
+{"@timestamp":"2022-05-13T10:45:36.741+08:00","level":"stat","content":"p2c - conn: 127.0.0.1:8011, load: 44743, reqs: 1"}
+{"@timestamp":"2022-05-13T10:45:39.346+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=6.7Mi, Sys=12.1Mi, NumGC=3"}
+{"@timestamp":"2022-05-13T10:45:39.500+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 1, pass: 1, drop: 0"}
+{"@timestamp":"2022-05-13T10:45:52.054+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 2003.0ms, med: 2003.2ms, 90th: 2003.2ms, 99th: 2003.2ms, 99.9th: 2003.2ms"}
+{"@timestamp":"2022-05-13T10:46:39.346+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=6.8Mi, Sys=12.1Mi, NumGC=4"}
+{"@timestamp":"2022-05-13T10:46:39.500+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T10:46:52.053+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T10:47:39.347+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=6.8Mi, Sys=12.1Mi, NumGC=4"}
+{"@timestamp":"2022-05-13T10:47:39.502+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T10:47:52.053+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T10:48:39.346+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=6.8Mi, Sys=12.1Mi, NumGC=5"}
+{"@timestamp":"2022-05-13T10:48:39.502+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T10:48:52.053+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T10:49:39.347+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=6.8Mi, Sys=12.1Mi, NumGC=5"}
+{"@timestamp":"2022-05-13T10:49:39.500+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T10:49:52.053+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T10:50:39.347+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=6.8Mi, Sys=12.1Mi, NumGC=6"}
+{"@timestamp":"2022-05-13T10:50:39.500+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T10:50:52.054+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T10:51:39.346+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=6.8Mi, Sys=12.1Mi, NumGC=6"}
+{"@timestamp":"2022-05-13T10:51:39.500+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T10:51:52.053+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T10:52:39.346+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=6.9Mi, Sys=12.1Mi, NumGC=7"}
+{"@timestamp":"2022-05-13T10:52:39.501+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T10:52:52.053+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T10:53:39.347+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=6.9Mi, Sys=12.1Mi, NumGC=7"}
+{"@timestamp":"2022-05-13T10:53:39.501+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T10:53:52.054+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T10:53:54.241+08:00","level":"stat","content":"p2c - conn: 127.0.0.1:8011, load: 44723, reqs: 1"}
+{"@timestamp":"2022-05-13T10:54:39.347+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=7.1Mi, Sys=12.1Mi, NumGC=8"}
+{"@timestamp":"2022-05-13T10:54:39.500+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 1, pass: 1, drop: 0"}
+{"@timestamp":"2022-05-13T10:54:52.053+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 2001.0ms, med: 2001.2ms, 90th: 2001.2ms, 99th: 2001.2ms, 99.9th: 2001.2ms"}
+{"@timestamp":"2022-05-13T10:55:39.347+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=7.1Mi, Sys=12.1Mi, NumGC=8"}
+{"@timestamp":"2022-05-13T10:55:39.502+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T10:55:52.053+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T10:56:39.346+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=7.1Mi, Sys=12.1Mi, NumGC=9"}
+{"@timestamp":"2022-05-13T10:56:39.500+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T10:56:52.055+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T10:57:39.347+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=7.1Mi, Sys=12.1Mi, NumGC=9"}
+{"@timestamp":"2022-05-13T10:57:39.501+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T10:57:52.053+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T10:58:39.347+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=7.1Mi, Sys=12.1Mi, NumGC=10"}
+{"@timestamp":"2022-05-13T10:58:39.500+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T10:58:52.054+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T10:59:39.346+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=7.2Mi, Sys=12.1Mi, NumGC=10"}
+{"@timestamp":"2022-05-13T10:59:39.500+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T10:59:52.053+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T11:00:39.348+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=7.2Mi, Sys=12.1Mi, NumGC=11"}
+{"@timestamp":"2022-05-13T11:00:39.501+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T11:00:52.053+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T11:01:39.346+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=7.2Mi, Sys=12.1Mi, NumGC=11"}
+{"@timestamp":"2022-05-13T11:01:39.500+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T11:01:52.053+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T11:02:01.492+08:00","level":"stat","content":"p2c - conn: 127.0.0.1:8011, load: 44719, reqs: 1"}
+{"@timestamp":"2022-05-13T11:02:39.347+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=7.4Mi, Sys=12.1Mi, NumGC=12"}
+{"@timestamp":"2022-05-13T11:02:39.501+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 1, pass: 1, drop: 0"}
+{"@timestamp":"2022-05-13T11:02:52.053+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 2000.0ms, med: 2000.8ms, 90th: 2000.8ms, 99th: 2000.8ms, 99.9th: 2000.8ms"}
+{"@timestamp":"2022-05-13T11:03:39.346+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=7.4Mi, Sys=12.1Mi, NumGC=12"}
+{"@timestamp":"2022-05-13T11:03:39.500+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T11:03:52.053+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T11:04:39.347+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=7.4Mi, Sys=12.1Mi, NumGC=13"}
+{"@timestamp":"2022-05-13T11:04:39.500+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T11:04:52.053+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T11:05:39.347+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=7.5Mi, Sys=12.1Mi, NumGC=13"}
+{"@timestamp":"2022-05-13T11:05:39.502+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T11:05:52.054+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T11:06:39.347+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=7.5Mi, Sys=12.1Mi, NumGC=14"}
+{"@timestamp":"2022-05-13T11:06:39.500+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T11:06:52.054+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T11:07:39.346+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=7.5Mi, Sys=12.1Mi, NumGC=14"}
+{"@timestamp":"2022-05-13T11:07:39.500+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T11:07:52.053+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T11:08:39.346+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=7.5Mi, Sys=12.1Mi, NumGC=15"}
+{"@timestamp":"2022-05-13T11:08:39.500+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T11:08:52.054+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T11:09:39.347+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=7.5Mi, Sys=12.1Mi, NumGC=15"}
+{"@timestamp":"2022-05-13T11:09:39.501+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T11:09:52.054+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T11:10:39.346+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=7.6Mi, Sys=12.1Mi, NumGC=16"}
+{"@timestamp":"2022-05-13T11:10:39.500+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T11:10:52.053+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T11:11:39.346+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=7.7Mi, Sys=12.1Mi, NumGC=16"}
+{"@timestamp":"2022-05-13T11:11:39.500+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T11:11:52.053+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T11:12:39.346+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=7.7Mi, Sys=12.1Mi, NumGC=17"}
+{"@timestamp":"2022-05-13T11:12:39.500+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T11:12:52.053+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T11:13:39.346+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=7.7Mi, Sys=12.1Mi, NumGC=17"}
+{"@timestamp":"2022-05-13T11:13:39.501+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T11:13:52.054+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T11:14:39.347+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=7.8Mi, Sys=12.1Mi, NumGC=18"}
+{"@timestamp":"2022-05-13T11:14:39.501+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T11:14:52.053+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T11:15:39.346+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=7.8Mi, Sys=12.1Mi, NumGC=18"}
+{"@timestamp":"2022-05-13T11:15:39.500+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T11:15:52.055+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T11:16:39.346+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=7.8Mi, Sys=12.1Mi, NumGC=19"}
+{"@timestamp":"2022-05-13T11:16:39.500+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T11:16:52.055+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T11:17:39.346+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=7.8Mi, Sys=12.1Mi, NumGC=19"}
+{"@timestamp":"2022-05-13T11:17:39.501+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T11:17:52.055+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T11:18:39.346+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=7.8Mi, Sys=12.1Mi, NumGC=20"}
+{"@timestamp":"2022-05-13T11:18:39.501+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T11:18:52.054+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T11:19:39.346+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=7.8Mi, Sys=12.1Mi, NumGC=20"}
+{"@timestamp":"2022-05-13T11:19:39.500+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T11:19:52.053+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T11:20:39.347+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=7.9Mi, Sys=12.1Mi, NumGC=21"}
+{"@timestamp":"2022-05-13T11:20:39.500+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T11:20:52.055+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T11:21:39.346+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=7.9Mi, Sys=12.1Mi, NumGC=21"}
+{"@timestamp":"2022-05-13T11:21:39.500+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T11:21:52.053+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T11:22:39.346+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=7.9Mi, Sys=12.1Mi, NumGC=22"}
+{"@timestamp":"2022-05-13T11:22:39.500+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T11:22:52.055+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T11:23:39.346+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=7.9Mi, Sys=12.1Mi, NumGC=22"}
+{"@timestamp":"2022-05-13T11:23:39.502+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T11:23:52.053+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T11:24:39.347+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=7.9Mi, Sys=12.1Mi, NumGC=23"}
+{"@timestamp":"2022-05-13T11:24:39.502+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T11:24:52.053+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T11:25:39.347+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=7.9Mi, Sys=12.1Mi, NumGC=23"}
+{"@timestamp":"2022-05-13T11:25:39.500+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T11:25:52.054+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T11:26:39.347+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=7.9Mi, Sys=12.1Mi, NumGC=24"}
+{"@timestamp":"2022-05-13T11:26:39.500+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T11:26:52.053+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T11:27:39.348+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=8.0Mi, Sys=12.1Mi, NumGC=24"}
+{"@timestamp":"2022-05-13T11:27:39.500+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T11:27:52.054+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T11:28:39.348+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=8.0Mi, Sys=12.1Mi, NumGC=25"}
+{"@timestamp":"2022-05-13T11:28:39.501+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T11:28:52.055+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T11:29:39.346+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=8.0Mi, Sys=12.1Mi, NumGC=25"}
+{"@timestamp":"2022-05-13T11:29:39.501+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T11:29:52.053+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T11:30:39.346+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=8.0Mi, Sys=12.1Mi, NumGC=26"}
+{"@timestamp":"2022-05-13T11:30:39.501+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T11:30:52.053+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T11:31:39.346+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=8.0Mi, Sys=12.1Mi, NumGC=26"}
+{"@timestamp":"2022-05-13T11:31:39.500+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T11:31:52.053+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T11:32:39.347+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=8.0Mi, Sys=12.4Mi, NumGC=27"}
+{"@timestamp":"2022-05-13T11:32:39.501+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T11:32:52.053+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T11:33:39.347+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=8.1Mi, Sys=12.4Mi, NumGC=27"}
+{"@timestamp":"2022-05-13T11:33:39.500+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T11:33:52.053+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T11:34:39.346+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=8.1Mi, Sys=12.4Mi, NumGC=28"}
+{"@timestamp":"2022-05-13T11:34:39.502+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T11:34:52.053+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T11:35:39.347+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=8.1Mi, Sys=12.4Mi, NumGC=28"}
+{"@timestamp":"2022-05-13T11:35:39.500+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T11:35:52.054+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T11:36:39.347+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=8.1Mi, Sys=12.4Mi, NumGC=29"}
+{"@timestamp":"2022-05-13T11:36:39.500+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T11:36:52.053+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T11:37:39.346+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=8.1Mi, Sys=12.4Mi, NumGC=29"}
+{"@timestamp":"2022-05-13T11:37:39.502+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T11:37:52.055+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T11:38:39.348+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=8.1Mi, Sys=12.4Mi, NumGC=30"}
+{"@timestamp":"2022-05-13T11:38:39.500+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T11:38:52.053+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T11:39:39.347+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=8.2Mi, Sys=12.4Mi, NumGC=30"}
+{"@timestamp":"2022-05-13T11:39:39.500+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T11:39:52.053+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T11:40:39.347+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=8.2Mi, Sys=12.4Mi, NumGC=31"}
+{"@timestamp":"2022-05-13T11:40:39.502+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T11:40:52.053+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T11:41:39.346+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=8.2Mi, Sys=12.4Mi, NumGC=31"}
+{"@timestamp":"2022-05-13T11:41:39.500+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T11:41:52.054+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T11:42:39.347+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=8.2Mi, Sys=12.4Mi, NumGC=32"}
+{"@timestamp":"2022-05-13T11:42:39.501+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T11:42:52.054+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T11:43:39.346+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=8.2Mi, Sys=12.4Mi, NumGC=32"}
+{"@timestamp":"2022-05-13T11:43:39.501+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T11:43:52.053+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T11:44:39.347+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=8.2Mi, Sys=12.4Mi, NumGC=33"}
+{"@timestamp":"2022-05-13T11:44:39.502+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T11:44:52.054+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T11:45:39.348+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=8.3Mi, Sys=12.4Mi, NumGC=33"}
+{"@timestamp":"2022-05-13T11:45:39.500+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T11:45:52.054+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T11:46:39.347+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=8.3Mi, Sys=12.4Mi, NumGC=34"}
+{"@timestamp":"2022-05-13T11:46:39.500+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T11:46:52.053+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T11:47:39.346+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=8.3Mi, Sys=12.4Mi, NumGC=34"}
+{"@timestamp":"2022-05-13T11:47:39.500+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T11:47:52.054+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T11:48:39.347+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=8.3Mi, Sys=12.4Mi, NumGC=35"}
+{"@timestamp":"2022-05-13T11:48:39.500+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T11:48:52.053+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T11:49:39.346+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=8.3Mi, Sys=12.4Mi, NumGC=35"}
+{"@timestamp":"2022-05-13T11:49:39.501+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T11:49:52.053+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T11:50:39.346+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=8.3Mi, Sys=12.4Mi, NumGC=36"}
+{"@timestamp":"2022-05-13T11:50:39.502+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T11:50:52.053+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T11:51:39.346+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=8.3Mi, Sys=12.4Mi, NumGC=36"}
+{"@timestamp":"2022-05-13T11:51:39.500+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T11:51:52.054+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T11:52:39.346+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=8.4Mi, Sys=12.4Mi, NumGC=37"}
+{"@timestamp":"2022-05-13T11:52:39.500+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T11:52:52.053+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T11:53:39.347+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=8.4Mi, Sys=12.4Mi, NumGC=37"}
+{"@timestamp":"2022-05-13T11:53:39.500+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T11:53:52.053+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T11:54:39.346+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=8.4Mi, Sys=12.4Mi, NumGC=38"}
+{"@timestamp":"2022-05-13T11:54:39.501+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T11:54:52.053+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T11:55:39.346+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=8.4Mi, Sys=12.4Mi, NumGC=38"}
+{"@timestamp":"2022-05-13T11:55:39.500+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T11:55:52.053+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T11:56:39.346+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=8.4Mi, Sys=12.4Mi, NumGC=39"}
+{"@timestamp":"2022-05-13T11:56:39.501+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T11:56:52.053+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T11:57:39.346+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=8.4Mi, Sys=12.4Mi, NumGC=39"}
+{"@timestamp":"2022-05-13T11:57:39.501+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T11:57:52.053+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T11:58:39.348+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=8.5Mi, Sys=12.4Mi, NumGC=40"}
+{"@timestamp":"2022-05-13T11:58:39.501+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T11:58:52.054+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T11:59:39.346+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=8.5Mi, Sys=12.4Mi, NumGC=40"}
+{"@timestamp":"2022-05-13T11:59:39.500+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T11:59:52.053+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T12:00:39.346+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=8.5Mi, Sys=12.4Mi, NumGC=41"}
+{"@timestamp":"2022-05-13T12:00:39.500+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T12:00:52.055+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T12:01:39.347+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=8.5Mi, Sys=12.4Mi, NumGC=41"}
+{"@timestamp":"2022-05-13T12:01:39.500+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T12:01:52.053+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T12:02:39.347+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=8.5Mi, Sys=12.4Mi, NumGC=42"}
+{"@timestamp":"2022-05-13T12:02:39.500+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T12:02:52.053+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T12:03:39.346+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=8.5Mi, Sys=12.4Mi, NumGC=42"}
+{"@timestamp":"2022-05-13T12:03:39.500+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T12:03:52.053+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T12:04:39.346+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=8.6Mi, Sys=12.4Mi, NumGC=43"}
+{"@timestamp":"2022-05-13T12:04:39.500+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T12:04:52.053+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T12:05:39.347+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=8.6Mi, Sys=12.4Mi, NumGC=43"}
+{"@timestamp":"2022-05-13T12:05:39.500+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T12:05:52.053+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T12:06:39.346+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=8.6Mi, Sys=12.4Mi, NumGC=44"}
+{"@timestamp":"2022-05-13T12:06:39.500+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T12:06:52.054+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T12:07:39.347+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=8.6Mi, Sys=12.4Mi, NumGC=44"}
+{"@timestamp":"2022-05-13T12:07:39.500+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T12:07:52.054+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T12:08:39.348+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=8.6Mi, Sys=12.4Mi, NumGC=45"}
+{"@timestamp":"2022-05-13T12:08:39.500+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T12:08:52.055+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T12:09:39.346+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=8.6Mi, Sys=12.4Mi, NumGC=45"}
+{"@timestamp":"2022-05-13T12:09:39.500+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T12:09:52.054+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T12:10:39.347+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=8.7Mi, Sys=12.4Mi, NumGC=46"}
+{"@timestamp":"2022-05-13T12:10:39.500+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T12:10:52.054+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T12:11:39.346+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=8.7Mi, Sys=12.4Mi, NumGC=46"}
+{"@timestamp":"2022-05-13T12:11:39.500+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T12:11:52.055+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T12:12:39.346+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=8.7Mi, Sys=12.4Mi, NumGC=47"}
+{"@timestamp":"2022-05-13T12:12:39.501+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T12:12:52.053+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T12:13:39.396+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=8.7Mi, Sys=12.4Mi, NumGC=47"}
+{"@timestamp":"2022-05-13T12:13:39.500+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T12:13:52.054+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T12:14:39.346+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=8.7Mi, Sys=12.4Mi, NumGC=48"}
+{"@timestamp":"2022-05-13T12:14:39.500+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T12:14:52.054+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T12:15:39.346+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=8.7Mi, Sys=12.4Mi, NumGC=48"}
+{"@timestamp":"2022-05-13T12:15:39.501+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T12:15:52.054+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T12:16:39.346+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=8.8Mi, Sys=12.4Mi, NumGC=49"}
+{"@timestamp":"2022-05-13T12:16:39.501+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T12:16:52.054+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T12:17:39.348+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=8.8Mi, Sys=12.4Mi, NumGC=49"}
+{"@timestamp":"2022-05-13T12:17:39.502+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T12:17:52.053+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T12:18:39.346+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=8.8Mi, Sys=12.4Mi, NumGC=50"}
+{"@timestamp":"2022-05-13T12:18:39.500+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T12:18:52.053+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T12:19:39.348+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=8.8Mi, Sys=12.4Mi, NumGC=50"}
+{"@timestamp":"2022-05-13T12:19:39.500+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T12:19:52.054+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T12:20:39.348+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=8.8Mi, Sys=12.4Mi, NumGC=51"}
+{"@timestamp":"2022-05-13T12:20:39.501+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T12:20:52.054+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T12:21:39.346+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=8.8Mi, Sys=12.4Mi, NumGC=51"}
+{"@timestamp":"2022-05-13T12:21:39.501+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T12:21:52.054+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T12:22:39.346+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=8.9Mi, Sys=12.4Mi, NumGC=52"}
+{"@timestamp":"2022-05-13T12:22:39.500+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T12:22:52.054+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T12:23:39.347+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=8.9Mi, Sys=12.4Mi, NumGC=52"}
+{"@timestamp":"2022-05-13T12:23:39.500+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T12:23:52.054+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T12:24:39.346+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=8.9Mi, Sys=12.4Mi, NumGC=53"}
+{"@timestamp":"2022-05-13T12:24:39.500+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T12:24:52.055+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T12:25:39.346+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=8.9Mi, Sys=12.4Mi, NumGC=53"}
+{"@timestamp":"2022-05-13T12:25:39.500+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T12:25:52.053+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T12:26:39.346+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=8.9Mi, Sys=12.4Mi, NumGC=54"}
+{"@timestamp":"2022-05-13T12:26:39.500+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T12:26:52.054+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T12:27:39.346+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=8.9Mi, Sys=12.4Mi, NumGC=54"}
+{"@timestamp":"2022-05-13T12:27:39.500+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T12:27:52.053+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T12:28:39.346+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=8.9Mi, Sys=12.4Mi, NumGC=55"}
+{"@timestamp":"2022-05-13T12:28:39.501+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T12:28:52.055+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T12:29:39.347+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=9.0Mi, Sys=12.4Mi, NumGC=55"}
+{"@timestamp":"2022-05-13T12:29:39.501+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T12:29:52.054+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T12:30:39.346+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=9.0Mi, Sys=12.4Mi, NumGC=56"}
+{"@timestamp":"2022-05-13T12:30:39.500+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T12:30:52.054+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T12:31:39.346+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=9.0Mi, Sys=12.4Mi, NumGC=56"}
+{"@timestamp":"2022-05-13T12:31:39.500+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T12:31:52.053+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T12:32:39.346+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=9.0Mi, Sys=12.4Mi, NumGC=57"}
+{"@timestamp":"2022-05-13T12:32:39.500+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T12:32:52.053+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T12:33:39.346+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=9.0Mi, Sys=12.4Mi, NumGC=57"}
+{"@timestamp":"2022-05-13T12:33:39.501+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T12:33:52.053+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T12:34:39.347+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=9.0Mi, Sys=12.4Mi, NumGC=58"}
+{"@timestamp":"2022-05-13T12:34:39.501+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T12:34:52.053+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T12:35:39.348+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=9.1Mi, Sys=12.4Mi, NumGC=58"}
+{"@timestamp":"2022-05-13T12:35:39.500+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T12:35:52.054+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T12:36:39.347+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=9.1Mi, Sys=12.4Mi, NumGC=59"}
+{"@timestamp":"2022-05-13T12:36:39.500+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T12:36:52.053+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T12:37:39.348+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=9.1Mi, Sys=12.4Mi, NumGC=59"}
+{"@timestamp":"2022-05-13T12:37:39.501+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T12:37:52.053+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T12:38:39.346+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=9.1Mi, Sys=12.4Mi, NumGC=60"}
+{"@timestamp":"2022-05-13T12:38:39.500+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T12:38:52.055+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T12:39:39.346+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=9.1Mi, Sys=12.4Mi, NumGC=60"}
+{"@timestamp":"2022-05-13T12:39:39.502+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T12:39:52.053+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T12:40:39.347+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=9.1Mi, Sys=12.4Mi, NumGC=61"}
+{"@timestamp":"2022-05-13T12:40:39.500+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T12:40:52.053+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T12:41:39.347+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=9.1Mi, Sys=12.4Mi, NumGC=61"}
+{"@timestamp":"2022-05-13T12:41:39.500+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T12:41:52.053+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T12:42:39.347+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=9.2Mi, Sys=12.4Mi, NumGC=62"}
+{"@timestamp":"2022-05-13T12:42:39.500+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T12:42:52.054+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T12:43:39.347+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=9.2Mi, Sys=12.4Mi, NumGC=62"}
+{"@timestamp":"2022-05-13T12:43:39.501+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T12:43:52.053+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T12:44:39.346+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=9.2Mi, Sys=12.4Mi, NumGC=63"}
+{"@timestamp":"2022-05-13T12:44:39.500+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T12:44:52.055+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T12:45:39.346+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=9.2Mi, Sys=12.4Mi, NumGC=63"}
+{"@timestamp":"2022-05-13T12:45:39.501+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T12:45:52.053+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T12:46:39.346+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=9.2Mi, Sys=12.4Mi, NumGC=64"}
+{"@timestamp":"2022-05-13T12:46:39.500+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T12:46:52.054+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T12:47:39.347+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=9.3Mi, Sys=12.4Mi, NumGC=64"}
+{"@timestamp":"2022-05-13T12:47:39.501+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T12:47:52.055+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T12:48:39.346+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=9.3Mi, Sys=12.4Mi, NumGC=65"}
+{"@timestamp":"2022-05-13T12:48:39.501+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T12:48:52.054+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T12:49:39.348+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=9.3Mi, Sys=12.4Mi, NumGC=65"}
+{"@timestamp":"2022-05-13T12:49:39.502+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T12:49:52.053+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T12:50:39.346+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=9.3Mi, Sys=12.4Mi, NumGC=66"}
+{"@timestamp":"2022-05-13T12:50:39.502+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T12:50:52.054+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T12:51:39.348+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=9.3Mi, Sys=12.4Mi, NumGC=66"}
+{"@timestamp":"2022-05-13T12:51:39.501+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T12:51:52.054+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T12:52:39.346+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=9.3Mi, Sys=12.4Mi, NumGC=67"}
+{"@timestamp":"2022-05-13T12:52:39.502+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T12:52:52.054+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T12:53:39.347+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=9.3Mi, Sys=12.4Mi, NumGC=67"}
+{"@timestamp":"2022-05-13T12:53:39.500+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T12:53:52.053+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T12:54:39.346+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=9.3Mi, Sys=12.4Mi, NumGC=68"}
+{"@timestamp":"2022-05-13T12:54:39.500+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T12:54:52.054+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T12:55:39.346+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=9.4Mi, Sys=12.4Mi, NumGC=68"}
+{"@timestamp":"2022-05-13T12:55:39.500+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T12:55:52.055+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T12:56:39.346+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=9.4Mi, Sys=12.4Mi, NumGC=69"}
+{"@timestamp":"2022-05-13T12:56:39.501+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T12:56:52.053+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T12:57:39.346+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=9.4Mi, Sys=12.4Mi, NumGC=69"}
+{"@timestamp":"2022-05-13T12:57:39.500+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T12:57:52.053+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T12:58:39.346+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=9.4Mi, Sys=12.4Mi, NumGC=70"}
+{"@timestamp":"2022-05-13T12:58:39.501+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T12:58:52.054+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T12:59:39.347+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=9.4Mi, Sys=12.4Mi, NumGC=70"}
+{"@timestamp":"2022-05-13T12:59:39.502+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T12:59:52.054+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T13:00:39.347+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=9.5Mi, Sys=12.4Mi, NumGC=71"}
+{"@timestamp":"2022-05-13T13:00:39.502+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T13:00:52.053+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T13:01:39.347+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=9.5Mi, Sys=12.4Mi, NumGC=71"}
+{"@timestamp":"2022-05-13T13:01:39.501+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T13:01:52.054+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T13:02:39.348+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=9.5Mi, Sys=12.4Mi, NumGC=72"}
+{"@timestamp":"2022-05-13T13:02:39.502+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T13:02:52.053+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T13:03:39.347+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=9.5Mi, Sys=12.4Mi, NumGC=72"}
+{"@timestamp":"2022-05-13T13:03:39.500+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T13:03:52.054+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T13:04:39.348+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=9.5Mi, Sys=12.4Mi, NumGC=73"}
+{"@timestamp":"2022-05-13T13:04:39.500+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T13:04:52.053+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T13:05:39.346+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=9.5Mi, Sys=12.4Mi, NumGC=73"}
+{"@timestamp":"2022-05-13T13:05:39.501+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T13:05:52.054+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T13:06:39.346+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=9.6Mi, Sys=12.4Mi, NumGC=74"}
+{"@timestamp":"2022-05-13T13:06:39.501+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T13:06:52.053+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T13:07:39.347+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=9.6Mi, Sys=12.4Mi, NumGC=74"}
+{"@timestamp":"2022-05-13T13:07:39.502+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T13:07:52.053+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T13:08:39.347+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=9.6Mi, Sys=12.4Mi, NumGC=75"}
+{"@timestamp":"2022-05-13T13:08:39.501+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T13:08:52.053+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T13:09:39.346+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=9.6Mi, Sys=12.4Mi, NumGC=75"}
+{"@timestamp":"2022-05-13T13:09:39.500+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T13:09:52.054+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T13:10:39.346+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=9.6Mi, Sys=12.4Mi, NumGC=76"}
+{"@timestamp":"2022-05-13T13:10:39.500+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T13:10:52.053+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T13:11:39.346+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=9.6Mi, Sys=12.4Mi, NumGC=76"}
+{"@timestamp":"2022-05-13T13:11:39.501+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T13:11:52.053+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T13:12:39.346+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=9.6Mi, Sys=12.4Mi, NumGC=77"}
+{"@timestamp":"2022-05-13T13:12:39.500+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T13:12:52.054+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T13:13:39.347+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=9.7Mi, Sys=12.4Mi, NumGC=77"}
+{"@timestamp":"2022-05-13T13:13:39.500+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T13:13:52.054+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T13:14:39.346+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=9.7Mi, Sys=12.4Mi, NumGC=78"}
+{"@timestamp":"2022-05-13T13:14:39.500+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T13:14:52.053+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T13:15:39.346+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=9.7Mi, Sys=12.4Mi, NumGC=78"}
+{"@timestamp":"2022-05-13T13:15:39.501+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T13:15:52.053+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T13:16:39.346+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=9.7Mi, Sys=12.4Mi, NumGC=79"}
+{"@timestamp":"2022-05-13T13:16:39.500+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T13:16:52.053+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T13:17:39.346+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=9.7Mi, Sys=12.4Mi, NumGC=79"}
+{"@timestamp":"2022-05-13T13:17:39.501+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T13:17:52.053+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T13:18:39.346+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=9.7Mi, Sys=12.4Mi, NumGC=80"}
+{"@timestamp":"2022-05-13T13:18:39.500+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T13:18:52.053+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T13:19:39.348+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=9.8Mi, Sys=12.4Mi, NumGC=80"}
+{"@timestamp":"2022-05-13T13:19:39.500+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T13:19:52.053+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T13:20:39.346+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=9.8Mi, Sys=12.4Mi, NumGC=81"}
+{"@timestamp":"2022-05-13T13:20:39.502+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T13:20:52.055+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T13:21:39.347+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=9.8Mi, Sys=12.4Mi, NumGC=81"}
+{"@timestamp":"2022-05-13T13:21:39.500+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T13:21:52.053+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T13:22:39.347+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=9.8Mi, Sys=12.4Mi, NumGC=82"}
+{"@timestamp":"2022-05-13T13:22:39.501+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T13:22:52.053+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T13:23:39.374+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=9.8Mi, Sys=12.4Mi, NumGC=82"}
+{"@timestamp":"2022-05-13T13:23:39.500+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T13:23:52.053+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T13:24:39.347+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=9.8Mi, Sys=12.4Mi, NumGC=83"}
+{"@timestamp":"2022-05-13T13:24:39.500+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T13:24:52.053+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T13:25:39.348+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=9.8Mi, Sys=12.4Mi, NumGC=83"}
+{"@timestamp":"2022-05-13T13:25:39.501+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T13:25:52.053+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T13:26:39.346+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=9.9Mi, Sys=12.4Mi, NumGC=84"}
+{"@timestamp":"2022-05-13T13:26:39.500+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T13:26:52.053+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T13:27:39.347+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=9.9Mi, Sys=12.4Mi, NumGC=84"}
+{"@timestamp":"2022-05-13T13:27:39.500+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T13:27:52.053+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T13:28:39.346+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=9.9Mi, Sys=12.4Mi, NumGC=85"}
+{"@timestamp":"2022-05-13T13:28:39.500+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T13:28:52.054+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T13:29:39.346+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=9.9Mi, Sys=12.4Mi, NumGC=85"}
+{"@timestamp":"2022-05-13T13:29:39.500+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T13:29:52.055+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T13:30:39.347+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=9.9Mi, Sys=12.4Mi, NumGC=86"}
+{"@timestamp":"2022-05-13T13:30:39.500+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T13:30:52.053+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T13:31:39.346+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=10.0Mi, Sys=12.4Mi, NumGC=86"}
+{"@timestamp":"2022-05-13T13:31:39.500+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T13:31:52.053+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T13:32:39.346+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=10.0Mi, Sys=12.4Mi, NumGC=87"}
+{"@timestamp":"2022-05-13T13:32:39.501+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T13:32:52.053+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T13:33:39.346+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=10.0Mi, Sys=12.4Mi, NumGC=87"}
+{"@timestamp":"2022-05-13T13:33:39.500+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T13:33:52.055+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T13:34:39.347+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=10.0Mi, Sys=12.4Mi, NumGC=88"}
+{"@timestamp":"2022-05-13T13:34:39.500+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T13:34:52.053+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T13:35:39.347+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=10.0Mi, Sys=12.4Mi, NumGC=88"}
+{"@timestamp":"2022-05-13T13:35:39.500+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T13:35:52.054+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T13:36:39.347+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=10.0Mi, Sys=12.4Mi, NumGC=89"}
+{"@timestamp":"2022-05-13T13:36:39.500+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T13:36:52.053+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T13:37:39.347+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=10.0Mi, Sys=12.4Mi, NumGC=89"}
+{"@timestamp":"2022-05-13T13:37:39.501+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T13:37:52.054+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T13:38:39.346+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=10.1Mi, Sys=12.4Mi, NumGC=90"}
+{"@timestamp":"2022-05-13T13:38:39.500+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}

+ 319 - 0
jyBXBase/api/logs/stat.log-2022-05-12

@@ -0,0 +1,319 @@
+{"@timestamp":"2022-05-12T15:01:00.590+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=6.4Mi, Sys=12.1Mi, NumGC=3"}
+{"@timestamp":"2022-05-12T15:01:00.741+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T15:02:00.590+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.5Mi, TotalAlloc=6.5Mi, Sys=12.1Mi, NumGC=3"}
+{"@timestamp":"2022-05-12T15:02:00.742+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T15:03:00.591+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=6.5Mi, Sys=12.1Mi, NumGC=4"}
+{"@timestamp":"2022-05-12T15:03:00.742+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T15:04:00.591+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=6.5Mi, Sys=12.1Mi, NumGC=4"}
+{"@timestamp":"2022-05-12T15:04:00.743+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T15:05:00.592+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=6.5Mi, Sys=12.1Mi, NumGC=5"}
+{"@timestamp":"2022-05-12T15:05:00.741+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T15:06:00.590+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=6.5Mi, Sys=12.1Mi, NumGC=5"}
+{"@timestamp":"2022-05-12T15:06:00.743+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T15:07:00.590+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=6.6Mi, Sys=12.1Mi, NumGC=6"}
+{"@timestamp":"2022-05-12T15:07:00.741+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T15:08:00.590+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=6.6Mi, Sys=12.1Mi, NumGC=6"}
+{"@timestamp":"2022-05-12T15:08:00.741+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T15:09:00.590+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=6.6Mi, Sys=12.1Mi, NumGC=7"}
+{"@timestamp":"2022-05-12T15:09:00.741+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T15:10:00.591+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=6.6Mi, Sys=12.1Mi, NumGC=7"}
+{"@timestamp":"2022-05-12T15:10:00.741+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T15:11:00.591+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=6.6Mi, Sys=12.1Mi, NumGC=8"}
+{"@timestamp":"2022-05-12T15:11:00.741+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T15:12:00.590+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=6.6Mi, Sys=12.1Mi, NumGC=8"}
+{"@timestamp":"2022-05-12T15:12:00.743+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T15:13:00.590+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=6.7Mi, Sys=12.1Mi, NumGC=9"}
+{"@timestamp":"2022-05-12T15:13:00.743+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T15:14:00.590+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=6.7Mi, Sys=12.1Mi, NumGC=9"}
+{"@timestamp":"2022-05-12T15:14:00.741+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T15:15:00.591+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=6.8Mi, Sys=12.1Mi, NumGC=10"}
+{"@timestamp":"2022-05-12T15:15:00.742+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T15:15:57.102+08:00","level":"stat","content":"p2c - conn: 127.0.0.1:8011, load: 15717, reqs: 1"}
+{"@timestamp":"2022-05-12T15:16:00.592+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.5Mi, TotalAlloc=7.0Mi, Sys=12.1Mi, NumGC=10"}
+{"@timestamp":"2022-05-12T15:16:00.741+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 1, pass: 1, drop: 0"}
+{"@timestamp":"2022-05-12T15:16:57.103+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 247.0ms, med: 247.7ms, 90th: 247.7ms, 99th: 247.7ms, 99.9th: 247.7ms"}
+{"@timestamp":"2022-05-12T15:17:00.591+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=7.0Mi, Sys=12.1Mi, NumGC=11"}
+{"@timestamp":"2022-05-12T15:17:00.742+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T15:17:57.102+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T15:18:00.590+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=7.0Mi, Sys=12.1Mi, NumGC=11"}
+{"@timestamp":"2022-05-12T15:18:00.743+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T15:18:57.103+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T15:19:00.591+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=7.0Mi, Sys=12.1Mi, NumGC=12"}
+{"@timestamp":"2022-05-12T15:19:00.743+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T15:19:57.103+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T15:20:00.591+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=7.0Mi, Sys=12.1Mi, NumGC=12"}
+{"@timestamp":"2022-05-12T15:20:00.742+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T15:20:57.102+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T15:21:00.591+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=7.0Mi, Sys=12.1Mi, NumGC=13"}
+{"@timestamp":"2022-05-12T15:21:00.743+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T15:21:57.102+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T15:22:00.591+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=7.0Mi, Sys=12.1Mi, NumGC=13"}
+{"@timestamp":"2022-05-12T15:22:00.741+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T15:22:57.102+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T15:23:00.590+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=7.1Mi, Sys=12.1Mi, NumGC=14"}
+{"@timestamp":"2022-05-12T15:23:00.741+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T15:23:57.103+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T15:24:00.591+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=7.1Mi, Sys=12.1Mi, NumGC=14"}
+{"@timestamp":"2022-05-12T15:24:00.743+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T15:24:57.145+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T15:25:00.590+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=7.1Mi, Sys=12.1Mi, NumGC=15"}
+{"@timestamp":"2022-05-12T15:25:00.743+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T15:25:57.103+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T15:26:00.591+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=7.1Mi, Sys=12.1Mi, NumGC=15"}
+{"@timestamp":"2022-05-12T15:26:00.743+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T15:26:57.103+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T15:27:00.591+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=7.1Mi, Sys=12.1Mi, NumGC=16"}
+{"@timestamp":"2022-05-12T15:27:00.743+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T15:27:57.112+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T15:28:00.591+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=7.2Mi, Sys=12.1Mi, NumGC=16"}
+{"@timestamp":"2022-05-12T15:28:00.742+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T15:28:57.104+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T15:29:00.592+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=7.2Mi, Sys=12.1Mi, NumGC=17"}
+{"@timestamp":"2022-05-12T15:29:00.741+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T15:29:57.102+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T15:30:00.591+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=7.2Mi, Sys=12.1Mi, NumGC=17"}
+{"@timestamp":"2022-05-12T15:30:00.741+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T15:30:57.150+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T15:31:00.591+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=7.2Mi, Sys=12.1Mi, NumGC=18"}
+{"@timestamp":"2022-05-12T15:31:00.742+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T15:31:57.102+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T15:32:00.592+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=7.2Mi, Sys=12.1Mi, NumGC=18"}
+{"@timestamp":"2022-05-12T15:32:00.743+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T15:32:57.103+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T15:33:00.592+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=7.2Mi, Sys=12.1Mi, NumGC=19"}
+{"@timestamp":"2022-05-12T15:33:00.742+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T15:33:57.102+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T15:34:00.591+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=7.3Mi, Sys=12.1Mi, NumGC=19"}
+{"@timestamp":"2022-05-12T15:34:00.744+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T15:34:57.102+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T15:35:00.592+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=7.3Mi, Sys=12.1Mi, NumGC=20"}
+{"@timestamp":"2022-05-12T15:35:00.741+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T15:35:57.102+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T15:36:00.591+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=7.3Mi, Sys=12.1Mi, NumGC=20"}
+{"@timestamp":"2022-05-12T15:36:00.742+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T15:36:57.102+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T15:37:00.591+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=7.3Mi, Sys=12.1Mi, NumGC=21"}
+{"@timestamp":"2022-05-12T15:37:00.741+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T15:37:57.102+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T15:38:00.590+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=7.3Mi, Sys=12.1Mi, NumGC=21"}
+{"@timestamp":"2022-05-12T15:38:00.743+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T15:38:57.102+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T15:39:00.590+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=7.3Mi, Sys=12.1Mi, NumGC=22"}
+{"@timestamp":"2022-05-12T15:39:00.742+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T15:39:57.102+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T15:40:00.592+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=7.3Mi, Sys=12.1Mi, NumGC=22"}
+{"@timestamp":"2022-05-12T15:40:00.742+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T15:40:57.103+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T15:41:00.591+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=7.4Mi, Sys=12.1Mi, NumGC=23"}
+{"@timestamp":"2022-05-12T15:41:00.741+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T15:41:57.103+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T15:42:00.592+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=7.4Mi, Sys=12.1Mi, NumGC=23"}
+{"@timestamp":"2022-05-12T15:42:00.742+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T15:42:57.104+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T15:43:00.591+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=7.4Mi, Sys=12.1Mi, NumGC=24"}
+{"@timestamp":"2022-05-12T15:43:00.741+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T15:43:57.102+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T15:44:00.591+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=7.4Mi, Sys=12.1Mi, NumGC=24"}
+{"@timestamp":"2022-05-12T15:44:00.742+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T15:44:57.103+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T15:45:00.591+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=7.4Mi, Sys=12.1Mi, NumGC=25"}
+{"@timestamp":"2022-05-12T15:45:00.741+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T15:45:57.102+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T15:46:00.592+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=7.4Mi, Sys=12.1Mi, NumGC=25"}
+{"@timestamp":"2022-05-12T15:46:00.742+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T15:46:57.102+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T15:47:00.590+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=7.5Mi, Sys=12.1Mi, NumGC=26"}
+{"@timestamp":"2022-05-12T15:47:00.743+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T15:47:57.104+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T15:48:00.591+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=7.5Mi, Sys=12.1Mi, NumGC=26"}
+{"@timestamp":"2022-05-12T15:48:00.741+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T15:48:57.102+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T15:49:00.590+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=7.5Mi, Sys=12.1Mi, NumGC=27"}
+{"@timestamp":"2022-05-12T15:49:00.743+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T15:49:57.103+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T15:50:00.591+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=7.5Mi, Sys=12.1Mi, NumGC=27"}
+{"@timestamp":"2022-05-12T15:50:00.742+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T15:50:57.103+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T15:51:00.592+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=7.5Mi, Sys=12.1Mi, NumGC=28"}
+{"@timestamp":"2022-05-12T15:51:00.741+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T15:51:57.102+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T15:52:00.591+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=7.5Mi, Sys=12.1Mi, NumGC=28"}
+{"@timestamp":"2022-05-12T15:52:00.741+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T15:52:57.103+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T15:53:00.591+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=7.5Mi, Sys=12.1Mi, NumGC=29"}
+{"@timestamp":"2022-05-12T15:53:00.741+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T15:53:57.102+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T15:54:00.591+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=7.6Mi, Sys=12.1Mi, NumGC=29"}
+{"@timestamp":"2022-05-12T15:54:00.743+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T15:54:57.102+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T15:55:00.591+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=7.6Mi, Sys=12.1Mi, NumGC=30"}
+{"@timestamp":"2022-05-12T15:55:00.743+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T15:55:57.103+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T15:56:00.590+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=7.6Mi, Sys=12.1Mi, NumGC=30"}
+{"@timestamp":"2022-05-12T15:56:00.742+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T15:56:57.102+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T15:57:00.590+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=7.6Mi, Sys=12.1Mi, NumGC=31"}
+{"@timestamp":"2022-05-12T15:57:00.743+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T15:57:57.102+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T15:58:00.591+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=7.6Mi, Sys=12.1Mi, NumGC=31"}
+{"@timestamp":"2022-05-12T15:58:00.741+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T15:58:57.104+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T15:59:00.591+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=7.6Mi, Sys=12.1Mi, NumGC=32"}
+{"@timestamp":"2022-05-12T15:59:00.741+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T15:59:57.102+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T16:00:00.591+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=7.7Mi, Sys=12.1Mi, NumGC=32"}
+{"@timestamp":"2022-05-12T16:00:00.741+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T16:00:57.103+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T16:01:00.592+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=7.7Mi, Sys=12.1Mi, NumGC=33"}
+{"@timestamp":"2022-05-12T16:01:00.742+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T16:01:57.102+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T16:02:00.591+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=7.7Mi, Sys=12.1Mi, NumGC=33"}
+{"@timestamp":"2022-05-12T16:02:00.741+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T16:02:57.102+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T16:03:00.591+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=7.7Mi, Sys=12.1Mi, NumGC=34"}
+{"@timestamp":"2022-05-12T16:03:00.743+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T16:03:57.102+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T16:04:00.592+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=7.7Mi, Sys=12.1Mi, NumGC=34"}
+{"@timestamp":"2022-05-12T16:04:00.742+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T16:04:57.102+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T16:05:00.591+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=7.7Mi, Sys=12.1Mi, NumGC=35"}
+{"@timestamp":"2022-05-12T16:05:00.741+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T16:05:57.103+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T16:06:00.590+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=7.8Mi, Sys=12.1Mi, NumGC=35"}
+{"@timestamp":"2022-05-12T16:06:00.741+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T16:06:57.104+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T16:07:00.591+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=7.8Mi, Sys=12.1Mi, NumGC=36"}
+{"@timestamp":"2022-05-12T16:07:00.742+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T16:07:57.102+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T16:08:00.591+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=7.8Mi, Sys=12.1Mi, NumGC=36"}
+{"@timestamp":"2022-05-12T16:08:00.741+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T16:08:57.103+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T16:09:00.592+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=7.8Mi, Sys=12.1Mi, NumGC=37"}
+{"@timestamp":"2022-05-12T16:09:00.742+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T16:09:57.103+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T16:10:00.590+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=7.9Mi, Sys=12.1Mi, NumGC=37"}
+{"@timestamp":"2022-05-12T16:10:00.741+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T16:10:57.102+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T16:11:00.591+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=7.9Mi, Sys=12.1Mi, NumGC=38"}
+{"@timestamp":"2022-05-12T16:11:00.751+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T16:11:57.102+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T16:12:00.590+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=7.9Mi, Sys=12.1Mi, NumGC=38"}
+{"@timestamp":"2022-05-12T16:12:00.741+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T16:12:57.102+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T16:13:00.592+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=7.9Mi, Sys=12.1Mi, NumGC=39"}
+{"@timestamp":"2022-05-12T16:13:00.743+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T16:13:57.102+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T16:14:00.590+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=8.0Mi, Sys=12.1Mi, NumGC=39"}
+{"@timestamp":"2022-05-12T16:14:00.742+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T16:14:57.102+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T16:15:00.590+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=8.1Mi, Sys=12.1Mi, NumGC=40"}
+{"@timestamp":"2022-05-12T16:15:00.741+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T16:15:57.103+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T16:16:00.590+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=8.1Mi, Sys=12.1Mi, NumGC=40"}
+{"@timestamp":"2022-05-12T16:16:00.743+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T16:16:57.102+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T16:17:00.590+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=8.1Mi, Sys=12.1Mi, NumGC=41"}
+{"@timestamp":"2022-05-12T16:17:00.741+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T16:17:57.102+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T16:18:00.590+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=8.1Mi, Sys=12.1Mi, NumGC=41"}
+{"@timestamp":"2022-05-12T16:18:00.742+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T16:18:57.102+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T16:19:00.592+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=8.1Mi, Sys=12.1Mi, NumGC=42"}
+{"@timestamp":"2022-05-12T16:19:00.742+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T16:19:57.103+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T16:20:00.591+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=8.1Mi, Sys=12.1Mi, NumGC=42"}
+{"@timestamp":"2022-05-12T16:20:00.741+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T16:20:57.103+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T16:21:00.591+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=8.1Mi, Sys=12.1Mi, NumGC=43"}
+{"@timestamp":"2022-05-12T16:21:00.741+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T16:21:57.103+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T16:22:00.591+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=8.2Mi, Sys=12.1Mi, NumGC=43"}
+{"@timestamp":"2022-05-12T16:22:00.741+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T16:22:57.103+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T16:23:00.591+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=8.2Mi, Sys=12.1Mi, NumGC=44"}
+{"@timestamp":"2022-05-12T16:23:00.742+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T16:23:57.102+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T16:24:00.591+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=8.2Mi, Sys=12.1Mi, NumGC=44"}
+{"@timestamp":"2022-05-12T16:24:00.743+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T16:24:57.102+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T16:25:00.592+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=8.2Mi, Sys=12.1Mi, NumGC=45"}
+{"@timestamp":"2022-05-12T16:25:00.741+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T16:25:57.102+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T16:26:00.591+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=8.2Mi, Sys=12.1Mi, NumGC=45"}
+{"@timestamp":"2022-05-12T16:26:00.742+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T16:26:57.103+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T16:27:00.592+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=8.2Mi, Sys=12.1Mi, NumGC=46"}
+{"@timestamp":"2022-05-12T16:27:00.741+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T16:27:57.102+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T16:28:00.592+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=8.3Mi, Sys=12.1Mi, NumGC=46"}
+{"@timestamp":"2022-05-12T16:28:00.743+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T16:28:57.103+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T16:29:00.590+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=8.3Mi, Sys=12.1Mi, NumGC=47"}
+{"@timestamp":"2022-05-12T16:29:00.743+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T16:29:57.102+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T16:30:00.591+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=8.3Mi, Sys=12.1Mi, NumGC=47"}
+{"@timestamp":"2022-05-12T16:30:00.742+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T16:30:57.102+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T16:31:00.590+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=8.3Mi, Sys=12.1Mi, NumGC=48"}
+{"@timestamp":"2022-05-12T16:31:00.743+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T16:31:57.102+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T16:32:00.591+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=8.3Mi, Sys=12.1Mi, NumGC=48"}
+{"@timestamp":"2022-05-12T16:32:00.743+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T16:32:57.113+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T22:20:49.602+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T22:20:49.647+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T22:20:49.700+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=8.3Mi, Sys=12.1Mi, NumGC=50"}
+{"@timestamp":"2022-05-12T22:20:57.103+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T22:21:00.591+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=8.4Mi, Sys=12.1Mi, NumGC=50"}
+{"@timestamp":"2022-05-12T22:21:00.742+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T22:21:57.103+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T22:22:00.596+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=8.4Mi, Sys=12.1Mi, NumGC=50"}
+{"@timestamp":"2022-05-12T22:22:00.761+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T22:22:57.102+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T22:23:00.591+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=8.4Mi, Sys=12.1Mi, NumGC=51"}
+{"@timestamp":"2022-05-12T22:23:00.741+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T22:23:57.103+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T22:24:00.590+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=8.4Mi, Sys=12.1Mi, NumGC=51"}
+{"@timestamp":"2022-05-12T22:24:00.743+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T22:24:57.102+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T22:25:00.591+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.1Mi, TotalAlloc=8.4Mi, Sys=12.1Mi, NumGC=52"}
+{"@timestamp":"2022-05-12T22:25:00.742+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T22:25:57.104+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T22:26:00.592+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=8.4Mi, Sys=12.1Mi, NumGC=52"}
+{"@timestamp":"2022-05-12T22:26:00.742+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T22:26:57.102+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T22:27:00.590+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.1Mi, TotalAlloc=8.5Mi, Sys=12.1Mi, NumGC=53"}
+{"@timestamp":"2022-05-12T22:27:00.743+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T22:27:57.102+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T22:28:00.591+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=8.5Mi, Sys=12.1Mi, NumGC=53"}
+{"@timestamp":"2022-05-12T22:28:00.742+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T22:28:57.102+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T22:29:00.591+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.1Mi, TotalAlloc=8.5Mi, Sys=12.1Mi, NumGC=54"}
+{"@timestamp":"2022-05-12T22:29:00.743+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T22:29:57.103+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T22:30:00.590+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=8.5Mi, Sys=12.1Mi, NumGC=54"}
+{"@timestamp":"2022-05-12T22:30:00.742+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T22:30:57.102+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T22:31:00.591+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.1Mi, TotalAlloc=8.5Mi, Sys=12.1Mi, NumGC=55"}
+{"@timestamp":"2022-05-12T22:31:00.741+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T22:31:57.104+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T22:32:00.592+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=8.5Mi, Sys=12.1Mi, NumGC=55"}
+{"@timestamp":"2022-05-12T22:32:00.741+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T22:32:57.102+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T22:33:00.592+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.1Mi, TotalAlloc=8.6Mi, Sys=12.1Mi, NumGC=56"}
+{"@timestamp":"2022-05-12T22:33:00.741+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T22:33:57.103+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T22:34:00.591+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=8.6Mi, Sys=12.1Mi, NumGC=56"}
+{"@timestamp":"2022-05-12T22:34:00.741+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T22:34:57.102+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T22:35:00.591+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=8.6Mi, Sys=12.1Mi, NumGC=57"}
+{"@timestamp":"2022-05-12T22:35:00.742+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T22:35:57.102+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T22:36:00.590+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=8.6Mi, Sys=12.1Mi, NumGC=57"}
+{"@timestamp":"2022-05-12T22:36:00.742+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T22:36:57.102+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T22:37:00.591+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.1Mi, TotalAlloc=8.6Mi, Sys=12.1Mi, NumGC=58"}
+{"@timestamp":"2022-05-12T22:37:00.742+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T22:37:57.102+08:00","level":"stat","content":"(bxcore-api) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T22:38:00.591+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=8.6Mi, Sys=12.1Mi, NumGC=58"}
+{"@timestamp":"2022-05-12T22:38:00.743+08:00","level":"stat","content":"(api) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}

+ 20 - 0
jyBXBase/entity/db.go

@@ -10,6 +10,26 @@ type MysqlMainStruct struct {
 	MaxIdleConns int    `json:"maxIdleConns"`
 }
 
+//mgo
+type Mongodb struct {
+	Address  string `json:"address"`
+	Size     int    `json:"size"`
+	DbName   string `json:"dbName"`
+	ReplSet  string `json:"replSet"`
+	UserName string `json:"userName"`
+	Password string `json:"password"`
+}
+
+//mgo_ent
+type MongoEnt struct {
+	Address  string `json:"address"`
+	Size     int    `json:"size"`
+	DbName   string `json:"dbName"`
+	ReplSet  string `json:"replSet"`
+	UserName string `json:"userName"`
+	Password string `json:"password"`
+}
+
 //nsq消息队列
 type NsqStruct struct {
 	Ip    string `json:"ip"`

+ 10 - 0
jyBXBase/go.mod

@@ -23,10 +23,12 @@ require (
 	github.com/go-logr/logr v1.2.2 // indirect
 	github.com/go-logr/stdr v1.2.2 // indirect
 	github.com/go-redis/redis/v8 v8.11.4 // indirect
+	github.com/go-stack/stack v1.8.0 // indirect
 	github.com/gogo/protobuf v1.3.2 // indirect
 	github.com/golang-jwt/jwt/v4 v4.2.0 // indirect
 	github.com/golang/mock v1.6.0 // indirect
 	github.com/golang/protobuf v1.5.2 // indirect
+	github.com/golang/snappy v0.0.4 // indirect
 	github.com/google/go-cmp v0.5.7 // indirect
 	github.com/google/gofuzz v1.2.0 // indirect
 	github.com/google/uuid v1.3.0 // indirect
@@ -36,19 +38,26 @@ require (
 	github.com/jinzhu/now v1.1.1 // indirect
 	github.com/json-iterator/go v1.1.12 // indirect
 	github.com/justinas/alice v1.2.0 // indirect
+	github.com/klauspost/compress v1.13.6 // indirect
 	github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
 	github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
 	github.com/modern-go/reflect2 v1.0.2 // indirect
 	github.com/olivere/elastic v6.2.37+incompatible // indirect
 	github.com/openzipkin/zipkin-go v0.4.0 // indirect
+	github.com/pkg/errors v0.9.1 // indirect
 	github.com/prometheus/client_golang v1.11.0 // indirect
 	github.com/prometheus/client_model v0.2.0 // indirect
 	github.com/prometheus/common v0.30.0 // indirect
 	github.com/prometheus/procfs v0.7.3 // indirect
 	github.com/spaolacci/murmur3 v1.1.0 // indirect
+	github.com/xdg-go/pbkdf2 v1.0.0 // indirect
+	github.com/xdg-go/scram v1.0.2 // indirect
+	github.com/xdg-go/stringprep v1.0.2 // indirect
+	github.com/youmark/pkcs8 v0.0.0-20181117223130-1be2e3e5546d // indirect
 	go.etcd.io/etcd/api/v3 v3.5.2 // indirect
 	go.etcd.io/etcd/client/pkg/v3 v3.5.2 // indirect
 	go.etcd.io/etcd/client/v3 v3.5.2 // indirect
+	go.mongodb.org/mongo-driver v1.9.0 // indirect
 	go.opentelemetry.io/otel v1.3.0 // indirect
 	go.opentelemetry.io/otel/exporters/jaeger v1.3.0 // indirect
 	go.opentelemetry.io/otel/exporters/zipkin v1.3.0 // indirect
@@ -61,6 +70,7 @@ require (
 	golang.org/x/crypto v0.0.0-20210920023735-84f357641f63 // indirect
 	golang.org/x/net v0.0.0-20220421235706-1d1ef9303861 // indirect
 	golang.org/x/oauth2 v0.0.0-20210819190943-2bc19b11175f // indirect
+	golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
 	golang.org/x/sys v0.0.0-20220422013727-9388b58f7150 // indirect
 	golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
 	golang.org/x/text v0.3.7 // indirect

+ 10 - 0
jyBXBase/go.sum

@@ -165,6 +165,7 @@ github.com/go-sql-driver/mysql v1.4.0/go.mod h1:zAC/RDZ24gD3HViQzih4MyKcchzm+sOG
 github.com/go-sql-driver/mysql v1.5.0/go.mod h1:DCzpHaOWr8IXmIStZouvnhqoel9Qv2LBy8hT2VhHyBg=
 github.com/go-sql-driver/mysql v1.6.0 h1:BCTh4TKNUYmOmMUcQ3IipzF5prigylS7XXjEkfCHuOE=
 github.com/go-sql-driver/mysql v1.6.0/go.mod h1:DCzpHaOWr8IXmIStZouvnhqoel9Qv2LBy8hT2VhHyBg=
+github.com/go-stack/stack v1.8.0 h1:5SgMzNM5HxrEjV0ww2lTmX6E2Izsfxas4+YHWRs3Lsk=
 github.com/go-stack/stack v1.8.0/go.mod h1:v0f6uXyyMGvRgIKkXu+yp6POWl0qKG85gN/melR3HDY=
 github.com/go-task/slim-sprig v0.0.0-20210107165309-348f09dbbbc0/go.mod h1:fyg7847qk6SyHyPtNmDHnmrv/HOrqktSC+C9fM+CJOE=
 github.com/gobuffalo/attrs v0.0.0-20190224210810-a9411de4debd/go.mod h1:4duuawTqi2wkkpB4ePgWMaai6/Kc6WEz83bhFwpHzj0=
@@ -229,6 +230,7 @@ github.com/golang/protobuf v1.5.0/go.mod h1:FsONVRAS9T7sI+LIUmWTfcYkHO4aIWwzhcaS
 github.com/golang/protobuf v1.5.2 h1:ROPKBNFfQgOUMifHyP+KYbvpjbdoFNs+aK7DXlji0Tw=
 github.com/golang/protobuf v1.5.2/go.mod h1:XVQd3VNwM+JqD3oG2Ue2ip4fOMUkwXdXDdiuN0vRsmY=
 github.com/golang/snappy v0.0.1/go.mod h1:/XxbfmMg8lxefKM7IXC3fBNl/7bRcc72aCRzEWrmP2Q=
+github.com/golang/snappy v0.0.4 h1:yAGX7huGHXlcLOEtBnF4w7FQwA26wojNCwOYAEhLjQM=
 github.com/golang/snappy v0.0.4/go.mod h1:/XxbfmMg8lxefKM7IXC3fBNl/7bRcc72aCRzEWrmP2Q=
 github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c/go.mod h1:lNA+9X1NB3Zf8V7Ke586lFgjr2dZNuvo3lPJSGZ5JPQ=
 github.com/google/btree v1.0.0/go.mod h1:lNA+9X1NB3Zf8V7Ke586lFgjr2dZNuvo3lPJSGZ5JPQ=
@@ -317,6 +319,7 @@ github.com/karrick/godirwalk v1.10.3/go.mod h1:RoGL9dQei4vP9ilrpETWE8CLOZ1kiN0Lh
 github.com/kisielk/errcheck v1.5.0/go.mod h1:pFxgyoBC7bSaBwPgfKdkLd5X25qrDl4LWUI2bnpBCr8=
 github.com/kisielk/gotool v1.0.0/go.mod h1:XhKaO+MFFWcvkIS/tQcRk01m1F5IRFswLeQ+oQHNcck=
 github.com/klauspost/compress v1.9.5/go.mod h1:RyIbtBH6LamlWaDj8nUwkbUhJ87Yi3uG0guNDohfE1A=
+github.com/klauspost/compress v1.13.6 h1:P76CopJELS0TiO2mebmnzgWaajssP/EszplttgQxcgc=
 github.com/klauspost/compress v1.13.6/go.mod h1:/3/Vjq9QcHkK5uEr5lBEmyoZ1iFhe47etQ6QUkpK6sk=
 github.com/konsorten/go-windows-terminal-sequences v1.0.1/go.mod h1:T0+1ngSBFLxvqU3pZ+m/2kptfBszLMUkC4ZK/EgS/cQ=
 github.com/konsorten/go-windows-terminal-sequences v1.0.2/go.mod h1:T0+1ngSBFLxvqU3pZ+m/2kptfBszLMUkC4ZK/EgS/cQ=
@@ -454,13 +457,18 @@ github.com/stretchr/testify v1.5.1/go.mod h1:5W2xD1RspED5o8YsWQXVCued0rvSQ+mT+I5
 github.com/stretchr/testify v1.6.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
 github.com/stretchr/testify v1.7.0 h1:nwc3DEeHmmLAfoZucVR881uASk0Mfjw8xYJ99tb5CcY=
 github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
+github.com/tidwall/pretty v1.0.0 h1:HsD+QiTn7sK6flMKIvNmpqz1qrpP3Ps6jOKIKMooyg4=
 github.com/tidwall/pretty v1.0.0/go.mod h1:XNkn88O1ChpSDQmQeStsy+sBenx6DDtFZJxhVysOjyk=
 github.com/urfave/cli/v2 v2.3.0/go.mod h1:LJmUH05zAU44vOAcrfzZQKsZbVcdbOG8rtL3/XcUArI=
+github.com/xdg-go/pbkdf2 v1.0.0 h1:Su7DPu48wXMwC3bs7MCNG+z4FhcyEuz5dlvchbq0B0c=
 github.com/xdg-go/pbkdf2 v1.0.0/go.mod h1:jrpuAogTd400dnrH08LKmI/xc1MbPOebTwRqcT5RDeI=
+github.com/xdg-go/scram v1.0.2 h1:akYIkZ28e6A96dkWNJQu3nmCzH3YfwMPQExUYDaRv7w=
 github.com/xdg-go/scram v1.0.2/go.mod h1:1WAq6h33pAW+iRreB34OORO2Nf7qel3VV3fjBj+hCSs=
+github.com/xdg-go/stringprep v1.0.2 h1:6iq84/ryjjeRmMJwxutI51F2GIPlP5BfTvXHeYjyhBc=
 github.com/xdg-go/stringprep v1.0.2/go.mod h1:8F9zXuvzgwmyT5DUm4GUfZGDdT3W+LCvS6+da4O5kxM=
 github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c/go.mod h1:lB8K/P019DLNhemzwFU4jHLhdvlE6uDZjXFejJXr49I=
 github.com/xdg/stringprep v0.0.0-20180714160509-73f8eece6fdc/go.mod h1:Jhud4/sHMO4oL310DaZAKk9ZaJ08SJfe+sJh0HrGL1Y=
+github.com/youmark/pkcs8 v0.0.0-20181117223130-1be2e3e5546d h1:splanxYIlg+5LfHAM6xpdFEAYOk8iySO56hMFq6uLyA=
 github.com/youmark/pkcs8 v0.0.0-20181117223130-1be2e3e5546d/go.mod h1:rHwXgn7JulP+udvsHwJoVG1YGAP6VLg4y9I5dyZdqmA=
 github.com/yuin/goldmark v1.1.25/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=
 github.com/yuin/goldmark v1.1.27/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74=
@@ -478,6 +486,7 @@ go.etcd.io/etcd/client/pkg/v3 v3.5.2/go.mod h1:IJHfcCEKxYu1Os13ZdwCwIUTUVGYTSAM3
 go.etcd.io/etcd/client/v3 v3.5.2 h1:WdnejrUtQC4nCxK0/dLTMqKOB+U5TP/2Ya0BJL+1otA=
 go.etcd.io/etcd/client/v3 v3.5.2/go.mod h1:kOOaWFFgHygyT0WlSmL8TJiXmMysO/nNUlEsSsN6W4o=
 go.mongodb.org/mongo-driver v1.5.0/go.mod h1:boiGPFqyBs5R0R5qf2ErokGRekMfwn+MqKaUyHs7wy0=
+go.mongodb.org/mongo-driver v1.9.0 h1:f3aLGJvQmBl8d9S40IL+jEyBC6hfLPbJjv9t5hEM9ck=
 go.mongodb.org/mongo-driver v1.9.0/go.mod h1:0sQWfOeY63QTntERDJJ/0SuKK0T1uVSgKCuAROlKEPY=
 go.opencensus.io v0.21.0/go.mod h1:mSImk1erAIZhrmZN+AvHh14ztQfjbGwt4TtuofqLduU=
 go.opencensus.io v0.22.0/go.mod h1:+kGneAE2xo2IficOXnaByMWTGM9T73dGwxeWcUqIpI8=
@@ -615,6 +624,7 @@ golang.org/x/sync v0.0.0-20200317015054-43a5402ce75a/go.mod h1:RxMgew5VJxzue5/jJ
 golang.org/x/sync v0.0.0-20200625203802-6e8e738ad208/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
 golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
 golang.org/x/sync v0.0.0-20201207232520-09787c993a3a/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
+golang.org/x/sync v0.0.0-20210220032951-036812b2e83c h1:5KslGYwFpkhGh+Q16bwMP3cOontH8FOep7tGV86Y7SQ=
 golang.org/x/sync v0.0.0-20210220032951-036812b2e83c/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
 golang.org/x/sys v0.0.0-20180830151530-49385e6e1522/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
 golang.org/x/sys v0.0.0-20180905080454-ebe1bf3edb33/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=

+ 15 - 0
jyBXBase/rpc/bxcollection/etc/bxcollection.yaml

@@ -19,3 +19,18 @@ Redis:
 Es:
   addr: http://127.0.0.1:9800
   size: 5
+MangoDb:
+  dbName: qfw
+  size: 5
+  address: 127.0.0.1:27080
+  replSet: ""
+  userName: ""
+  password: ""
+MangoEnt:
+  dbName: mixdata
+  size: 5
+  address: 127.0.0.1:27001
+  replSet: ""
+  userName: jyDevGroup
+  password: DevGroup
+

+ 2 - 0
jyBXBase/rpc/bxcollection/internal/config/config.go

@@ -11,4 +11,6 @@ type Config struct {
 	MysqlMain  entity.MysqlMainStruct
 	Redis      entity.RedisStuct
 	Es         entity.EsStruct
+	MangoDb    entity.Mongodb
+	MangoEnt   entity.MongoEnt
 }

+ 31 - 3
jyBXBase/rpc/bxcollection/internal/logic/getlabelactionlogic.go

@@ -1,7 +1,12 @@
 package logic
 
 import (
+	"app.yhyue.com/moapp/jybase/common"
+	se "app.yhyue.com/moapp/jybase/encrypt"
 	"context"
+	"fmt"
+	"jyBXBase/rpc/bxcollection/model"
+	"strconv"
 
 	"jyBXBase/rpc/bxcollection/bxcol"
 	"jyBXBase/rpc/bxcollection/internal/svc"
@@ -25,7 +30,30 @@ func NewGetLabelActionLogic(ctx context.Context, svcCtx *svc.ServiceContext) *Ge
 
 // 获取标签
 func (l *GetLabelActionLogic) GetLabelAction(in *bxcol.GetLabelActionReq) (*bxcol.GetLabelActionRes, error) {
-	// todo: add your logic here and delete this line
-
-	return &bxcol.GetLabelActionRes{}, nil
+	//获取标签数量
+	var resp bxcol.GetLabelActionRes
+	labcount := map[string]int{}
+	selectsql := fmt.Sprintf(`SELECT a.labelname,COUNT(1) count,a.id 
+				FROM %s a INNER JOIN %s b ON 
+				FIND_IN_SET(a.id,b.labelid) 
+				WHERE b.userid =? 
+				GROUP BY a.labelname,a.id`, "bdlabel", "bdcollection")
+	if data := *model.Mysql.SelectBySql(selectsql, in.UserId); len(data) > 0 {
+		for _, v := range data {
+			labcount[strconv.FormatInt(v["id"].(int64), 10)] = common.IntAll(v["count"])
+		}
+	}
+	data := []*bxcol.LabelByUser{}
+	if labArr := *model.Mysql.SelectBySql(fmt.Sprintf("select * from %s where  userid = ?", "bdlabel"), in.UserId); len(labArr) > 0 {
+		for _, v := range labArr {
+			l := bxcol.LabelByUser{}
+			lid := strconv.FormatInt(v["id"].(int64), 10)
+			l.Lid = se.SE.EncodeString(lid)
+			l.Lname = common.ObjToString(v["labelname"])
+			l.Lcount = int64(labcount[lid])
+			data = append(data, &l)
+		}
+	}
+	resp.Labels = data
+	return &resp, nil
 }

+ 154 - 2
jyBXBase/rpc/bxcollection/internal/logic/labelactionlogic.go

@@ -1,7 +1,16 @@
 package logic
 
 import (
+	"app.yhyue.com/moapp/jybase/common"
+	se "app.yhyue.com/moapp/jybase/encrypt"
 	"context"
+	"fmt"
+	"jyBXBase/rpc/bxcollection/model"
+	"jyBXBase/rpc/bxcollection/util"
+	"log"
+	"strconv"
+	"strings"
+	"time"
 
 	"jyBXBase/rpc/bxcollection/bxcol"
 	"jyBXBase/rpc/bxcollection/internal/svc"
@@ -25,7 +34,150 @@ func NewLabelActionLogic(ctx context.Context, svcCtx *svc.ServiceContext) *Label
 
 // 标签新增或删除
 func (l *LabelActionLogic) LabelAction(in *bxcol.LabelActionReq) (*bxcol.LabelActionRes, error) {
-	// todo: add your logic here and delete this line
+	var resp bxcol.LabelActionRes
+	var (
+		//insertCollKey  = []string{"userid", "bid", "buyerclass", "buyerinfo", "winnerinfo", "createdate"}
+		insertCollKey2 = []string{"userid", "bid", "labelid", "buyerclass", "buyerinfo", "winnerinfo", "createdate"}
+	)
+	if len(in.Binfo) == 0 && in.Lids == "" && in.Lname == "" {
+		resp.ErrCode = -1
+		resp.ErrMsg = "参数错误"
+		return &resp, nil
+	}
 
-	return &bxcol.LabelActionRes{}, nil
+	ibool, ok, msg := true, true, ""
+	redisArr := []string{}
+	if in.Laction == "D" && in.Lids != "" {
+		in.Lids = strings.Split(in.Lids, ",")[0]
+		labid := se.SE.DecodeString(in.Lids)
+		//收藏信息解绑标签成功
+		deleteMap := map[string]interface{}{
+			"userid": in.UserId,
+			"id":     se.SE.DecodeString(in.Lids),
+		}
+		labBid := map[string]interface{}{}
+		//查询出该标签下的三级页
+		rdata := model.Mysql.SelectBySql(fmt.Sprintf(`select labelid,bid from %s where 
+		FIND_IN_SET(?,labelid) and userid = ?`, "bdcollection"), labid, in.UserId)
+		if rdata != nil && len(*rdata) > 0 {
+			for _, v := range *rdata {
+				bid_id := common.ObjToString(v["bid"])
+				label_id := labid
+				labBid[bid_id] = label_id
+			}
+		}
+		//解绑标签
+		index := 0
+		for k, v := range labBid {
+			if model.Mysql.UpdateOrDeleteBySql(`update bdcollection set labelid = 
+				(select new.lab from 
+					(SELECT TRIM(BOTH ',' FROM REPLACE(CONCAT(',',labelid,','),CONCAT(',',?,','),',')) lab
+					 FROM bdcollection WHERE bid = ? and userid =? ) new
+				)
+				WHERE bid = ? and userid =?`, v, k, in.UserId, k, in.UserId) > -1 {
+				index++
+			}
+		}
+		if index == len(labBid) {
+			ibool = model.Mysql.Delete("bdlabel", deleteMap)
+		}
+	} else {
+		//标签名称不为空  标签id为空 == 新增标签;如果bids 收藏的招标信息id不为空则再进行绑定
+		if in.Lname != "" && in.Lids == "" {
+			//是否有重名
+			if labArr := *model.Mysql.SelectBySql(fmt.Sprintf("select * from %s where labelname = ? and userid = ?", "bdlabel"), in.Lname, in.UserId); len(labArr) == 1 {
+				res := labArr[0]
+				in.Lids = se.SE.EncodeString(common.ObjToString(res["id"]))
+				ibool = true
+			} else { //新增标签
+				insertMap := map[string]interface{}{
+					"userid":     in.UserId,
+					"labelname":  in.Lname,
+					"createdate": time.Now().Format("2006-01-02 15:04:05"),
+				}
+				if lid := model.Mysql.Insert("bdlabel", insertMap); lid > 0 {
+					in.Lids = se.SE.EncodeString(strconv.FormatInt(lid, 10))
+					ibool = true
+				} else {
+					log.Println("新增标签失败 - name:", in.Lname)
+				}
+			}
+		}
+		//收藏招标信息
+		if in.Lids != "" && len(in.Binfo) > 0 {
+			//获取标签
+			var lids = ""
+			for _, lv := range strings.Split(in.Lids, ",") {
+				if lids != "" {
+					lids += "," + se.SE.DecodeString(lv)
+					continue
+				}
+				lids += se.SE.DecodeString(lv)
+			}
+			//更新需要的参数
+			updatesql := fmt.Sprintf("update %s set labelid=? where userid = ? and ", "bdcollection") //更新语句
+			updateValue := []interface{}{lids, in.UserId}
+			//新增需要的参数
+			insertValue := []interface{}{}
+			collMap := map[string]bool{} //获取用户收藏的列表
+			for _, v := range util.IsCollByBids("", in.UserId) {
+				collMap[v] = true
+			}
+			//maxCount := config.BidCollConfig.FreeUserCollLimit
+			maxCount := 50
+			isPay, _ := util.Power(in.UserId)
+			if isPay {
+				//maxCount = config.BidCollConfig.PayUserCollLimit
+				maxCount = 50
+			}
+			//已收藏的次数
+			collCount := len(collMap)
+			var i = 0
+			info := util.FormatColl(in.Binfo)
+			for _, bd := range info {
+				if collMap[util.DecodeId(bd.Bid)] {
+					//更新
+					if updatesql == fmt.Sprintf("update %s set labelid=? where userid = ? and ", "bdcollection") {
+						updatesql += `( bid =? `
+					} else {
+						updatesql += `or bid =? `
+					}
+					updateValue = append(updateValue, util.DecodeId(bd.Bid))
+					i++
+				} else {
+					if collCount >= maxCount {
+						ok, msg = false, common.If(isPay, "付费用户收藏已达上限", "免费用户收藏已达上限").(string)
+						log.Printf("userid :%s,收藏失败 id : %s ,已收藏数量:%v ,上限数量:%v", in.UserId, util.DecodeId(bd.Bid), collCount, maxCount)
+					} else {
+						i++
+						//新增并绑定标签 "userid", "bid", "labelid", "buyerclass", "buyerinfo", "winnerinfo", "createdate"
+						insertValue = append(insertValue, in.UserId, util.DecodeId(bd.Bid), lids, util.PushMapping.Buyerclass[bd.Buyerclass], bd.Buyerinfo, bd.Winnerinfo, time.Now().Format("2006-01-02 15:04:05"))
+					}
+				}
+			}
+			if len(updateValue) > 2 {
+				updatesql += `)`
+				log.Println("updatesql:", updatesql)
+				_, errs := model.Mysql.ExecBySql(updatesql, updateValue...)
+				if errs != nil {
+					log.Println("更新、绑定标签失败%s", in.UserId, updateValue)
+				}
+			}
+			if len(insertValue) > 0 {
+				x, _ := model.Mysql.InsertBatch("bdcollection", insertCollKey2, insertValue)
+				if x < 0 {
+					log.Printf("userid:%s收藏失败", in.UserId)
+				}
+			}
+			ibool = i == len(in.Binfo)
+		}
+	}
+	if bl := util.UpdateCollListRedis("a", in.UserId, redisArr); !bl {
+		log.Println("更新redis失败", in.UserId)
+	}
+	sta, _ := common.If(ok, ibool, ok).(bool)
+	return &bxcol.LabelActionRes{
+		ErrMsg: msg,
+		Status: sta,
+	}, nil
 }

+ 24 - 0
jyBXBase/rpc/bxcollection/logs/access.log

@@ -12,3 +12,27 @@
 {"@timestamp":"2022-05-12T14:32:10.525+08:00","level":"info","content":"info--日志记录"}
 {"@timestamp":"2022-05-12T14:32:10.525+08:00","level":"info","content":"error--日志记录"}
 {"@timestamp":"2022-05-12T14:32:37.155+08:00","level":"info","duration":"217.6ms","content":"127.0.0.1:64138 - /bxcol.bxcol/Addlabel - {\"userId\":\"61f3a3c746af8f8a5c513175\",\"name\":\"my专用1\"}","trace":"b504e6a7a2cb0a1567d97c5947034a5c","span":"93bbd9ce6a59a691"}
+{"@timestamp":"2022-05-12T14:41:59.015+08:00","level":"info","content":"info--日志记录"}
+{"@timestamp":"2022-05-12T14:41:59.015+08:00","level":"info","content":"error--日志记录"}
+{"@timestamp":"2022-05-12T15:14:53.549+08:00","level":"info","content":"info--日志记录"}
+{"@timestamp":"2022-05-12T15:14:53.549+08:00","level":"info","content":"error--日志记录"}
+{"@timestamp":"2022-05-12T15:15:57.101+08:00","level":"info","duration":"246.0ms","content":"127.0.0.1:58248 - /bxcol.bxcol/GetLabelAction - {\"userId\":\"61f3a3c746af8f8a5c513175\"}","trace":"203ab23b689ef39a84a0965d5c035ccc","span":"c1b44fb938ab6482"}
+{"@timestamp":"2022-05-12T16:13:49.960+08:00","level":"info","content":"info--日志记录"}
+{"@timestamp":"2022-05-12T16:13:49.960+08:00","level":"info","content":"error--日志记录"}
+{"@timestamp":"2022-05-13T10:21:42.729+08:00","level":"info","content":"info--日志记录"}
+{"@timestamp":"2022-05-13T10:21:42.729+08:00","level":"info","content":"error--日志记录"}
+{"@timestamp":"2022-05-13T10:28:46.933+08:00","level":"info","content":"info--日志记录"}
+{"@timestamp":"2022-05-13T10:28:46.933+08:00","level":"info","content":"error--日志记录"}
+{"@timestamp":"2022-05-13T10:37:25.466+08:00","level":"info","content":"info--日志记录"}
+{"@timestamp":"2022-05-13T10:37:25.466+08:00","level":"info","content":"error--日志记录"}
+{"@timestamp":"2022-05-13T10:41:32.559+08:00","level":"info","duration":"280.7ms","content":"127.0.0.1:55114 - /bxcol.bxcol/Addlabel - {\"userId\":\"61f3a3c746af8f8a5c513175\",\"name\":\"my专用1\"}","trace":"850932aa3a6a3be62614bb4b02965e1d","span":"22c165085fd106e2"}
+{"@timestamp":"2022-05-13T10:43:22.903+08:00","level":"info","content":"info--日志记录"}
+{"@timestamp":"2022-05-13T10:43:22.903+08:00","level":"info","content":"error--日志记录"}
+{"@timestamp":"2022-05-13T10:45:07.980+08:00","level":"info","content":"info--日志记录"}
+{"@timestamp":"2022-05-13T10:45:07.980+08:00","level":"info","content":"error--日志记录"}
+{"@timestamp":"2022-05-13T10:53:47.558+08:00","level":"info","content":"info--日志记录"}
+{"@timestamp":"2022-05-13T10:53:47.558+08:00","level":"info","content":"error--日志记录"}
+{"@timestamp":"2022-05-13T11:01:55.064+08:00","level":"info","content":"info--日志记录"}
+{"@timestamp":"2022-05-13T11:01:55.065+08:00","level":"info","content":"error--日志记录"}
+{"@timestamp":"2022-05-13T11:10:42.118+08:00","level":"info","content":"info--日志记录"}
+{"@timestamp":"2022-05-13T11:10:42.119+08:00","level":"info","content":"error--日志记录"}

+ 12 - 0
jyBXBase/rpc/bxcollection/logs/slow.log

@@ -0,0 +1,12 @@
+{"@timestamp":"2022-05-13T10:25:41.460+08:00","level":"slow","duration":"2000.3ms","content":"[RPC] slowcall - 127.0.0.1:63547 - /bxcol.bxcol/LabelAction - {\"userId\":\"61f3a3c746af8f8a5c513175\",\"lids\":\"TVxG\",\"binfo\":[\"ABCY1wAfzwFLD8vNFlyZE8oMDM4Fjd3dmByKTgCOD0ee31zci9UCfA%3D\"],\"laction\":\"S\"}","trace":"586adc117c85b5974785db63d0ea83ac","span":"d5a9b1cbc8a33cb7"}
+{"@timestamp":"2022-05-13T10:28:15.914+08:00","level":"slow","duration":"2000.4ms","content":"[RPC] slowcall - 127.0.0.1:63547 - /bxcol.bxcol/LabelAction - {\"userId\":\"61f3a3c746af8f8a5c513175\",\"lids\":\"TVxG\",\"binfo\":[\"ABCY1wAfzwFLD8vNFlyZE8oMDM4Fjd3dmByKTgCOD0ee31zci9UCfA%3D\"],\"laction\":\"S\"}","trace":"33ded84e07f55a4f827fc30b5d5aa4d2","span":"63376408379c3a37"}
+{"@timestamp":"2022-05-13T10:29:46.398+08:00","level":"slow","duration":"1999.5ms","content":"[RPC] slowcall - 127.0.0.1:51081 - /bxcol.bxcol/LabelAction - {\"userId\":\"61f3a3c746af8f8a5c513175\",\"lids\":\"TVxG\",\"binfo\":[\"ABCY1wAfzwFLD8vNFlyZE8oMDM4Fjd3dmByKTgCOD0ee31zci9UCfA%3D\"],\"laction\":\"S\"}","trace":"0e1f47980e5af409fe6dbdccc3d6e18f","span":"e34436ddf562b26f"}
+{"@timestamp":"2022-05-13T10:31:36.502+08:00","level":"slow","duration":"1999.4ms","content":"[RPC] slowcall - 127.0.0.1:51081 - /bxcol.bxcol/LabelAction - {\"userId\":\"61f3a3c746af8f8a5c513175\",\"lids\":\"TVxG\",\"binfo\":[\"ABCY1wAfzwFLD8vNFlyZE8oMDM4Fjd3dmByKTgCOD0ee31zci9UCfA%3D\"],\"laction\":\"S\"}","trace":"4c76840d34e753f02c7e0fb408324069","span":"32313f4365942823"}
+{"@timestamp":"2022-05-13T10:33:12.226+08:00","level":"slow","duration":"2001.1ms","content":"[RPC] slowcall - 127.0.0.1:51081 - /bxcol.bxcol/LabelAction - {\"userId\":\"61f3a3c746af8f8a5c513175\",\"lids\":\"TVxG\",\"binfo\":[\"ABCY1wAfzwFLD8vNFlyZE8oMDM4Fjd3dmByKTgCOD0ee31zci9UCfA%3D\"],\"laction\":\"S\"}","trace":"a16c5553a7e8039c0a241d90e3f54498","span":"8f745b52d190e50e"}
+{"@timestamp":"2022-05-13T10:34:38.006+08:00","level":"slow","duration":"2002.8ms","content":"[RPC] slowcall - 127.0.0.1:51081 - /bxcol.bxcol/LabelAction - {\"userId\":\"61f3a3c746af8f8a5c513175\",\"lids\":\"TVxG\",\"binfo\":[\"ABCY1wAfzwFLD8vNFlyZE8oMDM4Fjd3dmByKTgCOD0ee31zci9UCfA%3D\"],\"laction\":\"S\"}","trace":"7050d873213b6aa0579642a64c5ea9fd","span":"0a7d5bc54272063c"}
+{"@timestamp":"2022-05-13T10:36:59.654+08:00","level":"slow","duration":"2000.3ms","content":"[RPC] slowcall - 127.0.0.1:51081 - /bxcol.bxcol/LabelAction - {\"userId\":\"61f3a3c746af8f8a5c513175\",\"lids\":\"TVxG\",\"binfo\":[\"ABCY1wAfzwFLD8vNFlyZE8oMDM4Fjd3dmByKTgCOD0ee31zci9UCfA%3D\"],\"laction\":\"S\"}","trace":"1c3a8d9ad8a175baa0d5c6bb11e3fac0","span":"ed2e1839243daa7a"}
+{"@timestamp":"2022-05-13T10:37:31.334+08:00","level":"slow","duration":"1998.7ms","content":"[RPC] slowcall - 127.0.0.1:55114 - /bxcol.bxcol/LabelAction - {\"userId\":\"61f3a3c746af8f8a5c513175\",\"lids\":\"TVxG\",\"binfo\":[\"ABCY1wAfzwFLD8vNFlyZE8oMDM4Fjd3dmByKTgCOD0ee31zci9UCfA%3D\"],\"laction\":\"S\"}","trace":"cd67758016a7aa28a87d75f6fe331112","span":"43214c81047768fb"}
+{"@timestamp":"2022-05-13T10:43:52.053+08:00","level":"slow","duration":"2001.3ms","content":"[RPC] slowcall - 127.0.0.1:55828 - /bxcol.bxcol/LabelAction - {\"userId\":\"61f3a3c746af8f8a5c513175\",\"lids\":\"TVxG\",\"binfo\":[\"ABCY1wAfzwFLD8vNFlyZE8oMDM4Fjd3dmByKTgCOD0ee31zci9UCfA%3D\"],\"laction\":\"S\"}","trace":"77158881d01cc2de3849fccaf09160ed","span":"ff174c24bd9f93d4"}
+{"@timestamp":"2022-05-13T10:45:36.741+08:00","level":"slow","duration":"2001.6ms","content":"[RPC] slowcall - 127.0.0.1:56170 - /bxcol.bxcol/LabelAction - {\"userId\":\"61f3a3c746af8f8a5c513175\",\"lids\":\"TVxG\",\"binfo\":[\"ABCY1wAfzwFLD8vNFlyZE8oMDM4Fjd3dmByKTgCOD0ee31zci9UCfA%3D\"],\"laction\":\"S\"}","trace":"15335004f57b445595ae937dc87b29e4","span":"46a9f3b6e6391600"}
+{"@timestamp":"2022-05-13T10:53:54.241+08:00","level":"slow","duration":"1999.8ms","content":"[RPC] slowcall - 127.0.0.1:57120 - /bxcol.bxcol/LabelAction - {\"userId\":\"61f3a3c746af8f8a5c513175\",\"lids\":\"TVxG\",\"binfo\":[\"ABCY1wAfzwFLD8vNFlyZE8oMDM4Fjd3dmByKTgCOD0ee31zci9UCfA%3D\"],\"laction\":\"S\"}","trace":"c4b75014aff61707acb2240addfd04d1","span":"f74522f8dfbed11f"}
+{"@timestamp":"2022-05-13T11:02:01.492+08:00","level":"slow","duration":"1998.9ms","content":"[RPC] slowcall - 127.0.0.1:58195 - /bxcol.bxcol/LabelAction - {\"userId\":\"61f3a3c746af8f8a5c513175\",\"lids\":\"TVxG\",\"binfo\":[\"ABCY1wAfzwFLD8vNFlyZE8oMDM4Fjd3dmByKTgCOD0ee31zci9UCfA%3D\"],\"laction\":\"S\"}","trace":"3bb09b1b4193949ab77fd9152745d654","span":"5ebcd321d590d1fe"}

+ 488 - 529
jyBXBase/rpc/bxcollection/logs/stat.log

@@ -1,529 +1,488 @@
-{"@timestamp":"2022-05-12T10:52:32.030+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=7.0Mi, Sys=12.1Mi, NumGC=3"}
-{"@timestamp":"2022-05-12T10:53:43.291+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.0Mi, TotalAlloc=6.8Mi, Sys=12.4Mi, NumGC=2"}
-{"@timestamp":"2022-05-12T10:53:48.654+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T10:54:43.289+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.2Mi, TotalAlloc=7.1Mi, Sys=12.4Mi, NumGC=2"}
-{"@timestamp":"2022-05-12T10:54:48.656+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T10:55:43.289+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=7.1Mi, Sys=12.4Mi, NumGC=3"}
-{"@timestamp":"2022-05-12T10:55:48.654+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T10:56:43.291+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=7.2Mi, Sys=12.4Mi, NumGC=3"}
-{"@timestamp":"2022-05-12T10:56:48.654+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T10:57:43.290+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=7.3Mi, Sys=12.4Mi, NumGC=4"}
-{"@timestamp":"2022-05-12T10:57:48.655+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T10:58:43.290+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=7.3Mi, Sys=12.4Mi, NumGC=4"}
-{"@timestamp":"2022-05-12T10:58:48.655+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T10:59:43.291+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=7.4Mi, Sys=12.4Mi, NumGC=5"}
-{"@timestamp":"2022-05-12T10:59:48.655+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T11:00:43.289+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=7.5Mi, Sys=12.4Mi, NumGC=5"}
-{"@timestamp":"2022-05-12T11:00:48.654+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T11:01:43.290+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=7.5Mi, Sys=12.4Mi, NumGC=6"}
-{"@timestamp":"2022-05-12T11:01:48.654+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T11:02:43.289+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=7.6Mi, Sys=12.4Mi, NumGC=6"}
-{"@timestamp":"2022-05-12T11:02:48.655+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T11:03:43.289+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=7.7Mi, Sys=12.4Mi, NumGC=7"}
-{"@timestamp":"2022-05-12T11:03:48.655+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T11:04:43.289+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=7.7Mi, Sys=12.4Mi, NumGC=7"}
-{"@timestamp":"2022-05-12T11:04:48.656+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T11:05:43.290+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=7.8Mi, Sys=12.4Mi, NumGC=8"}
-{"@timestamp":"2022-05-12T11:05:48.655+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T11:06:43.289+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=7.8Mi, Sys=12.4Mi, NumGC=8"}
-{"@timestamp":"2022-05-12T11:06:48.654+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T11:07:43.290+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=7.9Mi, Sys=12.4Mi, NumGC=9"}
-{"@timestamp":"2022-05-12T11:07:48.656+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T11:08:43.289+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=8.0Mi, Sys=12.4Mi, NumGC=9"}
-{"@timestamp":"2022-05-12T11:08:48.656+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T11:09:43.289+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=8.0Mi, Sys=12.4Mi, NumGC=10"}
-{"@timestamp":"2022-05-12T11:09:48.654+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T11:10:43.289+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=8.1Mi, Sys=12.4Mi, NumGC=10"}
-{"@timestamp":"2022-05-12T11:10:48.655+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T11:11:43.289+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=8.1Mi, Sys=12.4Mi, NumGC=11"}
-{"@timestamp":"2022-05-12T11:11:48.654+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T11:12:43.291+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=8.2Mi, Sys=12.4Mi, NumGC=11"}
-{"@timestamp":"2022-05-12T11:12:48.654+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T11:13:43.289+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=8.3Mi, Sys=12.4Mi, NumGC=12"}
-{"@timestamp":"2022-05-12T11:13:48.656+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T11:14:43.289+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=8.3Mi, Sys=12.4Mi, NumGC=12"}
-{"@timestamp":"2022-05-12T11:14:48.654+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T11:15:43.290+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=8.4Mi, Sys=12.4Mi, NumGC=13"}
-{"@timestamp":"2022-05-12T11:15:48.655+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T11:16:43.289+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=8.5Mi, Sys=12.4Mi, NumGC=13"}
-{"@timestamp":"2022-05-12T11:16:48.655+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T11:17:43.290+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=8.5Mi, Sys=12.4Mi, NumGC=14"}
-{"@timestamp":"2022-05-12T11:17:48.655+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T11:18:43.291+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=8.6Mi, Sys=12.4Mi, NumGC=14"}
-{"@timestamp":"2022-05-12T11:18:48.654+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T11:19:43.290+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=8.6Mi, Sys=12.4Mi, NumGC=15"}
-{"@timestamp":"2022-05-12T11:19:48.654+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T11:20:43.289+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=8.7Mi, Sys=12.4Mi, NumGC=15"}
-{"@timestamp":"2022-05-12T11:20:48.656+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T11:21:43.289+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=8.8Mi, Sys=12.4Mi, NumGC=16"}
-{"@timestamp":"2022-05-12T11:21:48.654+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T11:22:43.289+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=8.8Mi, Sys=12.4Mi, NumGC=16"}
-{"@timestamp":"2022-05-12T11:22:48.655+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T11:23:43.289+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=8.9Mi, Sys=12.4Mi, NumGC=17"}
-{"@timestamp":"2022-05-12T11:23:48.654+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T11:24:43.289+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=9.0Mi, Sys=12.4Mi, NumGC=17"}
-{"@timestamp":"2022-05-12T11:24:48.654+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T11:25:43.290+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=9.0Mi, Sys=12.4Mi, NumGC=18"}
-{"@timestamp":"2022-05-12T11:25:48.654+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T11:26:43.290+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=9.1Mi, Sys=12.4Mi, NumGC=18"}
-{"@timestamp":"2022-05-12T11:26:48.654+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T11:27:43.289+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=9.2Mi, Sys=12.4Mi, NumGC=19"}
-{"@timestamp":"2022-05-12T11:27:48.655+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T11:28:43.289+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=9.2Mi, Sys=12.4Mi, NumGC=19"}
-{"@timestamp":"2022-05-12T11:28:48.654+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T11:29:43.289+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=9.3Mi, Sys=12.4Mi, NumGC=20"}
-{"@timestamp":"2022-05-12T11:29:48.654+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T11:30:43.289+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=9.3Mi, Sys=12.4Mi, NumGC=20"}
-{"@timestamp":"2022-05-12T11:30:48.656+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T11:31:43.289+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=9.4Mi, Sys=12.4Mi, NumGC=21"}
-{"@timestamp":"2022-05-12T11:31:48.655+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T11:32:43.291+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=9.5Mi, Sys=12.4Mi, NumGC=21"}
-{"@timestamp":"2022-05-12T11:32:48.655+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T11:33:43.291+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=9.5Mi, Sys=12.4Mi, NumGC=22"}
-{"@timestamp":"2022-05-12T11:33:48.655+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T11:34:43.289+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=9.6Mi, Sys=12.4Mi, NumGC=22"}
-{"@timestamp":"2022-05-12T11:34:48.654+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T11:35:43.289+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=9.7Mi, Sys=12.4Mi, NumGC=23"}
-{"@timestamp":"2022-05-12T11:35:48.655+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T11:36:43.289+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=9.7Mi, Sys=12.4Mi, NumGC=23"}
-{"@timestamp":"2022-05-12T11:36:48.656+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T11:37:43.289+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=9.8Mi, Sys=12.4Mi, NumGC=24"}
-{"@timestamp":"2022-05-12T11:37:48.654+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T11:38:43.289+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=9.8Mi, Sys=12.4Mi, NumGC=24"}
-{"@timestamp":"2022-05-12T11:38:48.654+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T11:39:43.289+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=9.9Mi, Sys=12.4Mi, NumGC=25"}
-{"@timestamp":"2022-05-12T11:39:48.654+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T11:40:43.289+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=10.0Mi, Sys=12.4Mi, NumGC=25"}
-{"@timestamp":"2022-05-12T11:40:48.654+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T11:41:43.289+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=10.0Mi, Sys=12.4Mi, NumGC=26"}
-{"@timestamp":"2022-05-12T11:41:48.655+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T11:42:43.289+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=10.1Mi, Sys=12.4Mi, NumGC=26"}
-{"@timestamp":"2022-05-12T11:42:48.654+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T11:43:43.289+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=10.1Mi, Sys=12.4Mi, NumGC=27"}
-{"@timestamp":"2022-05-12T11:43:48.654+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T11:44:43.289+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=10.2Mi, Sys=12.4Mi, NumGC=27"}
-{"@timestamp":"2022-05-12T11:44:48.654+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T11:45:43.290+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=10.3Mi, Sys=12.4Mi, NumGC=28"}
-{"@timestamp":"2022-05-12T11:45:48.656+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T11:46:43.290+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=10.3Mi, Sys=12.4Mi, NumGC=28"}
-{"@timestamp":"2022-05-12T11:46:48.654+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T11:47:43.291+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=10.4Mi, Sys=12.4Mi, NumGC=29"}
-{"@timestamp":"2022-05-12T11:47:48.654+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T11:48:43.290+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=10.5Mi, Sys=12.4Mi, NumGC=29"}
-{"@timestamp":"2022-05-12T11:48:48.654+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T11:49:43.290+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=10.5Mi, Sys=12.4Mi, NumGC=30"}
-{"@timestamp":"2022-05-12T11:49:48.655+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T11:50:43.289+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=10.6Mi, Sys=12.4Mi, NumGC=30"}
-{"@timestamp":"2022-05-12T11:50:48.655+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T11:51:43.419+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=10.6Mi, Sys=12.4Mi, NumGC=31"}
-{"@timestamp":"2022-05-12T11:51:48.655+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T11:52:43.289+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=10.7Mi, Sys=12.4Mi, NumGC=31"}
-{"@timestamp":"2022-05-12T11:52:48.655+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T11:53:43.289+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=10.8Mi, Sys=12.4Mi, NumGC=32"}
-{"@timestamp":"2022-05-12T11:53:48.655+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T11:54:43.289+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=10.8Mi, Sys=12.4Mi, NumGC=32"}
-{"@timestamp":"2022-05-12T11:54:48.654+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T11:55:43.289+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=10.9Mi, Sys=12.4Mi, NumGC=33"}
-{"@timestamp":"2022-05-12T11:55:48.655+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T11:56:43.290+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=11.0Mi, Sys=12.4Mi, NumGC=33"}
-{"@timestamp":"2022-05-12T11:56:48.655+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T11:57:43.290+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=11.0Mi, Sys=12.4Mi, NumGC=34"}
-{"@timestamp":"2022-05-12T11:57:48.655+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T11:58:43.289+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=11.1Mi, Sys=12.4Mi, NumGC=34"}
-{"@timestamp":"2022-05-12T11:58:48.655+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T11:59:43.289+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=11.1Mi, Sys=12.4Mi, NumGC=35"}
-{"@timestamp":"2022-05-12T11:59:48.654+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T12:00:43.289+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=11.2Mi, Sys=12.4Mi, NumGC=35"}
-{"@timestamp":"2022-05-12T12:00:48.654+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T12:01:43.289+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=11.3Mi, Sys=12.4Mi, NumGC=36"}
-{"@timestamp":"2022-05-12T12:01:48.655+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T12:02:43.290+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=11.3Mi, Sys=12.4Mi, NumGC=36"}
-{"@timestamp":"2022-05-12T12:02:48.655+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T12:03:43.289+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=11.4Mi, Sys=12.4Mi, NumGC=37"}
-{"@timestamp":"2022-05-12T12:03:48.655+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T12:04:43.289+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=11.5Mi, Sys=12.4Mi, NumGC=37"}
-{"@timestamp":"2022-05-12T12:04:48.656+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T12:05:43.289+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=11.5Mi, Sys=12.4Mi, NumGC=38"}
-{"@timestamp":"2022-05-12T12:05:48.654+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T12:06:43.289+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=11.6Mi, Sys=12.4Mi, NumGC=38"}
-{"@timestamp":"2022-05-12T12:06:48.655+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T12:07:43.290+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=11.6Mi, Sys=12.4Mi, NumGC=39"}
-{"@timestamp":"2022-05-12T12:07:48.656+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T12:08:43.289+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=11.7Mi, Sys=12.4Mi, NumGC=39"}
-{"@timestamp":"2022-05-12T12:08:48.654+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T12:09:43.289+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=11.8Mi, Sys=12.4Mi, NumGC=40"}
-{"@timestamp":"2022-05-12T12:09:48.655+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T12:10:43.289+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=11.8Mi, Sys=12.4Mi, NumGC=40"}
-{"@timestamp":"2022-05-12T12:10:48.655+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T12:11:43.291+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=11.9Mi, Sys=12.4Mi, NumGC=41"}
-{"@timestamp":"2022-05-12T12:11:48.654+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T12:12:43.289+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=11.9Mi, Sys=12.4Mi, NumGC=41"}
-{"@timestamp":"2022-05-12T12:12:48.655+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T12:13:43.289+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=12.0Mi, Sys=12.4Mi, NumGC=42"}
-{"@timestamp":"2022-05-12T12:13:48.656+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T12:14:43.289+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=12.1Mi, Sys=12.4Mi, NumGC=42"}
-{"@timestamp":"2022-05-12T12:14:48.654+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T12:15:43.289+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=12.1Mi, Sys=12.4Mi, NumGC=43"}
-{"@timestamp":"2022-05-12T12:15:48.654+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T12:17:42.562+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.6Mi, TotalAlloc=6.9Mi, Sys=12.1Mi, NumGC=3"}
-{"@timestamp":"2022-05-12T12:17:47.935+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T12:18:42.561+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=7.1Mi, Sys=12.1Mi, NumGC=3"}
-{"@timestamp":"2022-05-12T12:18:47.936+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T12:19:42.560+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=7.2Mi, Sys=12.1Mi, NumGC=4"}
-{"@timestamp":"2022-05-12T12:19:47.937+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T12:20:42.561+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=7.2Mi, Sys=12.1Mi, NumGC=4"}
-{"@timestamp":"2022-05-12T12:20:47.936+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 1, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T12:21:42.561+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=7.4Mi, Sys=12.1Mi, NumGC=5"}
-{"@timestamp":"2022-05-12T12:21:47.936+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 1, drop: 0"}
-{"@timestamp":"2022-05-12T12:21:48.172+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 353.0ms, med: 353.7ms, 90th: 353.7ms, 99th: 353.7ms, 99.9th: 353.7ms"}
-{"@timestamp":"2022-05-12T12:23:00.972+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=6.9Mi, Sys=12.4Mi, NumGC=3"}
-{"@timestamp":"2022-05-12T12:23:06.328+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 2, pass: 2, drop: 0"}
-{"@timestamp":"2022-05-12T12:23:10.420+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 289.0ms, med: 353.1ms, 90th: 353.1ms, 99th: 353.1ms, 99.9th: 353.1ms"}
-{"@timestamp":"2022-05-12T12:24:00.972+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.5Mi, TotalAlloc=7.1Mi, Sys=12.4Mi, NumGC=3"}
-{"@timestamp":"2022-05-12T12:24:06.326+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T12:24:10.419+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
-{"@timestamp":"2022-05-12T12:25:00.972+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=7.2Mi, Sys=12.4Mi, NumGC=4"}
-{"@timestamp":"2022-05-12T12:25:06.326+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T12:25:10.420+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
-{"@timestamp":"2022-05-12T12:26:00.974+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.5Mi, TotalAlloc=7.2Mi, Sys=12.4Mi, NumGC=4"}
-{"@timestamp":"2022-05-12T12:26:06.326+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T12:26:10.419+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
-{"@timestamp":"2022-05-12T12:27:00.974+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=7.3Mi, Sys=12.4Mi, NumGC=5"}
-{"@timestamp":"2022-05-12T12:27:06.327+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T12:27:10.419+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
-{"@timestamp":"2022-05-12T12:28:00.972+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.5Mi, TotalAlloc=7.4Mi, Sys=12.4Mi, NumGC=5"}
-{"@timestamp":"2022-05-12T12:28:06.326+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T12:28:10.419+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
-{"@timestamp":"2022-05-12T12:29:00.973+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=7.4Mi, Sys=12.4Mi, NumGC=6"}
-{"@timestamp":"2022-05-12T12:29:06.328+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T12:29:10.419+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
-{"@timestamp":"2022-05-12T12:30:00.972+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.5Mi, TotalAlloc=7.5Mi, Sys=12.4Mi, NumGC=6"}
-{"@timestamp":"2022-05-12T12:30:06.327+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T12:30:10.419+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
-{"@timestamp":"2022-05-12T12:31:00.974+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=7.5Mi, Sys=12.4Mi, NumGC=7"}
-{"@timestamp":"2022-05-12T12:31:06.327+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T12:31:10.420+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
-{"@timestamp":"2022-05-12T12:32:00.973+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.5Mi, TotalAlloc=7.6Mi, Sys=12.4Mi, NumGC=7"}
-{"@timestamp":"2022-05-12T12:32:06.326+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T12:32:10.419+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
-{"@timestamp":"2022-05-12T12:33:00.972+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=7.7Mi, Sys=12.4Mi, NumGC=8"}
-{"@timestamp":"2022-05-12T12:33:06.326+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T12:33:10.420+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
-{"@timestamp":"2022-05-12T12:34:00.973+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.5Mi, TotalAlloc=7.7Mi, Sys=12.4Mi, NumGC=8"}
-{"@timestamp":"2022-05-12T12:34:06.326+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T12:34:10.420+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
-{"@timestamp":"2022-05-12T12:35:00.973+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=7.8Mi, Sys=12.4Mi, NumGC=9"}
-{"@timestamp":"2022-05-12T12:35:06.327+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T12:35:10.419+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
-{"@timestamp":"2022-05-12T12:36:00.973+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.5Mi, TotalAlloc=7.8Mi, Sys=12.4Mi, NumGC=9"}
-{"@timestamp":"2022-05-12T12:36:06.327+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T12:36:10.420+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
-{"@timestamp":"2022-05-12T12:37:00.973+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=7.9Mi, Sys=12.4Mi, NumGC=10"}
-{"@timestamp":"2022-05-12T12:37:06.326+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T12:37:10.420+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
-{"@timestamp":"2022-05-12T12:38:00.973+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.5Mi, TotalAlloc=8.0Mi, Sys=12.4Mi, NumGC=10"}
-{"@timestamp":"2022-05-12T12:38:06.326+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T12:38:10.419+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
-{"@timestamp":"2022-05-12T12:39:00.973+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=8.0Mi, Sys=12.4Mi, NumGC=11"}
-{"@timestamp":"2022-05-12T12:39:06.327+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T12:39:10.419+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
-{"@timestamp":"2022-05-12T12:40:00.972+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.5Mi, TotalAlloc=8.1Mi, Sys=12.4Mi, NumGC=11"}
-{"@timestamp":"2022-05-12T12:40:06.326+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T12:40:10.419+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
-{"@timestamp":"2022-05-12T12:41:00.972+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=8.2Mi, Sys=12.4Mi, NumGC=12"}
-{"@timestamp":"2022-05-12T12:41:06.328+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T12:41:10.419+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
-{"@timestamp":"2022-05-12T12:42:00.974+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.5Mi, TotalAlloc=8.2Mi, Sys=12.4Mi, NumGC=12"}
-{"@timestamp":"2022-05-12T12:42:06.327+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T12:42:10.419+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
-{"@timestamp":"2022-05-12T12:43:00.973+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=8.3Mi, Sys=12.4Mi, NumGC=13"}
-{"@timestamp":"2022-05-12T12:43:06.326+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T12:43:10.419+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
-{"@timestamp":"2022-05-12T12:44:00.973+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.5Mi, TotalAlloc=8.4Mi, Sys=12.4Mi, NumGC=13"}
-{"@timestamp":"2022-05-12T12:44:06.326+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T12:44:10.419+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
-{"@timestamp":"2022-05-12T12:45:00.972+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=8.4Mi, Sys=12.4Mi, NumGC=14"}
-{"@timestamp":"2022-05-12T12:45:06.327+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T12:45:10.420+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
-{"@timestamp":"2022-05-12T12:46:00.972+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.5Mi, TotalAlloc=8.5Mi, Sys=12.4Mi, NumGC=14"}
-{"@timestamp":"2022-05-12T12:46:06.326+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T12:46:10.420+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
-{"@timestamp":"2022-05-12T12:47:00.973+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=8.6Mi, Sys=12.4Mi, NumGC=15"}
-{"@timestamp":"2022-05-12T12:47:06.327+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T12:47:10.419+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
-{"@timestamp":"2022-05-12T12:48:00.973+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=8.6Mi, Sys=12.4Mi, NumGC=15"}
-{"@timestamp":"2022-05-12T12:48:06.326+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T12:48:10.419+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
-{"@timestamp":"2022-05-12T12:49:00.972+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=8.7Mi, Sys=12.4Mi, NumGC=16"}
-{"@timestamp":"2022-05-12T12:49:06.326+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T12:49:10.419+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
-{"@timestamp":"2022-05-12T12:50:00.973+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.5Mi, TotalAlloc=8.7Mi, Sys=12.4Mi, NumGC=16"}
-{"@timestamp":"2022-05-12T12:50:06.326+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T12:50:10.419+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
-{"@timestamp":"2022-05-12T12:51:00.973+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=8.8Mi, Sys=12.4Mi, NumGC=17"}
-{"@timestamp":"2022-05-12T12:51:06.326+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T12:51:10.419+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
-{"@timestamp":"2022-05-12T12:52:00.973+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.5Mi, TotalAlloc=8.9Mi, Sys=12.4Mi, NumGC=17"}
-{"@timestamp":"2022-05-12T12:52:06.328+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T12:52:10.419+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
-{"@timestamp":"2022-05-12T12:53:00.973+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=8.9Mi, Sys=12.4Mi, NumGC=18"}
-{"@timestamp":"2022-05-12T12:53:06.326+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T12:53:10.419+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
-{"@timestamp":"2022-05-12T12:54:00.973+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.5Mi, TotalAlloc=9.0Mi, Sys=12.4Mi, NumGC=18"}
-{"@timestamp":"2022-05-12T12:54:06.326+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T12:54:10.420+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
-{"@timestamp":"2022-05-12T12:55:00.972+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=9.1Mi, Sys=12.4Mi, NumGC=19"}
-{"@timestamp":"2022-05-12T12:55:06.326+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T12:55:10.419+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
-{"@timestamp":"2022-05-12T12:56:00.972+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.5Mi, TotalAlloc=9.1Mi, Sys=12.4Mi, NumGC=19"}
-{"@timestamp":"2022-05-12T12:56:06.326+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T12:56:10.419+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
-{"@timestamp":"2022-05-12T12:57:00.973+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=9.2Mi, Sys=12.4Mi, NumGC=20"}
-{"@timestamp":"2022-05-12T12:57:06.327+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T12:57:10.419+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
-{"@timestamp":"2022-05-12T12:58:00.973+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.5Mi, TotalAlloc=9.3Mi, Sys=12.4Mi, NumGC=20"}
-{"@timestamp":"2022-05-12T12:58:06.326+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T12:58:10.419+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
-{"@timestamp":"2022-05-12T12:59:00.973+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=9.3Mi, Sys=12.4Mi, NumGC=21"}
-{"@timestamp":"2022-05-12T12:59:06.326+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T12:59:10.419+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
-{"@timestamp":"2022-05-12T13:00:00.972+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.5Mi, TotalAlloc=9.4Mi, Sys=12.4Mi, NumGC=21"}
-{"@timestamp":"2022-05-12T13:00:06.326+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T13:00:10.419+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
-{"@timestamp":"2022-05-12T13:01:00.972+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=9.4Mi, Sys=12.4Mi, NumGC=22"}
-{"@timestamp":"2022-05-12T13:01:06.326+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T13:01:10.419+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
-{"@timestamp":"2022-05-12T13:02:00.972+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.5Mi, TotalAlloc=9.5Mi, Sys=12.4Mi, NumGC=22"}
-{"@timestamp":"2022-05-12T13:02:06.326+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T13:02:10.418+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
-{"@timestamp":"2022-05-12T13:03:00.972+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=9.6Mi, Sys=12.4Mi, NumGC=23"}
-{"@timestamp":"2022-05-12T13:03:06.326+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T13:03:10.419+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
-{"@timestamp":"2022-05-12T13:04:00.973+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.5Mi, TotalAlloc=9.6Mi, Sys=12.4Mi, NumGC=23"}
-{"@timestamp":"2022-05-12T13:04:06.327+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T13:04:10.420+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
-{"@timestamp":"2022-05-12T13:05:00.973+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=9.7Mi, Sys=12.4Mi, NumGC=24"}
-{"@timestamp":"2022-05-12T13:05:06.326+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T13:05:10.419+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
-{"@timestamp":"2022-05-12T13:06:00.973+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.5Mi, TotalAlloc=9.8Mi, Sys=12.4Mi, NumGC=24"}
-{"@timestamp":"2022-05-12T13:06:06.326+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T13:06:10.420+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
-{"@timestamp":"2022-05-12T13:07:00.973+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=9.8Mi, Sys=12.4Mi, NumGC=25"}
-{"@timestamp":"2022-05-12T13:07:06.326+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T13:07:10.419+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
-{"@timestamp":"2022-05-12T13:08:00.974+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.5Mi, TotalAlloc=9.9Mi, Sys=12.4Mi, NumGC=25"}
-{"@timestamp":"2022-05-12T13:08:06.328+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T13:08:10.419+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
-{"@timestamp":"2022-05-12T13:09:00.973+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=9.9Mi, Sys=12.4Mi, NumGC=26"}
-{"@timestamp":"2022-05-12T13:09:06.328+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T13:09:10.420+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
-{"@timestamp":"2022-05-12T13:10:00.972+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.5Mi, TotalAlloc=10.0Mi, Sys=12.4Mi, NumGC=26"}
-{"@timestamp":"2022-05-12T13:10:06.326+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T13:10:10.419+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
-{"@timestamp":"2022-05-12T13:11:00.973+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=10.1Mi, Sys=12.4Mi, NumGC=27"}
-{"@timestamp":"2022-05-12T13:11:06.328+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T13:11:10.419+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
-{"@timestamp":"2022-05-12T13:12:00.973+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.5Mi, TotalAlloc=10.1Mi, Sys=12.4Mi, NumGC=27"}
-{"@timestamp":"2022-05-12T13:12:06.328+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T13:12:10.419+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
-{"@timestamp":"2022-05-12T13:13:00.972+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=10.2Mi, Sys=12.4Mi, NumGC=28"}
-{"@timestamp":"2022-05-12T13:13:06.327+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T13:13:10.418+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
-{"@timestamp":"2022-05-12T13:14:00.974+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.5Mi, TotalAlloc=10.3Mi, Sys=12.4Mi, NumGC=28"}
-{"@timestamp":"2022-05-12T13:14:06.327+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T13:14:10.420+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
-{"@timestamp":"2022-05-12T13:15:00.973+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=10.3Mi, Sys=12.4Mi, NumGC=29"}
-{"@timestamp":"2022-05-12T13:15:06.328+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T13:15:10.419+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
-{"@timestamp":"2022-05-12T13:16:00.973+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.5Mi, TotalAlloc=10.4Mi, Sys=12.4Mi, NumGC=29"}
-{"@timestamp":"2022-05-12T13:16:06.327+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T13:16:10.419+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
-{"@timestamp":"2022-05-12T13:17:00.973+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=10.4Mi, Sys=12.4Mi, NumGC=30"}
-{"@timestamp":"2022-05-12T13:17:06.326+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T13:17:10.420+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
-{"@timestamp":"2022-05-12T13:18:00.972+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.5Mi, TotalAlloc=10.5Mi, Sys=12.4Mi, NumGC=30"}
-{"@timestamp":"2022-05-12T13:18:06.327+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T13:18:10.420+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
-{"@timestamp":"2022-05-12T13:19:00.974+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=10.6Mi, Sys=12.4Mi, NumGC=31"}
-{"@timestamp":"2022-05-12T13:19:06.326+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T13:19:10.420+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
-{"@timestamp":"2022-05-12T13:20:00.973+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.5Mi, TotalAlloc=10.6Mi, Sys=12.4Mi, NumGC=31"}
-{"@timestamp":"2022-05-12T13:20:06.327+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T13:20:10.420+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
-{"@timestamp":"2022-05-12T13:21:00.972+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=10.7Mi, Sys=12.4Mi, NumGC=32"}
-{"@timestamp":"2022-05-12T13:21:06.326+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T13:21:10.419+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
-{"@timestamp":"2022-05-12T13:22:00.972+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.5Mi, TotalAlloc=10.8Mi, Sys=12.4Mi, NumGC=32"}
-{"@timestamp":"2022-05-12T13:22:06.326+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T13:22:10.419+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
-{"@timestamp":"2022-05-12T13:23:00.973+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=10.8Mi, Sys=12.4Mi, NumGC=33"}
-{"@timestamp":"2022-05-12T13:23:06.326+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T13:23:10.419+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
-{"@timestamp":"2022-05-12T13:24:00.973+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.5Mi, TotalAlloc=10.9Mi, Sys=12.4Mi, NumGC=33"}
-{"@timestamp":"2022-05-12T13:24:06.326+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T13:24:10.419+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
-{"@timestamp":"2022-05-12T13:25:00.973+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=10.9Mi, Sys=12.4Mi, NumGC=34"}
-{"@timestamp":"2022-05-12T13:25:06.326+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T13:25:10.419+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
-{"@timestamp":"2022-05-12T13:26:00.972+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.5Mi, TotalAlloc=11.0Mi, Sys=12.4Mi, NumGC=34"}
-{"@timestamp":"2022-05-12T13:26:06.326+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T13:26:10.420+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
-{"@timestamp":"2022-05-12T13:27:00.973+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=11.1Mi, Sys=12.4Mi, NumGC=35"}
-{"@timestamp":"2022-05-12T13:27:06.326+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T13:27:10.420+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
-{"@timestamp":"2022-05-12T13:28:00.974+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.5Mi, TotalAlloc=11.1Mi, Sys=12.4Mi, NumGC=35"}
-{"@timestamp":"2022-05-12T13:28:06.326+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T13:28:10.420+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
-{"@timestamp":"2022-05-12T13:29:00.974+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=11.2Mi, Sys=12.4Mi, NumGC=36"}
-{"@timestamp":"2022-05-12T13:29:06.326+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T13:29:10.420+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
-{"@timestamp":"2022-05-12T13:30:00.973+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.5Mi, TotalAlloc=11.2Mi, Sys=12.4Mi, NumGC=36"}
-{"@timestamp":"2022-05-12T13:30:06.326+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T13:30:10.420+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
-{"@timestamp":"2022-05-12T13:31:00.974+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=11.3Mi, Sys=12.4Mi, NumGC=37"}
-{"@timestamp":"2022-05-12T13:31:06.327+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T13:31:10.419+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
-{"@timestamp":"2022-05-12T13:32:00.972+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.5Mi, TotalAlloc=11.4Mi, Sys=12.4Mi, NumGC=37"}
-{"@timestamp":"2022-05-12T13:32:06.326+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T13:32:10.419+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
-{"@timestamp":"2022-05-12T13:33:00.973+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=11.4Mi, Sys=12.4Mi, NumGC=38"}
-{"@timestamp":"2022-05-12T13:33:06.327+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T13:33:10.420+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
-{"@timestamp":"2022-05-12T13:34:00.974+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.5Mi, TotalAlloc=11.5Mi, Sys=12.4Mi, NumGC=38"}
-{"@timestamp":"2022-05-12T13:34:06.326+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T13:34:10.419+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
-{"@timestamp":"2022-05-12T13:35:00.974+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=11.6Mi, Sys=12.4Mi, NumGC=39"}
-{"@timestamp":"2022-05-12T13:35:06.326+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T13:35:10.419+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
-{"@timestamp":"2022-05-12T13:36:00.974+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.5Mi, TotalAlloc=11.6Mi, Sys=12.4Mi, NumGC=39"}
-{"@timestamp":"2022-05-12T13:36:06.326+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T13:36:10.419+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
-{"@timestamp":"2022-05-12T13:37:00.973+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=11.7Mi, Sys=12.4Mi, NumGC=40"}
-{"@timestamp":"2022-05-12T13:37:06.326+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T13:37:10.419+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
-{"@timestamp":"2022-05-12T13:38:00.974+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.5Mi, TotalAlloc=11.7Mi, Sys=12.4Mi, NumGC=40"}
-{"@timestamp":"2022-05-12T13:38:06.328+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T13:38:10.420+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
-{"@timestamp":"2022-05-12T13:39:00.973+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=11.8Mi, Sys=12.4Mi, NumGC=41"}
-{"@timestamp":"2022-05-12T13:39:06.355+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T13:39:10.419+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
-{"@timestamp":"2022-05-12T13:40:00.973+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.5Mi, TotalAlloc=11.9Mi, Sys=12.4Mi, NumGC=41"}
-{"@timestamp":"2022-05-12T13:40:06.327+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T13:40:10.420+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
-{"@timestamp":"2022-05-12T13:41:00.972+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=11.9Mi, Sys=12.4Mi, NumGC=42"}
-{"@timestamp":"2022-05-12T13:41:06.327+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T13:41:10.419+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
-{"@timestamp":"2022-05-12T13:42:00.973+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.5Mi, TotalAlloc=12.0Mi, Sys=12.4Mi, NumGC=42"}
-{"@timestamp":"2022-05-12T13:42:06.327+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T13:42:10.420+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
-{"@timestamp":"2022-05-12T13:43:00.974+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=12.1Mi, Sys=12.4Mi, NumGC=43"}
-{"@timestamp":"2022-05-12T13:43:06.328+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T13:43:10.419+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
-{"@timestamp":"2022-05-12T13:44:00.974+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.5Mi, TotalAlloc=12.1Mi, Sys=12.4Mi, NumGC=43"}
-{"@timestamp":"2022-05-12T13:44:06.326+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T13:44:10.418+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
-{"@timestamp":"2022-05-12T13:45:00.972+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=12.2Mi, Sys=12.4Mi, NumGC=44"}
-{"@timestamp":"2022-05-12T13:45:06.327+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T13:45:10.420+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
-{"@timestamp":"2022-05-12T13:46:00.973+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.5Mi, TotalAlloc=12.3Mi, Sys=12.4Mi, NumGC=44"}
-{"@timestamp":"2022-05-12T13:46:06.327+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T13:46:10.419+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
-{"@timestamp":"2022-05-12T13:47:00.972+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=12.3Mi, Sys=12.4Mi, NumGC=45"}
-{"@timestamp":"2022-05-12T13:47:06.328+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T13:47:10.420+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
-{"@timestamp":"2022-05-12T13:48:00.972+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.5Mi, TotalAlloc=12.4Mi, Sys=12.4Mi, NumGC=45"}
-{"@timestamp":"2022-05-12T13:48:06.327+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T13:48:10.420+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
-{"@timestamp":"2022-05-12T13:49:00.972+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=12.4Mi, Sys=12.4Mi, NumGC=46"}
-{"@timestamp":"2022-05-12T13:49:06.326+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T13:49:10.419+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
-{"@timestamp":"2022-05-12T13:50:00.972+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.5Mi, TotalAlloc=12.5Mi, Sys=12.4Mi, NumGC=46"}
-{"@timestamp":"2022-05-12T13:50:06.326+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T13:50:10.419+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
-{"@timestamp":"2022-05-12T13:51:00.973+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=12.6Mi, Sys=12.4Mi, NumGC=47"}
-{"@timestamp":"2022-05-12T13:51:06.326+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T13:51:10.419+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
-{"@timestamp":"2022-05-12T13:52:00.972+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.5Mi, TotalAlloc=12.6Mi, Sys=12.4Mi, NumGC=47"}
-{"@timestamp":"2022-05-12T13:52:06.327+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T13:52:10.419+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
-{"@timestamp":"2022-05-12T13:53:00.973+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=12.7Mi, Sys=12.4Mi, NumGC=48"}
-{"@timestamp":"2022-05-12T13:53:06.327+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T13:53:10.419+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
-{"@timestamp":"2022-05-12T13:54:00.973+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.5Mi, TotalAlloc=12.7Mi, Sys=12.4Mi, NumGC=48"}
-{"@timestamp":"2022-05-12T13:54:06.328+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T13:54:10.419+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
-{"@timestamp":"2022-05-12T13:55:00.972+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=12.8Mi, Sys=12.4Mi, NumGC=49"}
-{"@timestamp":"2022-05-12T13:55:06.327+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T13:55:10.419+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
-{"@timestamp":"2022-05-12T13:56:00.972+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.5Mi, TotalAlloc=12.9Mi, Sys=12.4Mi, NumGC=49"}
-{"@timestamp":"2022-05-12T13:56:06.328+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T13:56:10.419+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
-{"@timestamp":"2022-05-12T13:57:00.972+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=12.9Mi, Sys=12.4Mi, NumGC=50"}
-{"@timestamp":"2022-05-12T13:57:06.326+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T13:57:10.420+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
-{"@timestamp":"2022-05-12T13:58:00.973+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.5Mi, TotalAlloc=13.0Mi, Sys=12.4Mi, NumGC=50"}
-{"@timestamp":"2022-05-12T13:58:06.328+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T13:58:10.419+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
-{"@timestamp":"2022-05-12T13:59:00.973+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=13.1Mi, Sys=12.4Mi, NumGC=51"}
-{"@timestamp":"2022-05-12T13:59:06.326+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T13:59:10.419+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
-{"@timestamp":"2022-05-12T14:00:00.973+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.5Mi, TotalAlloc=13.1Mi, Sys=12.4Mi, NumGC=51"}
-{"@timestamp":"2022-05-12T14:00:06.327+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T14:00:10.419+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
-{"@timestamp":"2022-05-12T14:01:00.973+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=13.2Mi, Sys=12.4Mi, NumGC=52"}
-{"@timestamp":"2022-05-12T14:01:06.327+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T14:01:10.419+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
-{"@timestamp":"2022-05-12T14:02:00.974+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.5Mi, TotalAlloc=13.3Mi, Sys=12.4Mi, NumGC=52"}
-{"@timestamp":"2022-05-12T14:02:06.328+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T14:02:10.419+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
-{"@timestamp":"2022-05-12T14:03:00.973+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=13.3Mi, Sys=12.4Mi, NumGC=53"}
-{"@timestamp":"2022-05-12T14:03:06.327+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T14:03:10.419+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
-{"@timestamp":"2022-05-12T14:04:00.972+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.5Mi, TotalAlloc=13.4Mi, Sys=12.4Mi, NumGC=53"}
-{"@timestamp":"2022-05-12T14:04:06.327+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T14:04:10.419+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
-{"@timestamp":"2022-05-12T14:05:00.973+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=13.5Mi, Sys=12.4Mi, NumGC=54"}
-{"@timestamp":"2022-05-12T14:05:06.326+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T14:05:10.419+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
-{"@timestamp":"2022-05-12T14:06:00.972+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.5Mi, TotalAlloc=13.5Mi, Sys=12.4Mi, NumGC=54"}
-{"@timestamp":"2022-05-12T14:06:06.327+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T14:06:10.419+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
-{"@timestamp":"2022-05-12T14:07:00.972+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=13.6Mi, Sys=12.4Mi, NumGC=55"}
-{"@timestamp":"2022-05-12T14:07:06.327+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T14:07:10.419+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
-{"@timestamp":"2022-05-12T14:08:00.972+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.5Mi, TotalAlloc=13.6Mi, Sys=12.4Mi, NumGC=55"}
-{"@timestamp":"2022-05-12T14:08:06.326+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T14:08:10.419+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
-{"@timestamp":"2022-05-12T14:09:00.973+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=13.7Mi, Sys=12.4Mi, NumGC=56"}
-{"@timestamp":"2022-05-12T14:09:06.327+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T14:09:10.419+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
-{"@timestamp":"2022-05-12T14:10:00.973+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.5Mi, TotalAlloc=13.8Mi, Sys=12.4Mi, NumGC=56"}
-{"@timestamp":"2022-05-12T14:10:06.327+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T14:10:10.419+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
-{"@timestamp":"2022-05-12T14:11:00.973+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=13.8Mi, Sys=12.4Mi, NumGC=57"}
-{"@timestamp":"2022-05-12T14:11:06.327+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T14:11:10.419+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
-{"@timestamp":"2022-05-12T14:33:05.176+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=7.0Mi, Sys=12.1Mi, NumGC=3"}
-{"@timestamp":"2022-05-12T14:33:10.527+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 1, pass: 1, drop: 0"}
-{"@timestamp":"2022-05-12T14:33:37.158+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 217.0ms, med: 217.6ms, 90th: 217.6ms, 99th: 217.6ms, 99.9th: 217.6ms"}
-{"@timestamp":"2022-05-12T14:34:05.177+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.9Mi, TotalAlloc=7.2Mi, Sys=12.1Mi, NumGC=3"}
-{"@timestamp":"2022-05-12T14:34:10.527+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T14:34:37.158+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
-{"@timestamp":"2022-05-12T14:35:05.176+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.5Mi, TotalAlloc=7.2Mi, Sys=12.4Mi, NumGC=4"}
-{"@timestamp":"2022-05-12T14:35:10.527+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T14:35:37.157+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
-{"@timestamp":"2022-05-12T14:36:05.176+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.5Mi, TotalAlloc=7.3Mi, Sys=12.4Mi, NumGC=4"}
-{"@timestamp":"2022-05-12T14:36:10.527+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T14:36:37.157+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
-{"@timestamp":"2022-05-12T14:37:05.176+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.5Mi, TotalAlloc=7.4Mi, Sys=12.4Mi, NumGC=5"}
-{"@timestamp":"2022-05-12T14:37:10.527+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T14:37:37.157+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
-{"@timestamp":"2022-05-12T14:38:05.177+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.5Mi, TotalAlloc=7.4Mi, Sys=12.4Mi, NumGC=5"}
-{"@timestamp":"2022-05-12T14:38:10.527+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T14:38:37.157+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
-{"@timestamp":"2022-05-12T14:39:05.176+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.5Mi, TotalAlloc=7.5Mi, Sys=12.4Mi, NumGC=6"}
-{"@timestamp":"2022-05-12T14:39:10.527+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T14:39:37.157+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
-{"@timestamp":"2022-05-12T14:40:05.177+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.5Mi, TotalAlloc=7.6Mi, Sys=12.4Mi, NumGC=6"}
-{"@timestamp":"2022-05-12T14:40:10.527+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
-{"@timestamp":"2022-05-12T14:40:37.158+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T07:43:41.600+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=11.9Mi, Sys=12.4Mi, NumGC=21"}
+{"@timestamp":"2022-05-13T07:43:41.600+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T07:43:44.615+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.6Mi, TotalAlloc=12.0Mi, Sys=12.4Mi, NumGC=22"}
+{"@timestamp":"2022-05-13T07:43:49.966+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T07:44:44.539+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=12.1Mi, Sys=12.4Mi, NumGC=22"}
+{"@timestamp":"2022-05-13T07:44:49.961+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T07:45:44.539+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.6Mi, TotalAlloc=12.2Mi, Sys=12.4Mi, NumGC=23"}
+{"@timestamp":"2022-05-13T07:45:49.961+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T07:46:44.539+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=12.3Mi, Sys=12.4Mi, NumGC=23"}
+{"@timestamp":"2022-05-13T07:46:49.962+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T07:47:44.539+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.6Mi, TotalAlloc=12.4Mi, Sys=12.4Mi, NumGC=24"}
+{"@timestamp":"2022-05-13T07:47:49.961+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T07:48:44.539+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=12.5Mi, Sys=12.4Mi, NumGC=24"}
+{"@timestamp":"2022-05-13T07:48:49.961+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T07:49:44.539+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=12.6Mi, Sys=12.4Mi, NumGC=24"}
+{"@timestamp":"2022-05-13T07:49:49.963+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T07:50:44.539+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=12.7Mi, Sys=12.4Mi, NumGC=25"}
+{"@timestamp":"2022-05-13T07:50:49.962+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T07:51:44.539+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=12.8Mi, Sys=12.4Mi, NumGC=25"}
+{"@timestamp":"2022-05-13T07:51:49.962+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T07:52:44.539+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=12.9Mi, Sys=12.4Mi, NumGC=26"}
+{"@timestamp":"2022-05-13T07:52:49.962+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T07:53:44.539+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=13.0Mi, Sys=12.4Mi, NumGC=26"}
+{"@timestamp":"2022-05-13T07:53:49.962+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T07:54:44.539+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=13.1Mi, Sys=12.4Mi, NumGC=27"}
+{"@timestamp":"2022-05-13T07:54:49.961+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T07:55:44.539+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=13.2Mi, Sys=12.4Mi, NumGC=27"}
+{"@timestamp":"2022-05-13T07:55:49.962+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T07:56:44.541+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=13.3Mi, Sys=12.4Mi, NumGC=28"}
+{"@timestamp":"2022-05-13T07:56:49.961+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T07:57:44.539+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=13.4Mi, Sys=12.4Mi, NumGC=28"}
+{"@timestamp":"2022-05-13T07:57:49.961+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T07:58:44.539+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=13.5Mi, Sys=12.4Mi, NumGC=29"}
+{"@timestamp":"2022-05-13T07:58:49.961+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T07:59:44.539+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=13.6Mi, Sys=12.4Mi, NumGC=29"}
+{"@timestamp":"2022-05-13T07:59:49.961+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T08:00:44.539+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=13.7Mi, Sys=12.4Mi, NumGC=30"}
+{"@timestamp":"2022-05-13T08:00:49.961+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T08:01:44.539+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=13.8Mi, Sys=12.4Mi, NumGC=30"}
+{"@timestamp":"2022-05-13T08:01:49.961+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T08:02:44.540+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=13.9Mi, Sys=12.4Mi, NumGC=31"}
+{"@timestamp":"2022-05-13T08:02:49.961+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T08:03:44.540+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=14.0Mi, Sys=12.4Mi, NumGC=31"}
+{"@timestamp":"2022-05-13T08:03:49.962+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T08:04:44.539+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=14.1Mi, Sys=12.4Mi, NumGC=32"}
+{"@timestamp":"2022-05-13T08:04:49.961+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T08:05:44.539+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=14.2Mi, Sys=12.4Mi, NumGC=32"}
+{"@timestamp":"2022-05-13T08:05:49.962+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T08:06:44.539+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=14.3Mi, Sys=12.4Mi, NumGC=33"}
+{"@timestamp":"2022-05-13T08:06:49.961+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T08:07:44.540+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=14.4Mi, Sys=12.4Mi, NumGC=33"}
+{"@timestamp":"2022-05-13T08:07:49.961+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T08:08:44.539+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=14.6Mi, Sys=12.4Mi, NumGC=34"}
+{"@timestamp":"2022-05-13T08:08:49.961+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T08:09:44.539+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=14.7Mi, Sys=12.4Mi, NumGC=34"}
+{"@timestamp":"2022-05-13T08:09:49.962+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T08:10:44.539+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=14.8Mi, Sys=12.4Mi, NumGC=35"}
+{"@timestamp":"2022-05-13T08:10:49.961+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T08:11:44.539+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=14.9Mi, Sys=12.4Mi, NumGC=35"}
+{"@timestamp":"2022-05-13T08:11:49.961+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T08:12:44.539+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=15.0Mi, Sys=12.4Mi, NumGC=36"}
+{"@timestamp":"2022-05-13T08:12:49.963+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T08:13:44.540+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=15.1Mi, Sys=12.4Mi, NumGC=36"}
+{"@timestamp":"2022-05-13T08:13:49.962+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T08:14:44.540+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=15.2Mi, Sys=12.4Mi, NumGC=37"}
+{"@timestamp":"2022-05-13T08:14:49.961+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T08:15:44.540+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=15.3Mi, Sys=12.4Mi, NumGC=37"}
+{"@timestamp":"2022-05-13T08:15:49.961+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T08:16:44.539+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=15.4Mi, Sys=12.4Mi, NumGC=38"}
+{"@timestamp":"2022-05-13T08:16:49.961+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T08:17:44.539+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=15.5Mi, Sys=12.4Mi, NumGC=38"}
+{"@timestamp":"2022-05-13T08:17:49.961+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T08:18:44.539+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=15.6Mi, Sys=12.4Mi, NumGC=39"}
+{"@timestamp":"2022-05-13T08:18:49.962+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T08:19:44.539+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=15.7Mi, Sys=12.4Mi, NumGC=39"}
+{"@timestamp":"2022-05-13T08:19:49.961+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T08:20:44.539+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=15.8Mi, Sys=12.4Mi, NumGC=40"}
+{"@timestamp":"2022-05-13T08:20:49.961+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T08:21:44.539+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=15.9Mi, Sys=12.4Mi, NumGC=40"}
+{"@timestamp":"2022-05-13T08:21:49.961+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T08:22:44.540+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=16.0Mi, Sys=12.4Mi, NumGC=41"}
+{"@timestamp":"2022-05-13T08:22:49.961+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T08:23:44.540+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=16.1Mi, Sys=12.4Mi, NumGC=41"}
+{"@timestamp":"2022-05-13T08:23:49.963+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T08:24:44.540+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=16.2Mi, Sys=12.4Mi, NumGC=42"}
+{"@timestamp":"2022-05-13T08:24:49.961+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T08:25:44.541+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=16.3Mi, Sys=12.4Mi, NumGC=42"}
+{"@timestamp":"2022-05-13T08:25:49.961+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T08:26:44.540+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=16.4Mi, Sys=12.4Mi, NumGC=43"}
+{"@timestamp":"2022-05-13T08:26:49.961+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T08:27:44.539+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=16.5Mi, Sys=12.4Mi, NumGC=43"}
+{"@timestamp":"2022-05-13T08:27:49.962+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T08:28:44.540+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=16.6Mi, Sys=12.4Mi, NumGC=44"}
+{"@timestamp":"2022-05-13T08:28:49.961+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T08:29:44.539+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=16.7Mi, Sys=12.4Mi, NumGC=44"}
+{"@timestamp":"2022-05-13T08:29:49.961+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T08:30:44.541+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=16.8Mi, Sys=12.4Mi, NumGC=45"}
+{"@timestamp":"2022-05-13T08:30:49.961+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T08:31:44.540+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=16.9Mi, Sys=12.4Mi, NumGC=45"}
+{"@timestamp":"2022-05-13T08:31:49.961+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T08:32:44.541+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=17.1Mi, Sys=12.4Mi, NumGC=46"}
+{"@timestamp":"2022-05-13T08:32:49.961+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T08:33:44.539+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=17.2Mi, Sys=12.4Mi, NumGC=46"}
+{"@timestamp":"2022-05-13T08:33:49.961+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T08:34:44.539+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=17.3Mi, Sys=12.4Mi, NumGC=47"}
+{"@timestamp":"2022-05-13T08:34:49.961+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T08:35:44.539+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=17.4Mi, Sys=12.4Mi, NumGC=47"}
+{"@timestamp":"2022-05-13T08:35:49.961+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T08:36:44.540+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=17.5Mi, Sys=12.4Mi, NumGC=48"}
+{"@timestamp":"2022-05-13T08:36:49.962+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T08:37:44.539+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=17.6Mi, Sys=12.4Mi, NumGC=48"}
+{"@timestamp":"2022-05-13T08:37:49.962+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T08:38:44.541+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=17.7Mi, Sys=12.4Mi, NumGC=49"}
+{"@timestamp":"2022-05-13T08:38:49.962+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T08:39:44.539+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=17.8Mi, Sys=12.4Mi, NumGC=49"}
+{"@timestamp":"2022-05-13T08:39:49.963+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T08:40:44.540+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=17.9Mi, Sys=12.4Mi, NumGC=50"}
+{"@timestamp":"2022-05-13T08:40:49.961+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T08:41:44.539+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=18.0Mi, Sys=12.4Mi, NumGC=50"}
+{"@timestamp":"2022-05-13T08:41:49.961+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T08:42:44.539+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=18.1Mi, Sys=12.4Mi, NumGC=51"}
+{"@timestamp":"2022-05-13T08:42:49.961+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T08:43:44.544+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=18.2Mi, Sys=12.4Mi, NumGC=51"}
+{"@timestamp":"2022-05-13T08:43:49.963+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T08:44:44.540+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=18.3Mi, Sys=12.4Mi, NumGC=52"}
+{"@timestamp":"2022-05-13T08:44:49.962+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T08:45:44.540+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=18.4Mi, Sys=12.4Mi, NumGC=52"}
+{"@timestamp":"2022-05-13T08:45:49.963+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T08:46:44.539+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=18.5Mi, Sys=12.4Mi, NumGC=53"}
+{"@timestamp":"2022-05-13T08:46:49.961+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T08:47:44.539+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=18.6Mi, Sys=12.4Mi, NumGC=53"}
+{"@timestamp":"2022-05-13T08:47:49.963+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T08:48:44.539+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=18.7Mi, Sys=12.4Mi, NumGC=54"}
+{"@timestamp":"2022-05-13T08:48:49.962+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T08:49:44.539+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=18.8Mi, Sys=12.4Mi, NumGC=54"}
+{"@timestamp":"2022-05-13T08:49:49.963+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T08:50:44.539+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=18.9Mi, Sys=12.4Mi, NumGC=55"}
+{"@timestamp":"2022-05-13T08:50:49.962+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T08:51:44.541+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=19.0Mi, Sys=12.4Mi, NumGC=55"}
+{"@timestamp":"2022-05-13T08:51:49.962+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T08:52:44.539+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=19.1Mi, Sys=12.4Mi, NumGC=56"}
+{"@timestamp":"2022-05-13T08:52:49.961+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T08:53:44.539+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=19.2Mi, Sys=12.4Mi, NumGC=56"}
+{"@timestamp":"2022-05-13T08:53:49.961+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T08:54:44.540+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=19.3Mi, Sys=12.4Mi, NumGC=57"}
+{"@timestamp":"2022-05-13T08:54:49.961+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T08:55:44.539+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=19.4Mi, Sys=12.4Mi, NumGC=57"}
+{"@timestamp":"2022-05-13T08:55:49.961+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T08:56:44.540+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=19.5Mi, Sys=12.4Mi, NumGC=58"}
+{"@timestamp":"2022-05-13T08:56:49.961+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T08:57:44.539+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=19.6Mi, Sys=12.4Mi, NumGC=58"}
+{"@timestamp":"2022-05-13T08:57:49.962+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T08:58:44.541+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=19.8Mi, Sys=12.4Mi, NumGC=59"}
+{"@timestamp":"2022-05-13T08:58:49.961+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T08:59:44.539+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=19.9Mi, Sys=12.4Mi, NumGC=59"}
+{"@timestamp":"2022-05-13T08:59:49.961+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T09:00:44.539+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=20.0Mi, Sys=12.4Mi, NumGC=60"}
+{"@timestamp":"2022-05-13T09:00:49.961+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T09:01:44.540+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=20.1Mi, Sys=12.4Mi, NumGC=60"}
+{"@timestamp":"2022-05-13T09:01:49.961+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T09:02:44.540+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=20.2Mi, Sys=12.4Mi, NumGC=61"}
+{"@timestamp":"2022-05-13T09:02:49.961+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T09:03:44.539+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=20.3Mi, Sys=12.4Mi, NumGC=61"}
+{"@timestamp":"2022-05-13T09:03:49.961+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T09:04:44.539+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=20.4Mi, Sys=12.4Mi, NumGC=62"}
+{"@timestamp":"2022-05-13T09:04:49.963+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T09:05:44.540+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=20.5Mi, Sys=12.4Mi, NumGC=62"}
+{"@timestamp":"2022-05-13T09:05:49.963+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T09:06:44.539+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=20.6Mi, Sys=12.4Mi, NumGC=63"}
+{"@timestamp":"2022-05-13T09:06:49.961+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T09:07:44.539+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=20.7Mi, Sys=12.4Mi, NumGC=63"}
+{"@timestamp":"2022-05-13T09:07:49.961+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T09:08:44.540+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=20.8Mi, Sys=12.4Mi, NumGC=64"}
+{"@timestamp":"2022-05-13T09:08:49.961+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T09:09:44.540+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=20.9Mi, Sys=12.4Mi, NumGC=64"}
+{"@timestamp":"2022-05-13T09:09:49.963+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T09:10:44.541+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=21.0Mi, Sys=12.4Mi, NumGC=65"}
+{"@timestamp":"2022-05-13T09:10:49.961+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T09:11:44.539+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=21.1Mi, Sys=12.4Mi, NumGC=65"}
+{"@timestamp":"2022-05-13T09:11:49.962+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T09:12:44.540+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=21.2Mi, Sys=12.4Mi, NumGC=66"}
+{"@timestamp":"2022-05-13T09:12:49.961+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T09:13:44.539+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=21.3Mi, Sys=12.4Mi, NumGC=66"}
+{"@timestamp":"2022-05-13T09:13:49.961+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T09:14:44.539+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=21.4Mi, Sys=12.4Mi, NumGC=67"}
+{"@timestamp":"2022-05-13T09:14:49.961+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T09:15:44.539+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=21.5Mi, Sys=12.4Mi, NumGC=67"}
+{"@timestamp":"2022-05-13T09:15:49.961+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T09:16:44.539+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=21.6Mi, Sys=12.4Mi, NumGC=68"}
+{"@timestamp":"2022-05-13T09:16:49.963+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T09:17:44.540+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=21.7Mi, Sys=12.4Mi, NumGC=68"}
+{"@timestamp":"2022-05-13T09:17:49.961+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T09:18:44.539+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=21.8Mi, Sys=12.4Mi, NumGC=69"}
+{"@timestamp":"2022-05-13T09:18:49.961+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T09:19:44.539+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=21.9Mi, Sys=12.4Mi, NumGC=69"}
+{"@timestamp":"2022-05-13T09:19:49.961+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T09:20:44.539+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=22.0Mi, Sys=12.4Mi, NumGC=70"}
+{"@timestamp":"2022-05-13T09:20:49.961+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T09:21:44.539+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=22.1Mi, Sys=12.4Mi, NumGC=70"}
+{"@timestamp":"2022-05-13T09:21:49.961+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T09:22:44.539+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=22.2Mi, Sys=12.4Mi, NumGC=71"}
+{"@timestamp":"2022-05-13T09:22:49.961+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T09:23:44.539+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=22.3Mi, Sys=12.4Mi, NumGC=71"}
+{"@timestamp":"2022-05-13T09:23:49.962+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T09:24:44.540+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=22.5Mi, Sys=12.4Mi, NumGC=72"}
+{"@timestamp":"2022-05-13T09:24:49.961+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T09:25:44.539+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=22.5Mi, Sys=12.4Mi, NumGC=72"}
+{"@timestamp":"2022-05-13T09:25:49.961+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T09:26:44.540+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=22.7Mi, Sys=12.4Mi, NumGC=73"}
+{"@timestamp":"2022-05-13T09:26:49.963+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T09:27:44.539+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=22.7Mi, Sys=12.4Mi, NumGC=73"}
+{"@timestamp":"2022-05-13T09:27:49.961+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T09:28:44.539+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=22.9Mi, Sys=12.4Mi, NumGC=74"}
+{"@timestamp":"2022-05-13T09:28:49.962+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T09:29:44.541+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=23.0Mi, Sys=12.4Mi, NumGC=74"}
+{"@timestamp":"2022-05-13T09:29:49.963+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T09:30:44.540+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=23.1Mi, Sys=12.4Mi, NumGC=75"}
+{"@timestamp":"2022-05-13T09:30:49.961+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T09:31:44.540+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=23.2Mi, Sys=12.4Mi, NumGC=75"}
+{"@timestamp":"2022-05-13T09:31:49.963+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T09:32:44.539+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=23.3Mi, Sys=12.4Mi, NumGC=76"}
+{"@timestamp":"2022-05-13T09:32:49.962+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T09:33:44.540+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=23.4Mi, Sys=12.4Mi, NumGC=76"}
+{"@timestamp":"2022-05-13T09:33:49.963+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T09:34:44.539+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=23.5Mi, Sys=12.4Mi, NumGC=77"}
+{"@timestamp":"2022-05-13T09:34:49.961+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T09:35:44.539+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=23.6Mi, Sys=12.4Mi, NumGC=77"}
+{"@timestamp":"2022-05-13T09:35:49.962+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T09:36:44.539+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=23.7Mi, Sys=12.4Mi, NumGC=78"}
+{"@timestamp":"2022-05-13T09:36:49.961+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T09:37:44.540+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=23.8Mi, Sys=12.4Mi, NumGC=78"}
+{"@timestamp":"2022-05-13T09:37:49.962+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T09:38:44.539+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=23.9Mi, Sys=12.4Mi, NumGC=79"}
+{"@timestamp":"2022-05-13T09:38:49.961+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T09:39:44.539+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=24.0Mi, Sys=12.4Mi, NumGC=79"}
+{"@timestamp":"2022-05-13T09:39:49.961+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T09:40:44.539+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=24.1Mi, Sys=12.4Mi, NumGC=80"}
+{"@timestamp":"2022-05-13T09:40:49.962+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T09:41:44.539+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=24.2Mi, Sys=12.4Mi, NumGC=80"}
+{"@timestamp":"2022-05-13T09:41:49.962+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T09:42:44.541+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=24.3Mi, Sys=12.4Mi, NumGC=81"}
+{"@timestamp":"2022-05-13T09:42:49.961+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T09:43:44.540+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=24.4Mi, Sys=12.4Mi, NumGC=81"}
+{"@timestamp":"2022-05-13T09:43:49.961+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T09:44:44.539+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=24.5Mi, Sys=12.4Mi, NumGC=82"}
+{"@timestamp":"2022-05-13T09:44:49.961+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T09:45:44.539+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=24.6Mi, Sys=12.4Mi, NumGC=82"}
+{"@timestamp":"2022-05-13T09:45:49.961+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T09:46:44.540+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=24.7Mi, Sys=12.4Mi, NumGC=83"}
+{"@timestamp":"2022-05-13T09:46:49.961+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T09:47:44.539+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=24.8Mi, Sys=12.4Mi, NumGC=83"}
+{"@timestamp":"2022-05-13T09:47:49.961+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T09:48:44.540+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=24.9Mi, Sys=12.4Mi, NumGC=84"}
+{"@timestamp":"2022-05-13T09:48:49.962+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T09:49:44.539+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=25.0Mi, Sys=12.4Mi, NumGC=84"}
+{"@timestamp":"2022-05-13T09:49:49.961+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T09:50:44.539+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=25.1Mi, Sys=12.4Mi, NumGC=85"}
+{"@timestamp":"2022-05-13T09:50:49.962+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T09:51:44.539+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=25.2Mi, Sys=12.4Mi, NumGC=85"}
+{"@timestamp":"2022-05-13T09:51:49.961+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T09:52:44.539+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=25.3Mi, Sys=12.4Mi, NumGC=86"}
+{"@timestamp":"2022-05-13T09:52:49.961+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T09:53:44.539+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=25.4Mi, Sys=12.4Mi, NumGC=86"}
+{"@timestamp":"2022-05-13T09:53:49.961+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T09:54:44.544+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=25.5Mi, Sys=12.4Mi, NumGC=87"}
+{"@timestamp":"2022-05-13T09:54:49.961+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T09:55:44.539+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=25.7Mi, Sys=12.4Mi, NumGC=87"}
+{"@timestamp":"2022-05-13T09:55:49.961+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T09:56:44.539+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=25.8Mi, Sys=12.4Mi, NumGC=88"}
+{"@timestamp":"2022-05-13T09:56:49.961+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T09:57:44.540+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=25.9Mi, Sys=12.4Mi, NumGC=88"}
+{"@timestamp":"2022-05-13T09:57:49.962+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T09:58:44.539+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=26.0Mi, Sys=12.4Mi, NumGC=89"}
+{"@timestamp":"2022-05-13T09:58:49.961+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T09:59:44.539+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=26.1Mi, Sys=12.4Mi, NumGC=89"}
+{"@timestamp":"2022-05-13T09:59:49.961+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T10:00:44.539+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=26.2Mi, Sys=12.4Mi, NumGC=90"}
+{"@timestamp":"2022-05-13T10:00:49.962+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T10:01:44.539+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=26.3Mi, Sys=12.4Mi, NumGC=90"}
+{"@timestamp":"2022-05-13T10:01:49.961+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T10:02:44.539+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=26.4Mi, Sys=12.4Mi, NumGC=91"}
+{"@timestamp":"2022-05-13T10:02:49.962+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T10:03:44.541+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=26.5Mi, Sys=12.4Mi, NumGC=91"}
+{"@timestamp":"2022-05-13T10:03:49.961+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T10:04:44.539+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=26.6Mi, Sys=12.4Mi, NumGC=92"}
+{"@timestamp":"2022-05-13T10:04:49.961+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T10:05:44.541+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=26.7Mi, Sys=12.4Mi, NumGC=92"}
+{"@timestamp":"2022-05-13T10:05:49.961+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T10:06:44.539+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=26.8Mi, Sys=12.4Mi, NumGC=93"}
+{"@timestamp":"2022-05-13T10:06:49.961+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T10:07:44.539+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=26.9Mi, Sys=12.4Mi, NumGC=93"}
+{"@timestamp":"2022-05-13T10:07:49.961+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T10:08:44.539+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=27.0Mi, Sys=12.4Mi, NumGC=94"}
+{"@timestamp":"2022-05-13T10:08:49.961+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T10:09:44.539+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=27.1Mi, Sys=12.4Mi, NumGC=94"}
+{"@timestamp":"2022-05-13T10:09:49.961+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T10:10:44.540+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=27.2Mi, Sys=12.4Mi, NumGC=95"}
+{"@timestamp":"2022-05-13T10:10:49.961+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T10:11:44.540+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=27.3Mi, Sys=12.4Mi, NumGC=95"}
+{"@timestamp":"2022-05-13T10:11:49.961+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T10:12:44.539+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=27.4Mi, Sys=12.4Mi, NumGC=96"}
+{"@timestamp":"2022-05-13T10:12:49.962+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T10:13:44.539+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=27.5Mi, Sys=12.4Mi, NumGC=96"}
+{"@timestamp":"2022-05-13T10:13:49.961+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T10:14:44.540+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=27.6Mi, Sys=12.4Mi, NumGC=97"}
+{"@timestamp":"2022-05-13T10:14:49.962+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T10:15:44.539+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=27.7Mi, Sys=12.4Mi, NumGC=97"}
+{"@timestamp":"2022-05-13T10:15:49.961+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T10:16:44.539+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=27.8Mi, Sys=12.4Mi, NumGC=98"}
+{"@timestamp":"2022-05-13T10:16:49.962+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T10:17:44.539+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=27.9Mi, Sys=12.4Mi, NumGC=98"}
+{"@timestamp":"2022-05-13T10:17:49.961+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T10:18:44.539+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=28.1Mi, Sys=12.4Mi, NumGC=99"}
+{"@timestamp":"2022-05-13T10:18:49.961+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T10:19:44.539+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=28.1Mi, Sys=12.4Mi, NumGC=99"}
+{"@timestamp":"2022-05-13T10:19:49.961+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T10:20:44.539+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=28.3Mi, Sys=12.4Mi, NumGC=100"}
+{"@timestamp":"2022-05-13T10:22:37.365+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.1Mi, TotalAlloc=7.5Mi, Sys=12.4Mi, NumGC=3"}
+{"@timestamp":"2022-05-13T10:22:42.730+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T10:23:37.366+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.4Mi, TotalAlloc=7.8Mi, Sys=12.4Mi, NumGC=3"}
+{"@timestamp":"2022-05-13T10:23:42.732+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T10:24:37.365+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=8.1Mi, Sys=16.5Mi, NumGC=4"}
+{"@timestamp":"2022-05-13T10:24:42.731+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T10:25:37.365+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.0Mi, TotalAlloc=8.3Mi, Sys=16.5Mi, NumGC=4"}
+{"@timestamp":"2022-05-13T10:25:42.731+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 1, pass: 1, drop: 0"}
+{"@timestamp":"2022-05-13T10:26:37.365+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.2Mi, TotalAlloc=8.9Mi, Sys=16.5Mi, NumGC=5"}
+{"@timestamp":"2022-05-13T10:26:41.461+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 2000.0ms, med: 2000.3ms, 90th: 2000.3ms, 99th: 2000.3ms, 99.9th: 2000.3ms"}
+{"@timestamp":"2022-05-13T10:26:42.730+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T10:27:37.366+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.4Mi, TotalAlloc=9.2Mi, Sys=16.5Mi, NumGC=5"}
+{"@timestamp":"2022-05-13T10:27:41.460+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T10:27:42.731+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T10:29:41.533+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.1Mi, TotalAlloc=7.6Mi, Sys=12.1Mi, NumGC=3"}
+{"@timestamp":"2022-05-13T10:29:46.934+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 1, pass: 1, drop: 0"}
+{"@timestamp":"2022-05-13T10:30:41.533+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.8Mi, TotalAlloc=8.3Mi, Sys=16.5Mi, NumGC=3"}
+{"@timestamp":"2022-05-13T10:30:46.400+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 1999.0ms, med: 1999.5ms, 90th: 1999.5ms, 99th: 1999.5ms, 99.9th: 1999.5ms"}
+{"@timestamp":"2022-05-13T10:30:46.933+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T10:31:41.532+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.9Mi, TotalAlloc=8.5Mi, Sys=16.8Mi, NumGC=4"}
+{"@timestamp":"2022-05-13T10:31:46.399+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 1999.0ms, med: 1999.4ms, 90th: 1999.4ms, 99th: 1999.4ms, 99.9th: 1999.4ms"}
+{"@timestamp":"2022-05-13T10:31:46.933+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 1, pass: 1, drop: 0"}
+{"@timestamp":"2022-05-13T10:32:41.532+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.1Mi, TotalAlloc=8.8Mi, Sys=16.8Mi, NumGC=4"}
+{"@timestamp":"2022-05-13T10:32:46.398+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T10:32:46.934+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T10:33:41.532+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.2Mi, TotalAlloc=9.3Mi, Sys=16.8Mi, NumGC=5"}
+{"@timestamp":"2022-05-13T10:33:46.399+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 2001.0ms, med: 2001.1ms, 90th: 2001.1ms, 99th: 2001.1ms, 99.9th: 2001.1ms"}
+{"@timestamp":"2022-05-13T10:33:46.934+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 1, pass: 1, drop: 0"}
+{"@timestamp":"2022-05-13T10:34:41.533+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.7Mi, TotalAlloc=9.8Mi, Sys=16.8Mi, NumGC=5"}
+{"@timestamp":"2022-05-13T10:34:46.399+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 2002.0ms, med: 2002.8ms, 90th: 2002.8ms, 99th: 2002.8ms, 99.9th: 2002.8ms"}
+{"@timestamp":"2022-05-13T10:34:46.934+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 1, pass: 1, drop: 0"}
+{"@timestamp":"2022-05-13T10:35:41.533+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.0Mi, TotalAlloc=10.1Mi, Sys=16.8Mi, NumGC=6"}
+{"@timestamp":"2022-05-13T10:35:46.399+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T10:35:46.934+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T10:36:41.532+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.2Mi, TotalAlloc=10.3Mi, Sys=16.8Mi, NumGC=6"}
+{"@timestamp":"2022-05-13T10:36:46.399+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T10:36:46.933+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T10:38:20.080+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.6Mi, TotalAlloc=8.0Mi, Sys=16.5Mi, NumGC=3"}
+{"@timestamp":"2022-05-13T10:38:25.467+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 1, pass: 1, drop: 0"}
+{"@timestamp":"2022-05-13T10:38:31.335+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 1998.0ms, med: 1998.7ms, 90th: 1998.7ms, 99th: 1998.7ms, 99.9th: 1998.7ms"}
+{"@timestamp":"2022-05-13T10:39:20.080+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.9Mi, TotalAlloc=8.3Mi, Sys=16.5Mi, NumGC=3"}
+{"@timestamp":"2022-05-13T10:39:25.468+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T10:39:31.336+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T10:40:20.080+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.9Mi, TotalAlloc=8.5Mi, Sys=16.5Mi, NumGC=4"}
+{"@timestamp":"2022-05-13T10:40:25.467+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T10:40:31.336+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T10:41:20.080+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.1Mi, TotalAlloc=8.8Mi, Sys=16.5Mi, NumGC=4"}
+{"@timestamp":"2022-05-13T10:41:25.467+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T10:41:31.336+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T10:42:20.080+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.9Mi, TotalAlloc=9.0Mi, Sys=16.5Mi, NumGC=5"}
+{"@timestamp":"2022-05-13T10:42:25.468+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 1, pass: 1, drop: 0"}
+{"@timestamp":"2022-05-13T10:42:31.335+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 280.0ms, med: 280.7ms, 90th: 280.7ms, 99th: 280.7ms, 99.9th: 280.7ms"}
+{"@timestamp":"2022-05-13T10:44:17.604+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.5Mi, TotalAlloc=7.9Mi, Sys=16.8Mi, NumGC=3"}
+{"@timestamp":"2022-05-13T10:44:22.906+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 1, pass: 1, drop: 0"}
+{"@timestamp":"2022-05-13T10:44:52.053+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 2001.0ms, med: 2001.3ms, 90th: 2001.3ms, 99th: 2001.3ms, 99.9th: 2001.3ms"}
+{"@timestamp":"2022-05-13T10:46:02.647+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.5Mi, TotalAlloc=8.0Mi, Sys=16.8Mi, NumGC=3"}
+{"@timestamp":"2022-05-13T10:46:07.981+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 1, pass: 1, drop: 0"}
+{"@timestamp":"2022-05-13T10:46:36.742+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 2001.0ms, med: 2001.6ms, 90th: 2001.6ms, 99th: 2001.6ms, 99.9th: 2001.6ms"}
+{"@timestamp":"2022-05-13T10:47:02.647+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.9Mi, TotalAlloc=8.3Mi, Sys=16.8Mi, NumGC=3"}
+{"@timestamp":"2022-05-13T10:47:07.982+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T10:47:36.743+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T10:48:02.646+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.9Mi, TotalAlloc=8.5Mi, Sys=16.8Mi, NumGC=4"}
+{"@timestamp":"2022-05-13T10:48:07.982+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T10:48:36.742+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T10:49:02.646+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.1Mi, TotalAlloc=8.7Mi, Sys=16.8Mi, NumGC=4"}
+{"@timestamp":"2022-05-13T10:49:07.981+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T10:49:36.742+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T10:50:02.647+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.9Mi, TotalAlloc=9.0Mi, Sys=16.8Mi, NumGC=5"}
+{"@timestamp":"2022-05-13T10:50:07.981+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T10:50:36.741+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T10:51:02.647+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.1Mi, TotalAlloc=9.2Mi, Sys=16.8Mi, NumGC=5"}
+{"@timestamp":"2022-05-13T10:51:07.981+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T10:51:36.742+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T10:52:02.647+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.9Mi, TotalAlloc=9.4Mi, Sys=16.8Mi, NumGC=6"}
+{"@timestamp":"2022-05-13T10:52:07.981+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T10:52:36.742+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T10:53:02.646+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.1Mi, TotalAlloc=9.6Mi, Sys=16.8Mi, NumGC=6"}
+{"@timestamp":"2022-05-13T10:53:07.981+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T10:54:42.216+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.5Mi, TotalAlloc=8.0Mi, Sys=16.5Mi, NumGC=3"}
+{"@timestamp":"2022-05-13T10:54:47.559+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 1, pass: 1, drop: 0"}
+{"@timestamp":"2022-05-13T10:54:54.241+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 1999.0ms, med: 1999.8ms, 90th: 1999.8ms, 99th: 1999.8ms, 99.9th: 1999.8ms"}
+{"@timestamp":"2022-05-13T10:55:42.216+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.8Mi, TotalAlloc=8.3Mi, Sys=16.5Mi, NumGC=3"}
+{"@timestamp":"2022-05-13T10:55:47.558+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T10:55:54.242+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T10:56:42.216+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.9Mi, TotalAlloc=8.5Mi, Sys=16.5Mi, NumGC=4"}
+{"@timestamp":"2022-05-13T10:56:47.558+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T10:56:54.242+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T10:57:42.216+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.1Mi, TotalAlloc=8.7Mi, Sys=16.5Mi, NumGC=4"}
+{"@timestamp":"2022-05-13T10:57:47.558+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T10:57:54.242+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T10:58:42.216+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.9Mi, TotalAlloc=8.9Mi, Sys=16.5Mi, NumGC=5"}
+{"@timestamp":"2022-05-13T10:58:47.560+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T10:58:54.242+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T10:59:42.218+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.1Mi, TotalAlloc=9.2Mi, Sys=16.5Mi, NumGC=5"}
+{"@timestamp":"2022-05-13T10:59:47.559+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T10:59:54.243+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T11:00:42.216+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.9Mi, TotalAlloc=9.4Mi, Sys=16.5Mi, NumGC=6"}
+{"@timestamp":"2022-05-13T11:00:47.559+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T11:00:54.242+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T11:02:49.724+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.6Mi, TotalAlloc=8.0Mi, Sys=16.3Mi, NumGC=3"}
+{"@timestamp":"2022-05-13T11:02:55.066+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 1, pass: 1, drop: 0"}
+{"@timestamp":"2022-05-13T11:03:01.492+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 1998.0ms, med: 1998.9ms, 90th: 1998.9ms, 99th: 1998.9ms, 99.9th: 1998.9ms"}
+{"@timestamp":"2022-05-13T11:03:49.726+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.9Mi, TotalAlloc=8.3Mi, Sys=16.3Mi, NumGC=3"}
+{"@timestamp":"2022-05-13T11:03:55.066+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T11:04:01.493+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T11:04:49.725+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.9Mi, TotalAlloc=8.5Mi, Sys=16.5Mi, NumGC=4"}
+{"@timestamp":"2022-05-13T11:04:55.065+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T11:05:01.494+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T11:05:49.725+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.1Mi, TotalAlloc=8.8Mi, Sys=16.5Mi, NumGC=4"}
+{"@timestamp":"2022-05-13T11:05:55.066+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T11:06:01.492+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T11:06:49.725+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.9Mi, TotalAlloc=9.0Mi, Sys=16.5Mi, NumGC=5"}
+{"@timestamp":"2022-05-13T11:06:55.066+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T11:07:01.494+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T11:07:49.726+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.1Mi, TotalAlloc=9.2Mi, Sys=16.5Mi, NumGC=5"}
+{"@timestamp":"2022-05-13T11:07:55.066+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T11:08:01.492+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T11:08:49.725+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.9Mi, TotalAlloc=9.4Mi, Sys=16.5Mi, NumGC=6"}
+{"@timestamp":"2022-05-13T11:08:55.065+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T11:09:01.494+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T11:09:49.724+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.1Mi, TotalAlloc=9.6Mi, Sys=16.5Mi, NumGC=6"}
+{"@timestamp":"2022-05-13T11:09:55.065+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T11:10:01.492+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-13T11:11:36.809+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.1Mi, TotalAlloc=7.6Mi, Sys=12.1Mi, NumGC=3"}
+{"@timestamp":"2022-05-13T11:11:42.121+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T11:12:36.808+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.4Mi, TotalAlloc=7.9Mi, Sys=16.3Mi, NumGC=3"}
+{"@timestamp":"2022-05-13T11:12:42.120+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T11:13:36.808+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=8.1Mi, Sys=16.3Mi, NumGC=4"}
+{"@timestamp":"2022-05-13T11:13:42.121+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T11:14:36.809+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.0Mi, TotalAlloc=8.3Mi, Sys=16.5Mi, NumGC=4"}
+{"@timestamp":"2022-05-13T11:14:42.120+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T11:15:36.809+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=8.5Mi, Sys=16.5Mi, NumGC=5"}
+{"@timestamp":"2022-05-13T11:15:42.120+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T11:16:36.809+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.0Mi, TotalAlloc=8.8Mi, Sys=16.5Mi, NumGC=5"}
+{"@timestamp":"2022-05-13T11:16:42.121+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T11:17:36.809+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=9.0Mi, Sys=16.5Mi, NumGC=6"}
+{"@timestamp":"2022-05-13T11:17:42.121+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T11:18:36.809+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.1Mi, TotalAlloc=9.2Mi, Sys=16.5Mi, NumGC=6"}
+{"@timestamp":"2022-05-13T11:18:42.122+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T11:19:36.809+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=9.4Mi, Sys=16.5Mi, NumGC=7"}
+{"@timestamp":"2022-05-13T11:19:42.121+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T11:20:36.809+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.1Mi, TotalAlloc=9.6Mi, Sys=16.5Mi, NumGC=7"}
+{"@timestamp":"2022-05-13T11:20:42.121+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T11:21:36.809+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=9.9Mi, Sys=16.5Mi, NumGC=8"}
+{"@timestamp":"2022-05-13T11:21:42.121+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T11:22:36.809+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.1Mi, TotalAlloc=10.1Mi, Sys=16.5Mi, NumGC=8"}
+{"@timestamp":"2022-05-13T11:22:42.121+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T11:23:36.810+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=10.3Mi, Sys=16.5Mi, NumGC=9"}
+{"@timestamp":"2022-05-13T11:23:42.122+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T11:24:36.810+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.0Mi, TotalAlloc=10.5Mi, Sys=16.5Mi, NumGC=9"}
+{"@timestamp":"2022-05-13T11:24:42.121+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T11:25:36.810+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=10.7Mi, Sys=16.5Mi, NumGC=10"}
+{"@timestamp":"2022-05-13T11:25:42.120+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T11:26:36.809+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.0Mi, TotalAlloc=11.0Mi, Sys=16.5Mi, NumGC=10"}
+{"@timestamp":"2022-05-13T11:26:42.121+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T11:27:36.808+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=11.2Mi, Sys=16.5Mi, NumGC=11"}
+{"@timestamp":"2022-05-13T11:27:42.121+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T11:28:36.809+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.1Mi, TotalAlloc=11.4Mi, Sys=16.5Mi, NumGC=11"}
+{"@timestamp":"2022-05-13T11:28:42.122+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T11:29:36.809+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=11.6Mi, Sys=16.5Mi, NumGC=12"}
+{"@timestamp":"2022-05-13T11:29:42.122+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T11:30:36.810+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.1Mi, TotalAlloc=11.8Mi, Sys=16.5Mi, NumGC=12"}
+{"@timestamp":"2022-05-13T11:30:42.121+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T11:31:36.809+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=12.1Mi, Sys=16.5Mi, NumGC=13"}
+{"@timestamp":"2022-05-13T11:31:42.121+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T11:32:36.808+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.1Mi, TotalAlloc=12.3Mi, Sys=16.5Mi, NumGC=13"}
+{"@timestamp":"2022-05-13T11:32:42.120+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T11:33:36.809+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=12.5Mi, Sys=16.5Mi, NumGC=14"}
+{"@timestamp":"2022-05-13T11:33:42.120+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-13T11:34:36.809+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.1Mi, TotalAlloc=12.7Mi, Sys=16.5Mi, NumGC=14"}
+{"@timestamp":"2022-05-13T11:34:42.121+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}

+ 826 - 0
jyBXBase/rpc/bxcollection/logs/stat.log-2022-05-12

@@ -0,0 +1,826 @@
+{"@timestamp":"2022-05-12T10:52:32.030+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=7.0Mi, Sys=12.1Mi, NumGC=3"}
+{"@timestamp":"2022-05-12T10:53:43.291+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.0Mi, TotalAlloc=6.8Mi, Sys=12.4Mi, NumGC=2"}
+{"@timestamp":"2022-05-12T10:53:48.654+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T10:54:43.289+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.2Mi, TotalAlloc=7.1Mi, Sys=12.4Mi, NumGC=2"}
+{"@timestamp":"2022-05-12T10:54:48.656+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T10:55:43.289+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=7.1Mi, Sys=12.4Mi, NumGC=3"}
+{"@timestamp":"2022-05-12T10:55:48.654+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T10:56:43.291+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=7.2Mi, Sys=12.4Mi, NumGC=3"}
+{"@timestamp":"2022-05-12T10:56:48.654+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T10:57:43.290+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=7.3Mi, Sys=12.4Mi, NumGC=4"}
+{"@timestamp":"2022-05-12T10:57:48.655+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T10:58:43.290+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=7.3Mi, Sys=12.4Mi, NumGC=4"}
+{"@timestamp":"2022-05-12T10:58:48.655+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T10:59:43.291+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=7.4Mi, Sys=12.4Mi, NumGC=5"}
+{"@timestamp":"2022-05-12T10:59:48.655+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T11:00:43.289+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=7.5Mi, Sys=12.4Mi, NumGC=5"}
+{"@timestamp":"2022-05-12T11:00:48.654+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T11:01:43.290+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=7.5Mi, Sys=12.4Mi, NumGC=6"}
+{"@timestamp":"2022-05-12T11:01:48.654+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T11:02:43.289+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=7.6Mi, Sys=12.4Mi, NumGC=6"}
+{"@timestamp":"2022-05-12T11:02:48.655+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T11:03:43.289+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=7.7Mi, Sys=12.4Mi, NumGC=7"}
+{"@timestamp":"2022-05-12T11:03:48.655+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T11:04:43.289+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=7.7Mi, Sys=12.4Mi, NumGC=7"}
+{"@timestamp":"2022-05-12T11:04:48.656+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T11:05:43.290+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=7.8Mi, Sys=12.4Mi, NumGC=8"}
+{"@timestamp":"2022-05-12T11:05:48.655+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T11:06:43.289+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=7.8Mi, Sys=12.4Mi, NumGC=8"}
+{"@timestamp":"2022-05-12T11:06:48.654+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T11:07:43.290+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=7.9Mi, Sys=12.4Mi, NumGC=9"}
+{"@timestamp":"2022-05-12T11:07:48.656+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T11:08:43.289+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=8.0Mi, Sys=12.4Mi, NumGC=9"}
+{"@timestamp":"2022-05-12T11:08:48.656+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T11:09:43.289+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=8.0Mi, Sys=12.4Mi, NumGC=10"}
+{"@timestamp":"2022-05-12T11:09:48.654+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T11:10:43.289+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=8.1Mi, Sys=12.4Mi, NumGC=10"}
+{"@timestamp":"2022-05-12T11:10:48.655+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T11:11:43.289+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=8.1Mi, Sys=12.4Mi, NumGC=11"}
+{"@timestamp":"2022-05-12T11:11:48.654+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T11:12:43.291+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=8.2Mi, Sys=12.4Mi, NumGC=11"}
+{"@timestamp":"2022-05-12T11:12:48.654+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T11:13:43.289+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=8.3Mi, Sys=12.4Mi, NumGC=12"}
+{"@timestamp":"2022-05-12T11:13:48.656+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T11:14:43.289+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=8.3Mi, Sys=12.4Mi, NumGC=12"}
+{"@timestamp":"2022-05-12T11:14:48.654+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T11:15:43.290+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=8.4Mi, Sys=12.4Mi, NumGC=13"}
+{"@timestamp":"2022-05-12T11:15:48.655+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T11:16:43.289+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=8.5Mi, Sys=12.4Mi, NumGC=13"}
+{"@timestamp":"2022-05-12T11:16:48.655+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T11:17:43.290+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=8.5Mi, Sys=12.4Mi, NumGC=14"}
+{"@timestamp":"2022-05-12T11:17:48.655+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T11:18:43.291+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=8.6Mi, Sys=12.4Mi, NumGC=14"}
+{"@timestamp":"2022-05-12T11:18:48.654+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T11:19:43.290+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=8.6Mi, Sys=12.4Mi, NumGC=15"}
+{"@timestamp":"2022-05-12T11:19:48.654+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T11:20:43.289+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=8.7Mi, Sys=12.4Mi, NumGC=15"}
+{"@timestamp":"2022-05-12T11:20:48.656+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T11:21:43.289+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=8.8Mi, Sys=12.4Mi, NumGC=16"}
+{"@timestamp":"2022-05-12T11:21:48.654+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T11:22:43.289+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=8.8Mi, Sys=12.4Mi, NumGC=16"}
+{"@timestamp":"2022-05-12T11:22:48.655+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T11:23:43.289+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=8.9Mi, Sys=12.4Mi, NumGC=17"}
+{"@timestamp":"2022-05-12T11:23:48.654+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T11:24:43.289+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=9.0Mi, Sys=12.4Mi, NumGC=17"}
+{"@timestamp":"2022-05-12T11:24:48.654+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T11:25:43.290+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=9.0Mi, Sys=12.4Mi, NumGC=18"}
+{"@timestamp":"2022-05-12T11:25:48.654+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T11:26:43.290+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=9.1Mi, Sys=12.4Mi, NumGC=18"}
+{"@timestamp":"2022-05-12T11:26:48.654+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T11:27:43.289+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=9.2Mi, Sys=12.4Mi, NumGC=19"}
+{"@timestamp":"2022-05-12T11:27:48.655+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T11:28:43.289+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=9.2Mi, Sys=12.4Mi, NumGC=19"}
+{"@timestamp":"2022-05-12T11:28:48.654+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T11:29:43.289+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=9.3Mi, Sys=12.4Mi, NumGC=20"}
+{"@timestamp":"2022-05-12T11:29:48.654+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T11:30:43.289+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=9.3Mi, Sys=12.4Mi, NumGC=20"}
+{"@timestamp":"2022-05-12T11:30:48.656+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T11:31:43.289+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=9.4Mi, Sys=12.4Mi, NumGC=21"}
+{"@timestamp":"2022-05-12T11:31:48.655+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T11:32:43.291+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=9.5Mi, Sys=12.4Mi, NumGC=21"}
+{"@timestamp":"2022-05-12T11:32:48.655+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T11:33:43.291+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=9.5Mi, Sys=12.4Mi, NumGC=22"}
+{"@timestamp":"2022-05-12T11:33:48.655+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T11:34:43.289+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=9.6Mi, Sys=12.4Mi, NumGC=22"}
+{"@timestamp":"2022-05-12T11:34:48.654+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T11:35:43.289+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=9.7Mi, Sys=12.4Mi, NumGC=23"}
+{"@timestamp":"2022-05-12T11:35:48.655+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T11:36:43.289+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=9.7Mi, Sys=12.4Mi, NumGC=23"}
+{"@timestamp":"2022-05-12T11:36:48.656+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T11:37:43.289+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=9.8Mi, Sys=12.4Mi, NumGC=24"}
+{"@timestamp":"2022-05-12T11:37:48.654+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T11:38:43.289+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=9.8Mi, Sys=12.4Mi, NumGC=24"}
+{"@timestamp":"2022-05-12T11:38:48.654+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T11:39:43.289+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=9.9Mi, Sys=12.4Mi, NumGC=25"}
+{"@timestamp":"2022-05-12T11:39:48.654+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T11:40:43.289+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=10.0Mi, Sys=12.4Mi, NumGC=25"}
+{"@timestamp":"2022-05-12T11:40:48.654+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T11:41:43.289+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=10.0Mi, Sys=12.4Mi, NumGC=26"}
+{"@timestamp":"2022-05-12T11:41:48.655+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T11:42:43.289+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=10.1Mi, Sys=12.4Mi, NumGC=26"}
+{"@timestamp":"2022-05-12T11:42:48.654+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T11:43:43.289+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=10.1Mi, Sys=12.4Mi, NumGC=27"}
+{"@timestamp":"2022-05-12T11:43:48.654+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T11:44:43.289+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=10.2Mi, Sys=12.4Mi, NumGC=27"}
+{"@timestamp":"2022-05-12T11:44:48.654+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T11:45:43.290+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=10.3Mi, Sys=12.4Mi, NumGC=28"}
+{"@timestamp":"2022-05-12T11:45:48.656+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T11:46:43.290+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=10.3Mi, Sys=12.4Mi, NumGC=28"}
+{"@timestamp":"2022-05-12T11:46:48.654+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T11:47:43.291+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=10.4Mi, Sys=12.4Mi, NumGC=29"}
+{"@timestamp":"2022-05-12T11:47:48.654+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T11:48:43.290+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=10.5Mi, Sys=12.4Mi, NumGC=29"}
+{"@timestamp":"2022-05-12T11:48:48.654+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T11:49:43.290+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=10.5Mi, Sys=12.4Mi, NumGC=30"}
+{"@timestamp":"2022-05-12T11:49:48.655+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T11:50:43.289+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=10.6Mi, Sys=12.4Mi, NumGC=30"}
+{"@timestamp":"2022-05-12T11:50:48.655+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T11:51:43.419+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=10.6Mi, Sys=12.4Mi, NumGC=31"}
+{"@timestamp":"2022-05-12T11:51:48.655+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T11:52:43.289+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=10.7Mi, Sys=12.4Mi, NumGC=31"}
+{"@timestamp":"2022-05-12T11:52:48.655+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T11:53:43.289+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=10.8Mi, Sys=12.4Mi, NumGC=32"}
+{"@timestamp":"2022-05-12T11:53:48.655+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T11:54:43.289+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=10.8Mi, Sys=12.4Mi, NumGC=32"}
+{"@timestamp":"2022-05-12T11:54:48.654+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T11:55:43.289+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=10.9Mi, Sys=12.4Mi, NumGC=33"}
+{"@timestamp":"2022-05-12T11:55:48.655+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T11:56:43.290+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=11.0Mi, Sys=12.4Mi, NumGC=33"}
+{"@timestamp":"2022-05-12T11:56:48.655+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T11:57:43.290+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=11.0Mi, Sys=12.4Mi, NumGC=34"}
+{"@timestamp":"2022-05-12T11:57:48.655+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T11:58:43.289+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=11.1Mi, Sys=12.4Mi, NumGC=34"}
+{"@timestamp":"2022-05-12T11:58:48.655+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T11:59:43.289+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=11.1Mi, Sys=12.4Mi, NumGC=35"}
+{"@timestamp":"2022-05-12T11:59:48.654+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T12:00:43.289+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=11.2Mi, Sys=12.4Mi, NumGC=35"}
+{"@timestamp":"2022-05-12T12:00:48.654+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T12:01:43.289+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=11.3Mi, Sys=12.4Mi, NumGC=36"}
+{"@timestamp":"2022-05-12T12:01:48.655+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T12:02:43.290+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=11.3Mi, Sys=12.4Mi, NumGC=36"}
+{"@timestamp":"2022-05-12T12:02:48.655+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T12:03:43.289+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=11.4Mi, Sys=12.4Mi, NumGC=37"}
+{"@timestamp":"2022-05-12T12:03:48.655+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T12:04:43.289+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=11.5Mi, Sys=12.4Mi, NumGC=37"}
+{"@timestamp":"2022-05-12T12:04:48.656+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T12:05:43.289+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=11.5Mi, Sys=12.4Mi, NumGC=38"}
+{"@timestamp":"2022-05-12T12:05:48.654+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T12:06:43.289+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=11.6Mi, Sys=12.4Mi, NumGC=38"}
+{"@timestamp":"2022-05-12T12:06:48.655+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T12:07:43.290+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=11.6Mi, Sys=12.4Mi, NumGC=39"}
+{"@timestamp":"2022-05-12T12:07:48.656+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T12:08:43.289+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=11.7Mi, Sys=12.4Mi, NumGC=39"}
+{"@timestamp":"2022-05-12T12:08:48.654+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T12:09:43.289+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=11.8Mi, Sys=12.4Mi, NumGC=40"}
+{"@timestamp":"2022-05-12T12:09:48.655+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T12:10:43.289+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=11.8Mi, Sys=12.4Mi, NumGC=40"}
+{"@timestamp":"2022-05-12T12:10:48.655+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T12:11:43.291+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=11.9Mi, Sys=12.4Mi, NumGC=41"}
+{"@timestamp":"2022-05-12T12:11:48.654+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T12:12:43.289+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=11.9Mi, Sys=12.4Mi, NumGC=41"}
+{"@timestamp":"2022-05-12T12:12:48.655+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T12:13:43.289+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=12.0Mi, Sys=12.4Mi, NumGC=42"}
+{"@timestamp":"2022-05-12T12:13:48.656+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T12:14:43.289+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=12.1Mi, Sys=12.4Mi, NumGC=42"}
+{"@timestamp":"2022-05-12T12:14:48.654+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T12:15:43.289+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=12.1Mi, Sys=12.4Mi, NumGC=43"}
+{"@timestamp":"2022-05-12T12:15:48.654+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T12:17:42.562+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.6Mi, TotalAlloc=6.9Mi, Sys=12.1Mi, NumGC=3"}
+{"@timestamp":"2022-05-12T12:17:47.935+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T12:18:42.561+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=7.1Mi, Sys=12.1Mi, NumGC=3"}
+{"@timestamp":"2022-05-12T12:18:47.936+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T12:19:42.560+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=7.2Mi, Sys=12.1Mi, NumGC=4"}
+{"@timestamp":"2022-05-12T12:19:47.937+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T12:20:42.561+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=7.2Mi, Sys=12.1Mi, NumGC=4"}
+{"@timestamp":"2022-05-12T12:20:47.936+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 1, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T12:21:42.561+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=7.4Mi, Sys=12.1Mi, NumGC=5"}
+{"@timestamp":"2022-05-12T12:21:47.936+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 1, drop: 0"}
+{"@timestamp":"2022-05-12T12:21:48.172+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 353.0ms, med: 353.7ms, 90th: 353.7ms, 99th: 353.7ms, 99.9th: 353.7ms"}
+{"@timestamp":"2022-05-12T12:23:00.972+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=6.9Mi, Sys=12.4Mi, NumGC=3"}
+{"@timestamp":"2022-05-12T12:23:06.328+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 2, pass: 2, drop: 0"}
+{"@timestamp":"2022-05-12T12:23:10.420+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 289.0ms, med: 353.1ms, 90th: 353.1ms, 99th: 353.1ms, 99.9th: 353.1ms"}
+{"@timestamp":"2022-05-12T12:24:00.972+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.5Mi, TotalAlloc=7.1Mi, Sys=12.4Mi, NumGC=3"}
+{"@timestamp":"2022-05-12T12:24:06.326+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T12:24:10.419+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T12:25:00.972+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=7.2Mi, Sys=12.4Mi, NumGC=4"}
+{"@timestamp":"2022-05-12T12:25:06.326+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T12:25:10.420+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T12:26:00.974+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.5Mi, TotalAlloc=7.2Mi, Sys=12.4Mi, NumGC=4"}
+{"@timestamp":"2022-05-12T12:26:06.326+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T12:26:10.419+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T12:27:00.974+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=7.3Mi, Sys=12.4Mi, NumGC=5"}
+{"@timestamp":"2022-05-12T12:27:06.327+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T12:27:10.419+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T12:28:00.972+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.5Mi, TotalAlloc=7.4Mi, Sys=12.4Mi, NumGC=5"}
+{"@timestamp":"2022-05-12T12:28:06.326+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T12:28:10.419+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T12:29:00.973+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=7.4Mi, Sys=12.4Mi, NumGC=6"}
+{"@timestamp":"2022-05-12T12:29:06.328+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T12:29:10.419+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T12:30:00.972+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.5Mi, TotalAlloc=7.5Mi, Sys=12.4Mi, NumGC=6"}
+{"@timestamp":"2022-05-12T12:30:06.327+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T12:30:10.419+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T12:31:00.974+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=7.5Mi, Sys=12.4Mi, NumGC=7"}
+{"@timestamp":"2022-05-12T12:31:06.327+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T12:31:10.420+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T12:32:00.973+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.5Mi, TotalAlloc=7.6Mi, Sys=12.4Mi, NumGC=7"}
+{"@timestamp":"2022-05-12T12:32:06.326+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T12:32:10.419+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T12:33:00.972+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=7.7Mi, Sys=12.4Mi, NumGC=8"}
+{"@timestamp":"2022-05-12T12:33:06.326+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T12:33:10.420+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T12:34:00.973+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.5Mi, TotalAlloc=7.7Mi, Sys=12.4Mi, NumGC=8"}
+{"@timestamp":"2022-05-12T12:34:06.326+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T12:34:10.420+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T12:35:00.973+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=7.8Mi, Sys=12.4Mi, NumGC=9"}
+{"@timestamp":"2022-05-12T12:35:06.327+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T12:35:10.419+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T12:36:00.973+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.5Mi, TotalAlloc=7.8Mi, Sys=12.4Mi, NumGC=9"}
+{"@timestamp":"2022-05-12T12:36:06.327+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T12:36:10.420+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T12:37:00.973+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=7.9Mi, Sys=12.4Mi, NumGC=10"}
+{"@timestamp":"2022-05-12T12:37:06.326+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T12:37:10.420+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T12:38:00.973+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.5Mi, TotalAlloc=8.0Mi, Sys=12.4Mi, NumGC=10"}
+{"@timestamp":"2022-05-12T12:38:06.326+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T12:38:10.419+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T12:39:00.973+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=8.0Mi, Sys=12.4Mi, NumGC=11"}
+{"@timestamp":"2022-05-12T12:39:06.327+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T12:39:10.419+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T12:40:00.972+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.5Mi, TotalAlloc=8.1Mi, Sys=12.4Mi, NumGC=11"}
+{"@timestamp":"2022-05-12T12:40:06.326+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T12:40:10.419+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T12:41:00.972+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=8.2Mi, Sys=12.4Mi, NumGC=12"}
+{"@timestamp":"2022-05-12T12:41:06.328+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T12:41:10.419+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T12:42:00.974+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.5Mi, TotalAlloc=8.2Mi, Sys=12.4Mi, NumGC=12"}
+{"@timestamp":"2022-05-12T12:42:06.327+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T12:42:10.419+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T12:43:00.973+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=8.3Mi, Sys=12.4Mi, NumGC=13"}
+{"@timestamp":"2022-05-12T12:43:06.326+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T12:43:10.419+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T12:44:00.973+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.5Mi, TotalAlloc=8.4Mi, Sys=12.4Mi, NumGC=13"}
+{"@timestamp":"2022-05-12T12:44:06.326+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T12:44:10.419+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T12:45:00.972+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=8.4Mi, Sys=12.4Mi, NumGC=14"}
+{"@timestamp":"2022-05-12T12:45:06.327+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T12:45:10.420+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T12:46:00.972+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.5Mi, TotalAlloc=8.5Mi, Sys=12.4Mi, NumGC=14"}
+{"@timestamp":"2022-05-12T12:46:06.326+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T12:46:10.420+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T12:47:00.973+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=8.6Mi, Sys=12.4Mi, NumGC=15"}
+{"@timestamp":"2022-05-12T12:47:06.327+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T12:47:10.419+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T12:48:00.973+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=8.6Mi, Sys=12.4Mi, NumGC=15"}
+{"@timestamp":"2022-05-12T12:48:06.326+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T12:48:10.419+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T12:49:00.972+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=8.7Mi, Sys=12.4Mi, NumGC=16"}
+{"@timestamp":"2022-05-12T12:49:06.326+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T12:49:10.419+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T12:50:00.973+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.5Mi, TotalAlloc=8.7Mi, Sys=12.4Mi, NumGC=16"}
+{"@timestamp":"2022-05-12T12:50:06.326+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T12:50:10.419+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T12:51:00.973+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=8.8Mi, Sys=12.4Mi, NumGC=17"}
+{"@timestamp":"2022-05-12T12:51:06.326+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T12:51:10.419+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T12:52:00.973+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.5Mi, TotalAlloc=8.9Mi, Sys=12.4Mi, NumGC=17"}
+{"@timestamp":"2022-05-12T12:52:06.328+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T12:52:10.419+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T12:53:00.973+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=8.9Mi, Sys=12.4Mi, NumGC=18"}
+{"@timestamp":"2022-05-12T12:53:06.326+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T12:53:10.419+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T12:54:00.973+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.5Mi, TotalAlloc=9.0Mi, Sys=12.4Mi, NumGC=18"}
+{"@timestamp":"2022-05-12T12:54:06.326+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T12:54:10.420+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T12:55:00.972+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=9.1Mi, Sys=12.4Mi, NumGC=19"}
+{"@timestamp":"2022-05-12T12:55:06.326+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T12:55:10.419+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T12:56:00.972+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.5Mi, TotalAlloc=9.1Mi, Sys=12.4Mi, NumGC=19"}
+{"@timestamp":"2022-05-12T12:56:06.326+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T12:56:10.419+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T12:57:00.973+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=9.2Mi, Sys=12.4Mi, NumGC=20"}
+{"@timestamp":"2022-05-12T12:57:06.327+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T12:57:10.419+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T12:58:00.973+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.5Mi, TotalAlloc=9.3Mi, Sys=12.4Mi, NumGC=20"}
+{"@timestamp":"2022-05-12T12:58:06.326+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T12:58:10.419+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T12:59:00.973+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=9.3Mi, Sys=12.4Mi, NumGC=21"}
+{"@timestamp":"2022-05-12T12:59:06.326+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T12:59:10.419+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T13:00:00.972+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.5Mi, TotalAlloc=9.4Mi, Sys=12.4Mi, NumGC=21"}
+{"@timestamp":"2022-05-12T13:00:06.326+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T13:00:10.419+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T13:01:00.972+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=9.4Mi, Sys=12.4Mi, NumGC=22"}
+{"@timestamp":"2022-05-12T13:01:06.326+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T13:01:10.419+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T13:02:00.972+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.5Mi, TotalAlloc=9.5Mi, Sys=12.4Mi, NumGC=22"}
+{"@timestamp":"2022-05-12T13:02:06.326+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T13:02:10.418+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T13:03:00.972+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=9.6Mi, Sys=12.4Mi, NumGC=23"}
+{"@timestamp":"2022-05-12T13:03:06.326+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T13:03:10.419+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T13:04:00.973+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.5Mi, TotalAlloc=9.6Mi, Sys=12.4Mi, NumGC=23"}
+{"@timestamp":"2022-05-12T13:04:06.327+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T13:04:10.420+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T13:05:00.973+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=9.7Mi, Sys=12.4Mi, NumGC=24"}
+{"@timestamp":"2022-05-12T13:05:06.326+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T13:05:10.419+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T13:06:00.973+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.5Mi, TotalAlloc=9.8Mi, Sys=12.4Mi, NumGC=24"}
+{"@timestamp":"2022-05-12T13:06:06.326+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T13:06:10.420+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T13:07:00.973+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=9.8Mi, Sys=12.4Mi, NumGC=25"}
+{"@timestamp":"2022-05-12T13:07:06.326+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T13:07:10.419+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T13:08:00.974+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.5Mi, TotalAlloc=9.9Mi, Sys=12.4Mi, NumGC=25"}
+{"@timestamp":"2022-05-12T13:08:06.328+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T13:08:10.419+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T13:09:00.973+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=9.9Mi, Sys=12.4Mi, NumGC=26"}
+{"@timestamp":"2022-05-12T13:09:06.328+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T13:09:10.420+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T13:10:00.972+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.5Mi, TotalAlloc=10.0Mi, Sys=12.4Mi, NumGC=26"}
+{"@timestamp":"2022-05-12T13:10:06.326+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T13:10:10.419+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T13:11:00.973+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=10.1Mi, Sys=12.4Mi, NumGC=27"}
+{"@timestamp":"2022-05-12T13:11:06.328+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T13:11:10.419+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T13:12:00.973+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.5Mi, TotalAlloc=10.1Mi, Sys=12.4Mi, NumGC=27"}
+{"@timestamp":"2022-05-12T13:12:06.328+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T13:12:10.419+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T13:13:00.972+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=10.2Mi, Sys=12.4Mi, NumGC=28"}
+{"@timestamp":"2022-05-12T13:13:06.327+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T13:13:10.418+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T13:14:00.974+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.5Mi, TotalAlloc=10.3Mi, Sys=12.4Mi, NumGC=28"}
+{"@timestamp":"2022-05-12T13:14:06.327+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T13:14:10.420+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T13:15:00.973+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=10.3Mi, Sys=12.4Mi, NumGC=29"}
+{"@timestamp":"2022-05-12T13:15:06.328+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T13:15:10.419+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T13:16:00.973+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.5Mi, TotalAlloc=10.4Mi, Sys=12.4Mi, NumGC=29"}
+{"@timestamp":"2022-05-12T13:16:06.327+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T13:16:10.419+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T13:17:00.973+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=10.4Mi, Sys=12.4Mi, NumGC=30"}
+{"@timestamp":"2022-05-12T13:17:06.326+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T13:17:10.420+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T13:18:00.972+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.5Mi, TotalAlloc=10.5Mi, Sys=12.4Mi, NumGC=30"}
+{"@timestamp":"2022-05-12T13:18:06.327+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T13:18:10.420+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T13:19:00.974+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=10.6Mi, Sys=12.4Mi, NumGC=31"}
+{"@timestamp":"2022-05-12T13:19:06.326+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T13:19:10.420+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T13:20:00.973+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.5Mi, TotalAlloc=10.6Mi, Sys=12.4Mi, NumGC=31"}
+{"@timestamp":"2022-05-12T13:20:06.327+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T13:20:10.420+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T13:21:00.972+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=10.7Mi, Sys=12.4Mi, NumGC=32"}
+{"@timestamp":"2022-05-12T13:21:06.326+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T13:21:10.419+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T13:22:00.972+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.5Mi, TotalAlloc=10.8Mi, Sys=12.4Mi, NumGC=32"}
+{"@timestamp":"2022-05-12T13:22:06.326+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T13:22:10.419+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T13:23:00.973+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=10.8Mi, Sys=12.4Mi, NumGC=33"}
+{"@timestamp":"2022-05-12T13:23:06.326+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T13:23:10.419+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T13:24:00.973+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.5Mi, TotalAlloc=10.9Mi, Sys=12.4Mi, NumGC=33"}
+{"@timestamp":"2022-05-12T13:24:06.326+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T13:24:10.419+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T13:25:00.973+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=10.9Mi, Sys=12.4Mi, NumGC=34"}
+{"@timestamp":"2022-05-12T13:25:06.326+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T13:25:10.419+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T13:26:00.972+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.5Mi, TotalAlloc=11.0Mi, Sys=12.4Mi, NumGC=34"}
+{"@timestamp":"2022-05-12T13:26:06.326+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T13:26:10.420+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T13:27:00.973+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=11.1Mi, Sys=12.4Mi, NumGC=35"}
+{"@timestamp":"2022-05-12T13:27:06.326+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T13:27:10.420+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T13:28:00.974+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.5Mi, TotalAlloc=11.1Mi, Sys=12.4Mi, NumGC=35"}
+{"@timestamp":"2022-05-12T13:28:06.326+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T13:28:10.420+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T13:29:00.974+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=11.2Mi, Sys=12.4Mi, NumGC=36"}
+{"@timestamp":"2022-05-12T13:29:06.326+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T13:29:10.420+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T13:30:00.973+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.5Mi, TotalAlloc=11.2Mi, Sys=12.4Mi, NumGC=36"}
+{"@timestamp":"2022-05-12T13:30:06.326+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T13:30:10.420+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T13:31:00.974+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=11.3Mi, Sys=12.4Mi, NumGC=37"}
+{"@timestamp":"2022-05-12T13:31:06.327+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T13:31:10.419+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T13:32:00.972+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.5Mi, TotalAlloc=11.4Mi, Sys=12.4Mi, NumGC=37"}
+{"@timestamp":"2022-05-12T13:32:06.326+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T13:32:10.419+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T13:33:00.973+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=11.4Mi, Sys=12.4Mi, NumGC=38"}
+{"@timestamp":"2022-05-12T13:33:06.327+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T13:33:10.420+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T13:34:00.974+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.5Mi, TotalAlloc=11.5Mi, Sys=12.4Mi, NumGC=38"}
+{"@timestamp":"2022-05-12T13:34:06.326+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T13:34:10.419+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T13:35:00.974+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=11.6Mi, Sys=12.4Mi, NumGC=39"}
+{"@timestamp":"2022-05-12T13:35:06.326+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T13:35:10.419+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T13:36:00.974+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.5Mi, TotalAlloc=11.6Mi, Sys=12.4Mi, NumGC=39"}
+{"@timestamp":"2022-05-12T13:36:06.326+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T13:36:10.419+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T13:37:00.973+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=11.7Mi, Sys=12.4Mi, NumGC=40"}
+{"@timestamp":"2022-05-12T13:37:06.326+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T13:37:10.419+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T13:38:00.974+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.5Mi, TotalAlloc=11.7Mi, Sys=12.4Mi, NumGC=40"}
+{"@timestamp":"2022-05-12T13:38:06.328+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T13:38:10.420+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T13:39:00.973+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=11.8Mi, Sys=12.4Mi, NumGC=41"}
+{"@timestamp":"2022-05-12T13:39:06.355+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T13:39:10.419+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T13:40:00.973+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.5Mi, TotalAlloc=11.9Mi, Sys=12.4Mi, NumGC=41"}
+{"@timestamp":"2022-05-12T13:40:06.327+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T13:40:10.420+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T13:41:00.972+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=11.9Mi, Sys=12.4Mi, NumGC=42"}
+{"@timestamp":"2022-05-12T13:41:06.327+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T13:41:10.419+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T13:42:00.973+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.5Mi, TotalAlloc=12.0Mi, Sys=12.4Mi, NumGC=42"}
+{"@timestamp":"2022-05-12T13:42:06.327+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T13:42:10.420+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T13:43:00.974+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=12.1Mi, Sys=12.4Mi, NumGC=43"}
+{"@timestamp":"2022-05-12T13:43:06.328+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T13:43:10.419+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T13:44:00.974+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.5Mi, TotalAlloc=12.1Mi, Sys=12.4Mi, NumGC=43"}
+{"@timestamp":"2022-05-12T13:44:06.326+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T13:44:10.418+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T13:45:00.972+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=12.2Mi, Sys=12.4Mi, NumGC=44"}
+{"@timestamp":"2022-05-12T13:45:06.327+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T13:45:10.420+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T13:46:00.973+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.5Mi, TotalAlloc=12.3Mi, Sys=12.4Mi, NumGC=44"}
+{"@timestamp":"2022-05-12T13:46:06.327+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T13:46:10.419+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T13:47:00.972+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=12.3Mi, Sys=12.4Mi, NumGC=45"}
+{"@timestamp":"2022-05-12T13:47:06.328+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T13:47:10.420+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T13:48:00.972+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.5Mi, TotalAlloc=12.4Mi, Sys=12.4Mi, NumGC=45"}
+{"@timestamp":"2022-05-12T13:48:06.327+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T13:48:10.420+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T13:49:00.972+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=12.4Mi, Sys=12.4Mi, NumGC=46"}
+{"@timestamp":"2022-05-12T13:49:06.326+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T13:49:10.419+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T13:50:00.972+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.5Mi, TotalAlloc=12.5Mi, Sys=12.4Mi, NumGC=46"}
+{"@timestamp":"2022-05-12T13:50:06.326+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T13:50:10.419+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T13:51:00.973+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=12.6Mi, Sys=12.4Mi, NumGC=47"}
+{"@timestamp":"2022-05-12T13:51:06.326+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T13:51:10.419+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T13:52:00.972+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.5Mi, TotalAlloc=12.6Mi, Sys=12.4Mi, NumGC=47"}
+{"@timestamp":"2022-05-12T13:52:06.327+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T13:52:10.419+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T13:53:00.973+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=12.7Mi, Sys=12.4Mi, NumGC=48"}
+{"@timestamp":"2022-05-12T13:53:06.327+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T13:53:10.419+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T13:54:00.973+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.5Mi, TotalAlloc=12.7Mi, Sys=12.4Mi, NumGC=48"}
+{"@timestamp":"2022-05-12T13:54:06.328+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T13:54:10.419+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T13:55:00.972+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=12.8Mi, Sys=12.4Mi, NumGC=49"}
+{"@timestamp":"2022-05-12T13:55:06.327+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T13:55:10.419+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T13:56:00.972+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.5Mi, TotalAlloc=12.9Mi, Sys=12.4Mi, NumGC=49"}
+{"@timestamp":"2022-05-12T13:56:06.328+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T13:56:10.419+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T13:57:00.972+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=12.9Mi, Sys=12.4Mi, NumGC=50"}
+{"@timestamp":"2022-05-12T13:57:06.326+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T13:57:10.420+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T13:58:00.973+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.5Mi, TotalAlloc=13.0Mi, Sys=12.4Mi, NumGC=50"}
+{"@timestamp":"2022-05-12T13:58:06.328+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T13:58:10.419+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T13:59:00.973+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=13.1Mi, Sys=12.4Mi, NumGC=51"}
+{"@timestamp":"2022-05-12T13:59:06.326+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T13:59:10.419+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T14:00:00.973+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.5Mi, TotalAlloc=13.1Mi, Sys=12.4Mi, NumGC=51"}
+{"@timestamp":"2022-05-12T14:00:06.327+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T14:00:10.419+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T14:01:00.973+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=13.2Mi, Sys=12.4Mi, NumGC=52"}
+{"@timestamp":"2022-05-12T14:01:06.327+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T14:01:10.419+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T14:02:00.974+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.5Mi, TotalAlloc=13.3Mi, Sys=12.4Mi, NumGC=52"}
+{"@timestamp":"2022-05-12T14:02:06.328+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T14:02:10.419+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T14:03:00.973+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=13.3Mi, Sys=12.4Mi, NumGC=53"}
+{"@timestamp":"2022-05-12T14:03:06.327+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T14:03:10.419+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T14:04:00.972+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.5Mi, TotalAlloc=13.4Mi, Sys=12.4Mi, NumGC=53"}
+{"@timestamp":"2022-05-12T14:04:06.327+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T14:04:10.419+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T14:05:00.973+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=13.5Mi, Sys=12.4Mi, NumGC=54"}
+{"@timestamp":"2022-05-12T14:05:06.326+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T14:05:10.419+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T14:06:00.972+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.5Mi, TotalAlloc=13.5Mi, Sys=12.4Mi, NumGC=54"}
+{"@timestamp":"2022-05-12T14:06:06.327+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T14:06:10.419+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T14:07:00.972+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=13.6Mi, Sys=12.4Mi, NumGC=55"}
+{"@timestamp":"2022-05-12T14:07:06.327+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T14:07:10.419+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T14:08:00.972+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.5Mi, TotalAlloc=13.6Mi, Sys=12.4Mi, NumGC=55"}
+{"@timestamp":"2022-05-12T14:08:06.326+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T14:08:10.419+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T14:09:00.973+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=13.7Mi, Sys=12.4Mi, NumGC=56"}
+{"@timestamp":"2022-05-12T14:09:06.327+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T14:09:10.419+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T14:10:00.973+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.5Mi, TotalAlloc=13.8Mi, Sys=12.4Mi, NumGC=56"}
+{"@timestamp":"2022-05-12T14:10:06.327+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T14:10:10.419+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T14:11:00.973+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=13.8Mi, Sys=12.4Mi, NumGC=57"}
+{"@timestamp":"2022-05-12T14:11:06.327+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T14:11:10.419+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T14:33:05.176+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=7.0Mi, Sys=12.1Mi, NumGC=3"}
+{"@timestamp":"2022-05-12T14:33:10.527+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 1, pass: 1, drop: 0"}
+{"@timestamp":"2022-05-12T14:33:37.158+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 217.0ms, med: 217.6ms, 90th: 217.6ms, 99th: 217.6ms, 99.9th: 217.6ms"}
+{"@timestamp":"2022-05-12T14:34:05.177+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.9Mi, TotalAlloc=7.2Mi, Sys=12.1Mi, NumGC=3"}
+{"@timestamp":"2022-05-12T14:34:10.527+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T14:34:37.158+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T14:35:05.176+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.5Mi, TotalAlloc=7.2Mi, Sys=12.4Mi, NumGC=4"}
+{"@timestamp":"2022-05-12T14:35:10.527+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T14:35:37.157+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T14:36:05.176+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.5Mi, TotalAlloc=7.3Mi, Sys=12.4Mi, NumGC=4"}
+{"@timestamp":"2022-05-12T14:36:10.527+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T14:36:37.157+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T14:37:05.176+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.5Mi, TotalAlloc=7.4Mi, Sys=12.4Mi, NumGC=5"}
+{"@timestamp":"2022-05-12T14:37:10.527+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T14:37:37.157+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T14:38:05.177+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.5Mi, TotalAlloc=7.4Mi, Sys=12.4Mi, NumGC=5"}
+{"@timestamp":"2022-05-12T14:38:10.527+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T14:38:37.157+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T14:39:05.176+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.5Mi, TotalAlloc=7.5Mi, Sys=12.4Mi, NumGC=6"}
+{"@timestamp":"2022-05-12T14:39:10.527+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T14:39:37.157+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T14:40:05.177+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.5Mi, TotalAlloc=7.6Mi, Sys=12.4Mi, NumGC=6"}
+{"@timestamp":"2022-05-12T14:40:10.527+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T14:40:37.158+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T14:42:53.673+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.5Mi, TotalAlloc=6.8Mi, Sys=12.4Mi, NumGC=3"}
+{"@timestamp":"2022-05-12T14:42:59.019+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T14:43:53.671+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.6Mi, TotalAlloc=6.9Mi, Sys=12.4Mi, NumGC=3"}
+{"@timestamp":"2022-05-12T14:43:59.016+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T14:44:53.672+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=7.0Mi, Sys=12.4Mi, NumGC=4"}
+{"@timestamp":"2022-05-12T14:44:59.017+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T14:45:53.671+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=7.0Mi, Sys=12.4Mi, NumGC=4"}
+{"@timestamp":"2022-05-12T14:45:59.017+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T14:46:53.673+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=7.1Mi, Sys=12.4Mi, NumGC=5"}
+{"@timestamp":"2022-05-12T14:46:59.017+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T14:47:53.674+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=7.2Mi, Sys=12.4Mi, NumGC=5"}
+{"@timestamp":"2022-05-12T14:47:59.016+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T14:48:53.672+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=7.2Mi, Sys=12.4Mi, NumGC=6"}
+{"@timestamp":"2022-05-12T14:48:59.016+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T14:49:53.673+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=7.3Mi, Sys=12.4Mi, NumGC=6"}
+{"@timestamp":"2022-05-12T14:49:59.017+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T14:50:53.672+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=7.4Mi, Sys=12.4Mi, NumGC=7"}
+{"@timestamp":"2022-05-12T14:50:59.016+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T14:51:53.673+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=7.4Mi, Sys=12.4Mi, NumGC=7"}
+{"@timestamp":"2022-05-12T14:51:59.017+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T14:52:53.673+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=7.5Mi, Sys=12.4Mi, NumGC=8"}
+{"@timestamp":"2022-05-12T14:52:59.016+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T14:53:53.672+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=7.5Mi, Sys=12.4Mi, NumGC=8"}
+{"@timestamp":"2022-05-12T14:53:59.018+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T14:54:53.673+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=7.6Mi, Sys=12.4Mi, NumGC=9"}
+{"@timestamp":"2022-05-12T14:54:59.016+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T14:55:53.672+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=7.7Mi, Sys=12.4Mi, NumGC=9"}
+{"@timestamp":"2022-05-12T14:55:59.016+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T14:56:53.672+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=7.7Mi, Sys=12.4Mi, NumGC=10"}
+{"@timestamp":"2022-05-12T14:56:59.017+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T14:57:53.671+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=7.8Mi, Sys=12.4Mi, NumGC=10"}
+{"@timestamp":"2022-05-12T14:57:59.017+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T14:58:53.673+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.2Mi, TotalAlloc=7.9Mi, Sys=12.4Mi, NumGC=11"}
+{"@timestamp":"2022-05-12T14:58:59.016+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T14:59:53.671+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=7.9Mi, Sys=12.4Mi, NumGC=11"}
+{"@timestamp":"2022-05-12T14:59:59.018+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T15:00:53.672+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=8.1Mi, Sys=12.4Mi, NumGC=12"}
+{"@timestamp":"2022-05-12T15:00:59.017+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T15:01:53.672+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=8.1Mi, Sys=12.4Mi, NumGC=12"}
+{"@timestamp":"2022-05-12T15:01:59.018+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T15:02:53.672+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=8.2Mi, Sys=12.4Mi, NumGC=13"}
+{"@timestamp":"2022-05-12T15:02:59.016+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T15:03:53.672+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=8.3Mi, Sys=12.4Mi, NumGC=13"}
+{"@timestamp":"2022-05-12T15:03:59.018+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T15:04:53.673+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=8.3Mi, Sys=12.4Mi, NumGC=14"}
+{"@timestamp":"2022-05-12T15:04:59.017+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T15:05:53.671+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=8.4Mi, Sys=12.4Mi, NumGC=14"}
+{"@timestamp":"2022-05-12T15:05:59.016+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T15:06:53.673+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=8.5Mi, Sys=12.4Mi, NumGC=15"}
+{"@timestamp":"2022-05-12T15:06:59.017+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T15:07:53.671+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=8.5Mi, Sys=12.4Mi, NumGC=15"}
+{"@timestamp":"2022-05-12T15:07:59.017+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T15:08:53.672+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=8.6Mi, Sys=12.4Mi, NumGC=16"}
+{"@timestamp":"2022-05-12T15:08:59.018+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T15:09:53.687+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=8.6Mi, Sys=12.4Mi, NumGC=16"}
+{"@timestamp":"2022-05-12T15:09:59.018+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T15:10:53.672+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=8.7Mi, Sys=12.4Mi, NumGC=17"}
+{"@timestamp":"2022-05-12T15:10:59.016+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T15:11:53.672+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=8.8Mi, Sys=12.4Mi, NumGC=17"}
+{"@timestamp":"2022-05-12T15:11:59.017+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T15:12:53.671+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.3Mi, TotalAlloc=8.8Mi, Sys=12.4Mi, NumGC=18"}
+{"@timestamp":"2022-05-12T15:12:59.016+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T15:13:53.671+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=8.9Mi, Sys=12.4Mi, NumGC=18"}
+{"@timestamp":"2022-05-12T15:13:59.018+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T15:15:48.185+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.4Mi, TotalAlloc=7.0Mi, Sys=12.1Mi, NumGC=3"}
+{"@timestamp":"2022-05-12T15:15:53.549+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T15:16:48.186+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.6Mi, TotalAlloc=7.2Mi, Sys=12.1Mi, NumGC=3"}
+{"@timestamp":"2022-05-12T15:16:53.550+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 1, pass: 1, drop: 0"}
+{"@timestamp":"2022-05-12T15:16:57.102+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 245.0ms, med: 246.0ms, 90th: 246.0ms, 99th: 246.0ms, 99.9th: 246.0ms"}
+{"@timestamp":"2022-05-12T15:17:48.185+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.5Mi, TotalAlloc=7.3Mi, Sys=12.1Mi, NumGC=4"}
+{"@timestamp":"2022-05-12T15:17:53.549+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T15:17:57.103+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T15:18:48.185+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.5Mi, TotalAlloc=7.3Mi, Sys=12.1Mi, NumGC=4"}
+{"@timestamp":"2022-05-12T15:18:53.551+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T15:18:57.102+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T15:19:48.185+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.5Mi, TotalAlloc=7.4Mi, Sys=12.1Mi, NumGC=5"}
+{"@timestamp":"2022-05-12T15:19:53.549+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T15:19:57.102+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T15:20:48.185+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.5Mi, TotalAlloc=7.5Mi, Sys=12.1Mi, NumGC=5"}
+{"@timestamp":"2022-05-12T15:20:53.549+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T15:20:57.102+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T15:21:48.185+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.5Mi, TotalAlloc=7.5Mi, Sys=12.1Mi, NumGC=6"}
+{"@timestamp":"2022-05-12T15:21:53.550+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T15:21:57.102+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T15:22:48.185+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.6Mi, TotalAlloc=7.6Mi, Sys=12.1Mi, NumGC=6"}
+{"@timestamp":"2022-05-12T15:22:53.549+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T15:22:57.102+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T15:23:48.185+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.5Mi, TotalAlloc=7.7Mi, Sys=12.1Mi, NumGC=7"}
+{"@timestamp":"2022-05-12T15:23:53.549+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T15:23:57.101+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T15:24:48.185+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.5Mi, TotalAlloc=7.7Mi, Sys=12.1Mi, NumGC=7"}
+{"@timestamp":"2022-05-12T15:24:53.549+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T15:24:57.146+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T15:25:48.185+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.5Mi, TotalAlloc=7.8Mi, Sys=12.1Mi, NumGC=8"}
+{"@timestamp":"2022-05-12T15:25:53.549+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T15:25:57.102+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T15:26:48.186+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.5Mi, TotalAlloc=7.9Mi, Sys=12.1Mi, NumGC=8"}
+{"@timestamp":"2022-05-12T15:26:53.549+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T15:26:57.102+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T15:27:48.185+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.5Mi, TotalAlloc=7.9Mi, Sys=12.1Mi, NumGC=9"}
+{"@timestamp":"2022-05-12T15:27:53.549+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T15:27:57.113+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T15:28:48.186+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.5Mi, TotalAlloc=8.0Mi, Sys=12.1Mi, NumGC=9"}
+{"@timestamp":"2022-05-12T15:28:53.549+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T15:28:57.102+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T15:29:48.186+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.5Mi, TotalAlloc=8.0Mi, Sys=12.1Mi, NumGC=10"}
+{"@timestamp":"2022-05-12T15:29:53.549+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T15:29:57.102+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T15:30:48.185+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.5Mi, TotalAlloc=8.1Mi, Sys=12.1Mi, NumGC=10"}
+{"@timestamp":"2022-05-12T15:30:53.549+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T15:30:57.150+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T15:31:48.185+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.5Mi, TotalAlloc=8.2Mi, Sys=12.1Mi, NumGC=11"}
+{"@timestamp":"2022-05-12T15:31:53.549+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T15:31:57.102+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T15:32:48.186+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.5Mi, TotalAlloc=8.2Mi, Sys=12.1Mi, NumGC=11"}
+{"@timestamp":"2022-05-12T15:32:53.550+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T15:32:57.103+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T15:33:48.185+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.5Mi, TotalAlloc=8.3Mi, Sys=12.1Mi, NumGC=12"}
+{"@timestamp":"2022-05-12T15:33:53.550+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T15:33:57.103+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T15:34:48.186+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.5Mi, TotalAlloc=8.4Mi, Sys=12.1Mi, NumGC=12"}
+{"@timestamp":"2022-05-12T15:34:53.549+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T15:34:57.102+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T15:35:48.185+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.5Mi, TotalAlloc=8.4Mi, Sys=12.1Mi, NumGC=13"}
+{"@timestamp":"2022-05-12T15:35:53.550+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T15:35:57.103+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T15:36:48.186+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.5Mi, TotalAlloc=8.5Mi, Sys=12.1Mi, NumGC=13"}
+{"@timestamp":"2022-05-12T15:36:53.549+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T15:36:57.103+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T15:37:48.185+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.5Mi, TotalAlloc=8.6Mi, Sys=12.1Mi, NumGC=14"}
+{"@timestamp":"2022-05-12T15:37:53.550+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T15:37:57.102+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T15:38:48.185+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.5Mi, TotalAlloc=8.6Mi, Sys=12.1Mi, NumGC=14"}
+{"@timestamp":"2022-05-12T15:38:53.549+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T15:38:57.103+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T15:39:48.185+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.5Mi, TotalAlloc=8.7Mi, Sys=12.1Mi, NumGC=15"}
+{"@timestamp":"2022-05-12T15:39:53.549+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T15:39:57.104+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T15:40:48.186+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.5Mi, TotalAlloc=8.7Mi, Sys=12.1Mi, NumGC=15"}
+{"@timestamp":"2022-05-12T15:40:53.549+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T15:40:57.101+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T15:41:48.185+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.5Mi, TotalAlloc=8.8Mi, Sys=12.1Mi, NumGC=16"}
+{"@timestamp":"2022-05-12T15:41:53.549+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T15:41:57.101+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T15:42:48.185+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.5Mi, TotalAlloc=8.9Mi, Sys=12.1Mi, NumGC=16"}
+{"@timestamp":"2022-05-12T15:42:53.550+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T15:42:57.102+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T15:43:48.187+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.5Mi, TotalAlloc=8.9Mi, Sys=12.1Mi, NumGC=17"}
+{"@timestamp":"2022-05-12T15:43:53.549+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T15:43:57.103+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T15:44:48.185+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.5Mi, TotalAlloc=9.0Mi, Sys=12.1Mi, NumGC=17"}
+{"@timestamp":"2022-05-12T15:44:53.549+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T15:44:57.102+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T15:45:48.185+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.5Mi, TotalAlloc=9.1Mi, Sys=12.1Mi, NumGC=18"}
+{"@timestamp":"2022-05-12T15:45:53.551+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T15:45:57.103+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T15:46:48.185+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.5Mi, TotalAlloc=9.1Mi, Sys=12.1Mi, NumGC=18"}
+{"@timestamp":"2022-05-12T15:46:53.549+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T15:46:57.102+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T15:47:48.185+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.5Mi, TotalAlloc=9.2Mi, Sys=12.1Mi, NumGC=19"}
+{"@timestamp":"2022-05-12T15:47:53.549+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T15:47:57.102+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T15:48:48.185+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.5Mi, TotalAlloc=9.2Mi, Sys=12.1Mi, NumGC=19"}
+{"@timestamp":"2022-05-12T15:48:53.550+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T15:48:57.103+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T15:49:48.186+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.5Mi, TotalAlloc=9.3Mi, Sys=12.1Mi, NumGC=20"}
+{"@timestamp":"2022-05-12T15:49:53.549+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T15:49:57.103+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T15:50:48.186+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.5Mi, TotalAlloc=9.4Mi, Sys=12.1Mi, NumGC=20"}
+{"@timestamp":"2022-05-12T15:50:53.549+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T15:50:57.101+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T15:51:48.186+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.5Mi, TotalAlloc=9.4Mi, Sys=12.1Mi, NumGC=21"}
+{"@timestamp":"2022-05-12T15:51:53.549+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T15:51:57.102+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T15:52:48.186+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.5Mi, TotalAlloc=9.5Mi, Sys=12.1Mi, NumGC=21"}
+{"@timestamp":"2022-05-12T15:52:53.550+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T15:52:57.101+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T15:53:48.185+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.5Mi, TotalAlloc=9.6Mi, Sys=12.1Mi, NumGC=22"}
+{"@timestamp":"2022-05-12T15:53:53.550+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T15:53:57.101+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T15:54:48.185+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.5Mi, TotalAlloc=9.6Mi, Sys=12.1Mi, NumGC=22"}
+{"@timestamp":"2022-05-12T15:54:53.549+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T15:54:57.102+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T15:55:48.186+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.5Mi, TotalAlloc=9.7Mi, Sys=12.1Mi, NumGC=23"}
+{"@timestamp":"2022-05-12T15:55:53.549+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T15:55:57.103+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T15:56:48.185+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.5Mi, TotalAlloc=9.7Mi, Sys=12.1Mi, NumGC=23"}
+{"@timestamp":"2022-05-12T15:56:53.549+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T15:56:57.104+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T15:57:48.185+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.5Mi, TotalAlloc=9.8Mi, Sys=12.1Mi, NumGC=24"}
+{"@timestamp":"2022-05-12T15:57:53.549+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T15:57:57.102+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T15:58:48.185+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.5Mi, TotalAlloc=9.9Mi, Sys=12.1Mi, NumGC=24"}
+{"@timestamp":"2022-05-12T15:58:53.550+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T15:58:57.102+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T15:59:48.185+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.5Mi, TotalAlloc=9.9Mi, Sys=12.1Mi, NumGC=25"}
+{"@timestamp":"2022-05-12T15:59:53.550+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T15:59:57.103+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T16:00:48.185+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.5Mi, TotalAlloc=10.0Mi, Sys=12.1Mi, NumGC=25"}
+{"@timestamp":"2022-05-12T16:00:53.550+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T16:00:57.102+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T16:01:48.186+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.5Mi, TotalAlloc=10.1Mi, Sys=12.1Mi, NumGC=26"}
+{"@timestamp":"2022-05-12T16:01:53.549+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T16:01:57.101+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T16:02:48.186+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.5Mi, TotalAlloc=10.1Mi, Sys=12.1Mi, NumGC=26"}
+{"@timestamp":"2022-05-12T16:02:53.550+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T16:02:57.102+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T16:03:48.185+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.5Mi, TotalAlloc=10.2Mi, Sys=12.1Mi, NumGC=27"}
+{"@timestamp":"2022-05-12T16:03:53.549+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T16:03:57.103+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T16:04:48.186+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.5Mi, TotalAlloc=10.3Mi, Sys=12.1Mi, NumGC=27"}
+{"@timestamp":"2022-05-12T16:04:53.551+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T16:04:57.102+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T16:05:48.185+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.5Mi, TotalAlloc=10.3Mi, Sys=12.1Mi, NumGC=28"}
+{"@timestamp":"2022-05-12T16:05:53.550+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T16:05:57.101+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T16:06:48.186+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.5Mi, TotalAlloc=10.4Mi, Sys=12.1Mi, NumGC=28"}
+{"@timestamp":"2022-05-12T16:06:53.550+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T16:06:57.102+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T16:07:48.186+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.5Mi, TotalAlloc=10.4Mi, Sys=12.1Mi, NumGC=29"}
+{"@timestamp":"2022-05-12T16:07:53.551+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T16:07:57.101+08:00","level":"stat","content":"(bxcollection.rpc) - qps: 0.0/s, drops: 0, avg time: 0.0ms, med: 0.0ms, 90th: 0.0ms, 99th: 0.0ms, 99.9th: 0.0ms"}
+{"@timestamp":"2022-05-12T16:14:44.539+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.9Mi, TotalAlloc=7.4Mi, Sys=12.4Mi, NumGC=3"}
+{"@timestamp":"2022-05-12T16:14:49.962+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T16:15:44.539+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=4.2Mi, TotalAlloc=7.6Mi, Sys=12.4Mi, NumGC=3"}
+{"@timestamp":"2022-05-12T16:15:49.962+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T16:16:44.539+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=7.8Mi, Sys=12.4Mi, NumGC=4"}
+{"@timestamp":"2022-05-12T16:16:49.962+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T16:17:44.539+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=7.9Mi, Sys=12.4Mi, NumGC=4"}
+{"@timestamp":"2022-05-12T16:17:49.962+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T16:18:44.539+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=8.0Mi, Sys=12.4Mi, NumGC=5"}
+{"@timestamp":"2022-05-12T16:18:49.963+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T16:19:44.539+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=8.2Mi, Sys=12.4Mi, NumGC=5"}
+{"@timestamp":"2022-05-12T16:19:49.961+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T16:20:44.540+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=8.3Mi, Sys=12.4Mi, NumGC=6"}
+{"@timestamp":"2022-05-12T16:20:49.961+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T16:21:44.540+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=8.5Mi, Sys=12.4Mi, NumGC=6"}
+{"@timestamp":"2022-05-12T16:21:49.984+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T16:22:44.539+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=8.6Mi, Sys=12.4Mi, NumGC=7"}
+{"@timestamp":"2022-05-12T16:22:49.961+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T16:23:44.539+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=8.7Mi, Sys=12.4Mi, NumGC=7"}
+{"@timestamp":"2022-05-12T16:23:49.961+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T16:24:44.539+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=8.9Mi, Sys=12.4Mi, NumGC=8"}
+{"@timestamp":"2022-05-12T16:24:49.961+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T16:25:44.539+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.9Mi, TotalAlloc=9.0Mi, Sys=12.4Mi, NumGC=8"}
+{"@timestamp":"2022-05-12T16:25:49.961+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T16:26:44.539+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=9.2Mi, Sys=12.4Mi, NumGC=9"}
+{"@timestamp":"2022-05-12T16:26:49.963+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T16:27:44.540+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=9.3Mi, Sys=12.4Mi, NumGC=9"}
+{"@timestamp":"2022-05-12T16:27:49.961+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T16:28:44.539+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=9.4Mi, Sys=12.4Mi, NumGC=10"}
+{"@timestamp":"2022-05-12T16:28:49.962+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T16:29:44.540+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=9.6Mi, Sys=12.4Mi, NumGC=10"}
+{"@timestamp":"2022-05-12T16:29:49.961+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T16:30:44.540+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=9.7Mi, Sys=12.4Mi, NumGC=11"}
+{"@timestamp":"2022-05-12T16:30:49.963+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T16:31:44.541+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=9.8Mi, Sys=12.4Mi, NumGC=11"}
+{"@timestamp":"2022-05-12T16:31:49.961+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T16:32:44.539+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=10.0Mi, Sys=12.4Mi, NumGC=12"}
+{"@timestamp":"2022-05-12T16:32:49.961+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T22:20:49.586+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T22:20:49.666+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.6Mi, TotalAlloc=10.0Mi, Sys=12.4Mi, NumGC=13"}
+{"@timestamp":"2022-05-12T22:20:49.962+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T22:21:44.539+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=10.2Mi, Sys=12.4Mi, NumGC=13"}
+{"@timestamp":"2022-05-12T22:21:49.962+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T22:22:44.539+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=10.3Mi, Sys=12.4Mi, NumGC=13"}
+{"@timestamp":"2022-05-12T22:22:49.961+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T22:23:44.541+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=10.4Mi, Sys=12.4Mi, NumGC=14"}
+{"@timestamp":"2022-05-12T22:23:49.961+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T22:24:44.540+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=10.5Mi, Sys=12.4Mi, NumGC=14"}
+{"@timestamp":"2022-05-12T22:24:49.962+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T22:25:44.539+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=10.6Mi, Sys=12.4Mi, NumGC=15"}
+{"@timestamp":"2022-05-12T22:25:49.961+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T22:26:44.539+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=10.7Mi, Sys=12.4Mi, NumGC=15"}
+{"@timestamp":"2022-05-12T22:26:49.963+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T22:27:44.539+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=10.8Mi, Sys=12.4Mi, NumGC=16"}
+{"@timestamp":"2022-05-12T22:27:49.962+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T22:28:44.539+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=10.9Mi, Sys=12.4Mi, NumGC=16"}
+{"@timestamp":"2022-05-12T22:28:49.961+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T22:29:44.539+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=11.0Mi, Sys=12.4Mi, NumGC=17"}
+{"@timestamp":"2022-05-12T22:29:49.961+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T22:30:44.541+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=11.1Mi, Sys=12.4Mi, NumGC=17"}
+{"@timestamp":"2022-05-12T22:30:49.961+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T22:31:44.539+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=11.2Mi, Sys=12.4Mi, NumGC=18"}
+{"@timestamp":"2022-05-12T22:31:49.962+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T22:32:44.539+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=11.3Mi, Sys=12.4Mi, NumGC=18"}
+{"@timestamp":"2022-05-12T22:32:49.962+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T22:33:44.539+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=11.4Mi, Sys=12.4Mi, NumGC=19"}
+{"@timestamp":"2022-05-12T22:33:49.962+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T22:34:44.540+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=11.5Mi, Sys=12.4Mi, NumGC=19"}
+{"@timestamp":"2022-05-12T22:34:49.961+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T22:35:44.539+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=11.6Mi, Sys=12.4Mi, NumGC=20"}
+{"@timestamp":"2022-05-12T22:35:49.961+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T22:36:44.539+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.8Mi, TotalAlloc=11.7Mi, Sys=12.4Mi, NumGC=20"}
+{"@timestamp":"2022-05-12T22:36:49.963+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}
+{"@timestamp":"2022-05-12T22:37:44.541+08:00","level":"stat","content":"CPU: 0m, MEMORY: Alloc=3.7Mi, TotalAlloc=11.8Mi, Sys=12.4Mi, NumGC=21"}
+{"@timestamp":"2022-05-12T22:37:49.961+08:00","level":"stat","content":"(rpc) shedding_stat [1m], cpu: 0, total: 0, pass: 0, drop: 0"}

+ 34 - 1
jyBXBase/rpc/bxcollection/model/db.go

@@ -10,12 +10,15 @@ import (
 	"jyBXBase/entity"
 
 	"app.yhyue.com/moapp/jybase/esv1"
+	"app.yhyue.com/moapp/jybase/mongodb"
 	"app.yhyue.com/moapp/jybase/mysql"
 	"app.yhyue.com/moapp/jybase/redis"
 )
 
 var (
 	Mysql       *mysql.Mysql
+	Mgo         *mongodb.MongodbSim
+	Mgo_Ent     *mongodb.MongodbSim
 	NsqConfig   *entity.NsqStruct
 	SupplyTotal int
 	PublishCity *map[string]string
@@ -54,6 +57,36 @@ func InitMysql(mm *entity.MysqlMainStruct) {
 		Mysql.Init()
 	}
 }
+func InitMgo(mgo *entity.Mongodb) {
+	//初始化 mongo
+	if mgo.Address != "" {
+		log.Println("--初始化 mongo--")
+		Mgo = &mongodb.MongodbSim{
+			MongodbAddr: mgo.Address,
+			UserName:    mgo.UserName,
+			Password:    mgo.Password,
+			DbName:      mgo.DbName,
+			Size:        mgo.Size,
+			ReplSet:     mgo.ReplSet,
+		}
+		Mgo.InitPool()
+	}
+}
+func InitMgo_Ent(m *entity.MongoEnt) {
+	//初始化 mongo
+	if m.Address != "" {
+		log.Println("初始化 mongodb ent")
+		Mgo_Ent = &mongodb.MongodbSim{
+			MongodbAddr: m.Address,
+			Size:        m.Size,
+			DbName:      m.DbName,
+			ReplSet:     m.ReplSet,
+			UserName:    m.UserName,
+			Password:    m.Password,
+		}
+		Mgo_Ent.InitPool()
+	}
+}
 
 //
 func InitRedis(rm *entity.RedisStuct) {
@@ -62,7 +95,7 @@ func InitRedis(rm *entity.RedisStuct) {
 		if rm.Modules == "" {
 			rm.Modules = "other"
 		}
-		log.Println("--初始化 redis--")
+		log.Println("--初始化 redis--", rm)
 		redis.InitRedisBySize(fmt.Sprintf("%s=%s", rm.Modules, rm.Addr), 100, 30, 300)
 	}
 }

+ 4 - 0
jyBXBase/rpc/bxcollection/model/init.go

@@ -22,6 +22,10 @@ func init() {
 	conf.MustLoad(*configF, &C)
 	//初始化msyql
 	InitMysql(&C.MysqlMain)
+	//初始化MangoDb
+	InitMgo(&C.MangoDb)
+	//初始化MangoDb
+	InitMgo_Ent(&C.MangoEnt)
 
 	//初始redis
 	InitRedis(&C.Redis)

+ 345 - 0
jyBXBase/rpc/bxcollection/util/common.go

@@ -0,0 +1,345 @@
+package util
+
+import (
+	"app.yhyue.com/moapp/jybase/common"
+	"app.yhyue.com/moapp/jybase/esv1"
+	"app.yhyue.com/moapp/jybase/mysql"
+	"app.yhyue.com/moapp/jybase/redis"
+	"fmt"
+	"jyBXBase/rpc/bxcollection/model"
+	"log"
+	"strings"
+)
+
+const (
+	query = `{"query":{"terms":{"_id":["%s"]}},"_source":["_id","subtype","s_winner","buyertel","winnertel","buyerclass"],"from":0,"size":%d}`
+)
+
+//是否是付费用户 -bool: true:是 fasle:不是
+func Power(userid string) (bool, map[string]interface{}) {
+	isVip, isMember, isEnt := false, false, false
+	vipstatus := 0
+	phone := ""
+	var registedate int64
+	data, ok := model.Mgo.FindById("user", userid, `"i_member_status":1,"i_vip_status":1,"s_m_phone":1,"s_phone":1,"o_vipjy":1,"l_registedate":1`)
+	if data != nil && len(*data) > 0 && ok {
+		i_vip_status := common.IntAll((*data)["i_vip_status"])
+		if i_vip_status > 1 {
+			vipstatus = 1
+			isVip = true
+		}
+		ovipjy, _ := (*data)["o_vipjy"].(map[string]interface{})
+		if ovipjy["o_buyset"] != nil {
+			o_buyset := ovipjy["o_buyset"].(map[string]interface{})
+			if o_buyset["upgrade"] != nil && isVip {
+				vipstatus = 2
+			}
+		}
+		if i_member_status := common.IntAllDef((*data)["i_member_status"], 0); i_member_status > 0 {
+			isMember = true
+		}
+		if s_phone, _ := (*data)["s_phone"].(string); s_phone != "" {
+			phone = s_phone
+		} else if s_m_phone, _ := (*data)["s_m_phone"].(string); s_m_phone != "" {
+			phone = s_m_phone
+		}
+		if phone != "" {
+			//已购买企业未过期
+			if entInfo := *model.Mysql.SelectBySql(`SELECT status FROM entniche_info WHERE id  IN (SELECT ent_id FROM entniche_user where phone = ? and power =1)`, phone); len(entInfo) > 0 {
+				for _, v := range entInfo {
+					if common.IntAll(v["status"]) == 1 {
+						isEnt = true
+						break
+					}
+				}
+			}
+			// if db.Mysql.CountBySql(`select count(1) from entniche_user where phone = ? and power =1`, phone) > 0 {
+			// 	isEnt = true
+			// }
+		}
+		registedate, _ = (*data)["l_registedate"].(int64)
+	}
+	return isVip || isEnt || isMember, map[string]interface{}{
+		"vip":         vipstatus,
+		"member":      isMember,
+		"entniche":    isEnt,
+		"registedate": registedate,
+	}
+}
+
+//招标信息是否被收藏
+func IsCollByBids(bids, userid string) []string {
+	b := redis.Put("other", "xmy123", "xmy789", 60*5)
+	d := redis.Get("other", "xmy123")
+	fmt.Println("----------------------------", b, d)
+	res := []string{}
+	collBidMap := map[string]bool{}
+	isCollkey := fmt.Sprintf("isColl_%s", userid)
+	collStatus := redis.GetInt("other", isCollkey)
+	if collStatus == 0 {
+		if count := int(model.Mysql.CountBySql(fmt.Sprintf(`select count(1) 
+		from %s where userid = ?`, "bdcollection"), userid)); count > 100 {
+			collStatus = 2
+		} else if count == 0 {
+			collStatus = 0
+		} else {
+			collStatus = 1
+		}
+		redis.Put("other", isCollkey, collStatus, 259200)
+	}
+	if collStatus == 1 { //100条内 取redis
+		list := GetCollRedis(userid, collStatus)
+		for _, v := range list {
+			collBidMap[v] = true
+		}
+	} else if collStatus == 2 { //大于100条 取mysql
+		if labArr := *model.Mysql.SelectBySql(fmt.Sprintf("select bid from %s where  userid = ?", "bdcollection"), userid); len(labArr) > 0 {
+			for _, v := range labArr {
+				bid_id := common.ObjToString(v["bid"])
+				collBidMap[bid_id] = true
+			}
+		}
+	} else { //0条
+		return res
+	}
+
+	if bids == "" {
+		for k, _ := range collBidMap {
+			res = append(res, k)
+		}
+	} else {
+		for _, v := range strings.Split(bids, ",") {
+			//招标信息解密
+			bid := DecodeId(v)
+			if collBidMap[bid] {
+				// url.QueryEscape(v)
+				res = append(res, v)
+			}
+		}
+	}
+	return res
+}
+
+/*
+    isColl int:	收藏条数的状态 (是否超过100条 超过:2 没超过:1)
+return
+	[]string:收藏的id
+*/
+func GetCollRedis(userid string, isColl int) []string {
+	redisCollKey := fmt.Sprintf("coll_%s", userid) //列表
+	redisArr := []string{}
+	if isColl == 1 {
+		redisArr, _ = redis.Get("other", redisCollKey).([]string)
+		if len(redisArr) == 0 {
+			data := model.Mysql.SelectBySql(fmt.Sprintf(`select bid from %s where userid ='%s'`, "bdcollection", userid))
+			if data != nil && len(*data) > 0 {
+				for _, v := range *data {
+					redisArr = append(redisArr, common.ObjToString(v["bid"]))
+				}
+				redis.Put("other", redisCollKey, redisArr, 259200)
+			}
+		}
+	}
+	return redisArr
+}
+
+//招标信息 bid&userid 唯一
+type BidInfo struct {
+	Bid        string `json:"bid"`        //招标信息id 加密后
+	Buyerclass string `json:"buyerclass"` //采购单位类型
+	Buyerinfo  bool   `json:"buyerinfo"`  //是否有采购单位联系方式
+	Winnerinfo bool   `json:"winnerinfo"` //是否有中标企业联系方式
+	Userid     string `json:"userid"`     //用户id
+	Createdate string `json:"createdate"` //收藏时间
+	Labelid    string `json:"labelid"`    //标签ids
+}
+
+func FormatColl(bidinfo []string) []BidInfo {
+	es_ids := []string{}
+	infos := map[string]interface{}{}
+	for _, v := range bidinfo {
+		es_ids = append(es_ids, DecodeId(v))
+	}
+	if len(es_ids) > 0 {
+		list := elastic.Get("bidding", "bidding", fmt.Sprintf(query, strings.Join(es_ids, `","`), len(es_ids)))
+		if list != nil {
+			for _, v := range *list {
+				_id := common.ObjToString(v["_id"])
+				//中标电话 需要查企业库 和三级页保持一致
+				winnertel := common.ObjToString(v["winnertel"])
+				if winnertel == "" && isbid(v["subtype"]) {
+					v["winnertel"] = getwinnertel(v["s_winner"])
+				}
+				infos[_id] = v
+			}
+		}
+	}
+	var bids []BidInfo
+	if len(infos) > 0 {
+		for _, v := range bidinfo {
+			var bid BidInfo
+			id := DecodeId(v)
+			bid.Bid = v
+			if infos[id] != nil {
+				infoMap, _ := (infos[id]).(map[string]interface{})
+				if common.ObjToString(infoMap["winnertel"]) != "" {
+					bid.Winnerinfo = true
+				}
+				if common.ObjToString(infoMap["buyertel"]) != "" {
+					bid.Buyerinfo = true
+				}
+				if common.ObjToString(infoMap["buyerclass"]) != "" {
+					bid.Buyerclass = common.ObjToString(infoMap["buyerclass"])
+				}
+			}
+			bids = append(bids, bid)
+		}
+	}
+	return bids
+}
+
+func isbid(typ interface{}) bool {
+	if typ != nil {
+		subtype := common.ObjToString(typ)
+		if subtype == "中标" || subtype == "合同" || subtype == "成交" {
+			return true
+		}
+	}
+	return false
+}
+
+func getwinnertel(company interface{}) string {
+	if company != nil {
+		data, _ := model.Mgo_Ent.FindOneByField("winner_enterprise", map[string]interface{}{
+			"company_name": common.ObjToString(company),
+		}, map[string]interface{}{"company_phone": 1})
+		if (*data)["company_phone"] != nil {
+			return common.ObjToString((*data)["company_phone"])
+		}
+	}
+	return ""
+}
+
+//修改redis中的收藏条数;
+/*	typ:"d"删除  typ:"a"添加
+	list:需要添加或删除的bid_id
+*/
+func UpdateCollListRedis(typ, userid string, list []string) bool {
+	bl := false
+	if len(list) == 0 {
+		return true
+	}
+	Blist := []string{}
+	m := map[string]bool{}
+	redisCollKey := fmt.Sprintf("coll_%s", userid)
+	collTime := 3600 * 2
+	if 7200 > 0 {
+		collTime = 7200
+	}
+	redisIsCollKey := fmt.Sprintf("isColl_%s", userid) //是否超过100条 超过:2 没超过:1
+	isCollTime := 3600 * 24 * 3
+	if 259200 > 0 {
+		isCollTime = 259200
+	}
+	collStatus := redis.GetInt("other", redisIsCollKey)
+	redisArr := GetCollRedis(userid, collStatus)
+	if len(redisArr) > 0 {
+		for _, v := range redisArr {
+			m[v] = true
+		}
+	}
+	if typ == "a" {
+		for _, v := range list {
+			if m[v] {
+				continue //去重
+			}
+			Blist = append(Blist, v)
+		}
+	} else if typ == "d" {
+		for _, v := range list {
+			delete(m, v)
+		}
+		if len(m) > 0 {
+			for k, _ := range m {
+				Blist = append(Blist, k)
+			}
+		}
+	}
+	arr := append(redisArr, Blist...)
+	status := 1
+	if len(arr) > 100 {
+		status = 2
+		arr = []string{}
+	} else if len(arr) == 0 {
+		status = 0
+	}
+	bl = redis.Put("other", redisCollKey, arr, collTime) &&
+		redis.Put("other", redisIsCollKey, status, isCollTime)
+	return bl
+
+}
+
+var PushMapping = &pushMapping{}
+
+type pushMapping struct {
+	Area          map[string]int
+	City          map[string]int
+	Toptype       map[string]int
+	Subtype       map[string]int
+	Buyerclass    map[string]int
+	Subscopeclass map[string]int
+}
+
+func (p *pushMapping) Init(Mysql *mysql.Mysql) {
+	infotype := Mysql.SelectBySql("select id,type,name from infotype")
+	p.Toptype = map[string]int{}
+	p.Subtype = map[string]int{}
+	p.Buyerclass = map[string]int{}
+	p.Subscopeclass = map[string]int{}
+	for _, v := range *infotype {
+		id := common.IntAll(v["id"])
+		tp := common.IntAll(v["type"])
+		name := common.ObjToString(v["name"])
+		if tp == 1 {
+			p.Toptype[name] = id
+		} else if tp == 2 {
+			p.Subtype[name] = id
+		} else if tp == 3 {
+			p.Buyerclass[name] = id
+		} else if tp == 4 {
+			p.Subscopeclass[name] = id
+		}
+	}
+	if len(p.Toptype) == 0 {
+		log.Fatalln("PushMapping Toptype Init Error")
+	}
+	if len(p.Subtype) == 0 {
+		log.Fatalln("PushMapping Subtype Init Error")
+	}
+	if len(p.Buyerclass) == 0 {
+		log.Fatalln("PushMapping Buyerclass Init Error")
+	}
+	if len(p.Subscopeclass) == 0 {
+		log.Fatalln("PushMapping Subscopeclass Init Error")
+	}
+	//
+	p.Area = map[string]int{}
+	p.City = map[string]int{}
+	province := Mysql.SelectBySql("select id,level,name from province")
+	for _, v := range *province {
+		id := common.IntAll(v["id"])
+		level := common.IntAll(v["level"])
+		name := common.ObjToString(v["name"])
+		if level == 1 {
+			p.Area[name] = id
+		} else if level == 2 {
+			p.City[name] = id
+		}
+	}
+	if len(p.Area) == 0 {
+		log.Fatalln("PushMapping Area Init Error")
+	}
+	if len(p.City) == 0 {
+		log.Fatalln("PushMapping City Init Error")
+	}
+}

+ 21 - 0
jyBXBase/rpc/bxcollection/util/util.go

@@ -0,0 +1,21 @@
+package util
+
+import (
+	"app.yhyue.com/moapp/jybase/encrypt"
+)
+
+//加密
+func EncodeId(sid string) string {
+	if sid == "" {
+		return ""
+	}
+	return encrypt.EncodeArticleId2ByCheck(sid)
+}
+
+//解密
+func DecodeId(eid string) string {
+	if eid == "" {
+		return ""
+	}
+	return encrypt.DecodeArticleId2ByCheck(eid)[0]
+}