mirror of
https://github.com/ProxymanApp/Proxyman.git
synced 2026-04-27 00:55:57 +03:00
[GH-ISSUE #394] [Feature] Show memory and cpu usage by proxy man #390
Labels
No labels
Discussion
Feature request
In Progress...
Plugins
Waiting response
Windows
Windows
bug
duplicate
enhancement
feature
good first issue
iOS
macOS 10.11
question
wontfix
✅ Done
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Proxyman#390
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @shirshak55 on GitHub (Feb 5, 2020).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/394
Originally assigned to: @NghiaTranUIT on GitHub.
sometime application hangs while decoding ssl. It is useful if its really the proxy man ssl decoding consequence it or computer is hanging because of other reason. Charles proxy has always shown the memory usage.
May be
sbrk(0)etc can be used to calculate existing heap usage as I don't think stack memory impacts too much.@NghiaTranUIT commented on GitHub (Feb 6, 2020):
There are some memory leaking I found couple days ago in ClientScanner class, which is responsible for scanning App with given
pid. I forgot to release some pointer in C class 😢Let me research how to get the memory usage and support it soon. Thank you for bumping it 👍
@NghiaTranUIT commented on GitHub (Feb 22, 2020):
I found this gem: https://github.com/iglance/iGlance, which has all low-level I need, include Ram, Network, ....
Credit to authors of iGlance 🙌
@NghiaTranUIT commented on GitHub (Feb 22, 2020):
After bunch of trial and errors, it's the only way to get correct memory usage, which is presented in Xcode and Activity Monitor: https://stackoverflow.com/a/57315975/3127477 🙌
It's time to support Network and Memory Usage in Proxyman 🌮
@NghiaTranUIT commented on GitHub (Feb 22, 2020):
It's done @shirshak55 🙌 . I consider to support Memory and Network usage (not CPU), since those variables would be valuable and a option to opt-out if someone doesn't like it 😆
BETA: https://proxyman.s3.us-east-2.amazonaws.com/beta/Proxyman_1.16.0_Memory_Network_Usage.dmg
@shirshak55 commented on GitHub (Feb 22, 2020):
i saw it on twitter.
@shirshak55 commented on GitHub (Feb 22, 2020):
thanks again.
@shirshak55 commented on GitHub (Feb 22, 2020):
hmm are u planning to add cpu usage?
@NghiaTranUIT commented on GitHub (Feb 22, 2020):
I don't see any benefit to see the CPU so I remove it from the initial implementation.
@shirshak55 commented on GitHub (Feb 22, 2020):
actually it is useful when u do ssl parsing whether its proxy man or other is taking cpu. Most of the time when doing ssl monitoring i see proxyman using lot of cpu.