Tracking active connections?

Hello. I’m currently trying to track a memory leak which I think may be from connections. I was wondering if there was any way to track how many active connections there are?

There isn’t really a way to see them all unless you log them manually.

Maybe log the players client information.

Script activity stays the same. The only thing which is going up would be the memory.

Yes you are right. Again there isn’t really a built in way to check this. You are right to think that it’s probably a unnecessary connection. It could be a virus potentially caused by a plugin. You might have to search through all your scripts manually or do a script search for connection that would use a lot of memory.