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

feat(attributes): add proc status and mem info for linux #25

Merged
merged 3 commits into from
Nov 28, 2024

Conversation

MateuszKepczynskiSauce
Copy link
Collaborator

During report creation, we need to generate information about current process state - for example: memory information

On Linux - we have a really nice way to get those attributes. We should read /proc/meminfo and /proc/self/status to get information about the process. Next we need to convert data from the file into attributes

@MateuszKepczynskiSauce MateuszKepczynskiSauce added the feat Improvement on an existing feature such as adding a new setting/mode to an existing plugin label Nov 28, 2024
procmeminfo.go Outdated Show resolved Hide resolved
@MateuszKepczynskiSauce MateuszKepczynskiSauce merged commit 1164657 into master Nov 28, 2024
5 of 6 checks passed
@MateuszKepczynskiSauce MateuszKepczynskiSauce deleted the feat/add-proc-mem-attr branch November 28, 2024 10:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat Improvement on an existing feature such as adding a new setting/mode to an existing plugin
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants