Get Ping Stats From Resource Monitor (Python)

169 Views Asked by At

Recently I found that there was no way to get the ping to a Grand Theft Auto Online session other than to open Resource Monitor, open TCP/IP Connections and view it from there. This sparked an idea to create a python script to retrieve the ping data from GTA5.exe and display it on the screen.

Is this even possible with python and is this the best way to do it? Any ideas or help is appreciated.

I know its possible to ping an IP Address with the os module in python, but since GTAO is a P2P connection there is no single IP Address.

0

There are 0 best solutions below