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: Add disk read and write wait times for disk collection data #364

Open
MrPippin66 opened this issue Jun 22, 2023 · 3 comments

Comments

@MrPippin66
Copy link

Frequently, we'll see issues that are specific to differences in write times vs read times, and 'sar' data only provides a cumulative time for both read and write.

Linux and other OSes provide the read and write response times in addition to the cumulative times.

It would very beneficial if 'sar' data included this data as well.

I don't show any pending feature request of the same kind from what I could fine.

In the specific case of Linux, the data is provided in /proc/diskstats as:

Column Description
7 time spent reading (ms)
11 time spent writing (ms)

@MrPippin66
Copy link
Author

Is this under review?

@sysstat
Copy link
Owner

sysstat commented Nov 1, 2023

Hi,
I have no plan to add this feature to sar for now.
iostat already makes this distinction between read and write times.

@MrPippin66
Copy link
Author

I understand that "iostat" provides this. The issue is this distinction in missing in the historical data for 'sar', which makes diagnosing issues that occured in the past difficult that need this distinction.

In enterprise environments, the difference between read and write performance can vary significantly. The average of the two that 'sar' provides hides this from historical examination.

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

No branches or pull requests

2 participants