googollee / go-socket.io

socket.io library for golang, a realtime application framework.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

v1.6.2 : CPU use High

iGoogle-ink opened this issue · comments

commented

pprof :
image

image

image

commented

I have a try on release env,this is my ecs CPU monitor info:
image

TCP count:
image

commented

Hey, I have the same problem with my production application, it seem always lock-unlock in read and write with session.
I don't know how to improve it, is there any advice about it?