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

Feature request: Monitor page-fault #407

Open
zhy76 opened this issue Dec 19, 2022 · 2 comments
Open

Feature request: Monitor page-fault #407

zhy76 opened this issue Dec 19, 2022 · 2 comments
Labels
area/collector Issues or PRs related to agent metric collector area/probe Issues or PRs related to agent probe enhancement New feature or request

Comments

@zhy76
Copy link

zhy76 commented Dec 19, 2022

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
Feature request: Monitor page-fault

Current swap space usage
Describe the solution you'd like
A clear and concise description of what you want to happen.
Page fault feature will be implemented like:

  1. The system can display the fault return value when the page fault occurs (reflecting the page fault type).

  2. The system can display information about the process address space and ip register where the page fault occurred

  3. The system displays the parent process ID ppid and process ID pid of the process where the page fault occurs

  4. The system can display the total number of main page missing and the total number of page missing when the page fault occurs

  5. The system displays the current virtual memory size, physical memory occupied by the process, and process when the page fault occurs

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

@dxsup
Copy link
Member

dxsup commented Dec 19, 2022

#291 is exactly the implementation of the feature you request. But I'm wondering why you request this feature. Would you explain the motivation?

@zhy76
Copy link
Author

zhy76 commented Dec 19, 2022

Thx, Because the current project is based on kindling to implement, there is also a need to monitor both page fault and system calls exception.

@dxsup dxsup added enhancement New feature or request area/probe Issues or PRs related to agent probe area/collector Issues or PRs related to agent metric collector labels Jan 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/collector Issues or PRs related to agent metric collector area/probe Issues or PRs related to agent probe enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants