pymobiledevice3 icon indicating copy to clipboard operation
pymobiledevice3 copied to clipboard

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

Open delphi007 opened this issue 1 year ago • 2 comments

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

delphi007 avatar May 13 '24 12:05 delphi007

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

doronz88 avatar May 13 '24 17:05 doronz88

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

delphi007 avatar May 14 '24 09:05 delphi007