doronz88 / pymobiledevice3

Pure python3 implementation for working with iDevices (iPhone, etc...).
https://discord.gg/52mZGC3JXJ
GNU General Public License v3.0
1.4k stars 195 forks source link

FEATURE REQUEST: implement DVT TAP channel: `com.apple.xcode.debug-gauge-data-providers.NetworkStatistics` #992

Open delphi007 opened 4 months ago

delphi007 commented 4 months ago

Is your feature request related to a problem? Please describe. No.

Describe the solution you'd like I'd like pmd3 to implement "com.apple.xcode.debug-gauge-data-providers.NetworkStatistics" instrument to get the network data for a particular process. There is netstat information for entire device.

Describe alternatives you've considered As a reference https://github.com/YueChen-C/py-ios-device/blob/main/demo/instrument_demo/netstatPID.py

For community

⬇️ Please click the 👍 reaction instead of leaving a +1 or 👍 comment

doronz88 commented 4 months ago

I'm not familiar with this channel. What does it provide exactly? Also, looks simple enough - why not submitting a PR for this?

delphi007 commented 4 months ago

Sorry I am not familar with python. I am using pmd3 as per command call and process the print result.