Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cli: sysmon: Add cpu usage fields in sysmon system subcommand #1359

Merged
merged 1 commit into from
Feb 12, 2025

Conversation

sriteja777
Copy link
Contributor

Add cpu usage fields in sysmon system command.

Sample Output

> pymobiledevice3 developer dvt sysmon system --udid udid
vmExtPageCount: 13451368688
diskBytesRead: 190468
physMemSize: 1128
vmPageIns: 291717
vmThrottledCount: 707841
vmActiveCount: 586831
vmSpeculativeCount: 2245
netBytesIn: 1401
vmSize: 893352
vmSwapIns: 0
vmDecompressions: 39096772
diskReadOps: 54722
vmCompressions: 235797
vmUsedCount: 7727726080
vmFreeCount: 32650207
threadCount: 71424
vmPageOuts: 87100
__vmSwapUsage: 740
vmCompressorPageCount: 4718592
vmHits: 1097441
vmPurgeableCount: 39989
vmReactivations: 307946
diskWriteOps: 203211
vmTotalUncompPagesInComp: 38689784
vmZeroFillCount: 62258551
netBytesOut: 13262992272
diskBytesWritten: 48106
netPacketsOut: 0
netPacketsIn: 9060
vmFaults: 18255
vmPurges: 137191
vmCowFaults: 27131297792
vmLookups: 32586
vmInactiveCount: 208544
vmSwapOuts: 1538
vmIntPageCount: 55920
vmWireCount: 0
CPU_NiceLoad: 0.0
CPU_SystemLoad: -1.0
CPU_TotalLoad: 98.15431543154314
CPU_UserLoad: -1.0

Notice the extra fields CPU_NiceLoad, CPU_SystemLoad, CPU_TotalLoad, CPU_UserLoad at the end

For community

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

@sriteja777 sriteja777 changed the title Add cpu usage fields in sysmon system command Sysmon: Add cpu usage fields in sysmon system command Feb 12, 2025
@doronz88
Copy link
Owner

Thanks for the PR!

@doronz88 doronz88 changed the title Sysmon: Add cpu usage fields in sysmon system command sysmon: Add cpu usage fields in sysmon system command Feb 12, 2025
@doronz88 doronz88 changed the title sysmon: Add cpu usage fields in sysmon system command cli: sysmon: Add cpu usage fields in sysmon system subcommand Feb 12, 2025
@doronz88 doronz88 merged commit cf8e151 into doronz88:master Feb 12, 2025
17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants