Someone know if exist a TCPView (windows application) similar app for Android? Googling I've found only the use of tcpdump but it's not easy and immediately readable.
Thank for any suggest
|
Someone know if exist a TCPView (windows application) similar app for Android? Googling I've found only the use of tcpdump but it's not easy and immediately readable. Thank for any suggest |
|||
|
|
I've not found any app. But using a terminal emulator on a rooted phone with busybox I can use: netstat -p ( or any other command's argument needed). |
|||
|
|