Hi,You may view the Remote Desktop connection client ip address information in the following logs:Event ViewerApplications and Services LogsMicrosoftWindowsTerminalServices-LocalSessionManagerEvent ViewerApplications and Services LogsMicrosoftWindowsTerminalServices-RemoteConnectionManagerEvent ViewerWindows LogsSecurity (Event ID: 4624, Logon Type: 10)-TP
Logging IP adderess during remote desktop connection
我是在 Event ViewerApplications and Services LogsMicrosoftWindowsTerminalServices-RemoteConnectionManager
使用go run -race检测数据竞争,结合runtime.NumGoroutine监控协程数量,通过pprof分析阻塞调用栈,利用select超时避免永久阻塞,有效排查goroutine泄漏、死锁和数据竞争问题。 Go语言的goroutine和channel是并发编程的核心,但它们也带来了调试上…