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

fs_watcher:将disk_io_visit合并到fs_watcher里面,添加block_rq_issue挂载点 #883

Merged
merged 6 commits into from
Sep 13, 2024

Conversation

sf1999817
Copy link
Contributor

1、sudo ./fs_watcher --h
1
2、sudo ./fs_watcher -d (获取关于I/O请求的信息)
2
右边是我写的一个测试test.sh,可以看到打印的进程名是有我写的这个test_io.sh的,证明这个挂载点是触发的了
3、sudo ./fs_watcher -b(捕获在块I/O请求被设备驱动程序提交到块层时的这些事件)
3
右边是我写的一个测试test.sh,可以看到打印的进程名是有我写的这个test_io.sh的,证明这个挂载点是触发的了

Signed-off-by: shangfan <45649554+sf1999817@users.noreply.github.com>
Signed-off-by: shangfan <45649554+sf1999817@users.noreply.github.com>
Signed-off-by: shangfan <45649554+sf1999817@users.noreply.github.com>
Signed-off-by: shangfan <45649554+sf1999817@users.noreply.github.com>
Copy link
Member

@helight helight left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@LinkinPF LinkinPF merged commit e086413 into linuxkerneltravel:develop Sep 13, 2024
2 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.

3 participants