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

[FR] The community version provides support for file read and write pages, which can record read and write operations on files. Users can view key information such as the time of file read and write, the writer, and the file path, so that they can promptly detect and handle abnormal behavior. #7903

Open
2 of 3 tasks
zhiqunlin opened this issue Aug 21, 2024 · 1 comment
Assignees
Labels

Comments

@zhiqunlin
Copy link

Search before asking

  • I had searched in the issues and found no similar feature requirement.

Description

Viewing from the process perspective: monitor the files that the process has accessed, and monitor the file size. If the file size and the process's I/O read/write rate operate within specified values, an alert will be triggered to avoid exceeding the lifespan of the SSD hard drive.

The community version provides support for file read and write pages, which can record read and write operations on files. Users can view key information such as the time of file read and write, the writer, and the file path, so that they can promptly detect and handle abnormal behavior.

Use case

76ef2a7f9421a2c2a5211d5cf6344bb

Related issues

No response

Are you willing to submit a PR?

  • Yes I am willing to submit a PR!

Code of Conduct

@zhiqunlin
Copy link
Author

zhiqunlin commented Sep 2, 2024

i want panel and table like bellow: how to generate sql ?where to perform ?
image

Process Name Process ID Signal Source Event Type Event Information File Path File Size Call Stack Start Time End Time
mysqld 2123 IO Write process runc (170781) wrote 6 bytes and took 7ms /var/local/mysql/xx.data 10MB xxx.pro xxx. 2023-09-21 15:08:35.362653 2023-09-21 15:08:35.370104
mysqld 2123 IO Read process runc (170781) read 600 bytes and took 7ms /var/local/mysql/xx.data 22MB xxx.pro xxx. 2023-09-21 15:08:35.362653 2023-09-21 15:08:35.370104

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants