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

Added mem_sclaer.py script in memory #8

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

purple-claw
Copy link

This Script includes placeholders for memory optimization techniques and thread optimization.
Memory buckets are sorted by name to provide a structured presentation of memory categories.
Depending on the chosen output format, the script prints memory information.
For CSV, it prints bucket names and sizes; for HTML, it generates a treemap visualization; and for human-readable output, it provides details about memory usage, including total memory.
The script identifies undigested memory and provides summaries, including information about processes and virtual memory objects (VMOs) contributing to undigested memory.

…es placeholders for memory optimization techniques and thread optimization.
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.

1 participant