statistics.NewStatistics(&count,config.Config.ModuleName.LongConnSvrName,fmt.Sprintf("%d second recv to msg_gateway count",count),10)
statistics.NewStatistics(&sendMsgCount,config.Config.ModuleName.LongConnSvrName,fmt.Sprintf("%d second recv to msg_gateway sendMsgCount",sendMsgCount),10)
statistics.NewStatistics(&userCount,config.Config.ModuleName.LongConnSvrName,fmt.Sprintf("%d second add user conn",userCount),10)