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

Add io_time metric to FsInfo.IoStats #67805

Closed
easyice opened this issue Jan 21, 2021 · 1 comment
Closed

Add io_time metric to FsInfo.IoStats #67805

easyice opened this issue Jan 21, 2021 · 1 comment
Labels
:Data Management/Stats Statistics tracking and retrieval APIs >enhancement Team:Data Management Meta label for data/management team

Comments

@easyice
Copy link
Contributor

easyice commented Jan 21, 2021

In Nodes stats API ,we can get following io_stats metric:

        final long totalOperations;
        final long totalReadOperations;
        final long totalWriteOperations;
        final long totalReadKilobytes;
        final long totalWriteKilobytes;

But these metrics do not give an indication of disk busyness,I looked at some metrics, such as iowait, await,ioutil,but they were not rigorous enough, Refer to the collectd and ganglia implementation, They use ioTime to observe disk busyness.

link:https://collectd.org/wiki/index.php/Plugin:Disk

“io_time” - time spent doing I/Os (ms). You can treat this metric as a device load percentage (Value of 1 sec time spent matches 100% of load).

for Elasticsearch , this can be read Field 10 in /proc/diskstats

Would it make sense to add this metric? Thanks!

@easyice easyice added >enhancement needs:triage Requires assignment of a team area label labels Jan 21, 2021
@mayya-sharipova mayya-sharipova added :Data Management/Stats Statistics tracking and retrieval APIs and removed needs:triage Requires assignment of a team area label labels Jan 21, 2021
@elasticmachine elasticmachine added the Team:Data Management Meta label for data/management team label Jan 21, 2021
@elasticmachine
Copy link
Collaborator

Pinging @elastic/es-core-features (Team:Core/Features)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:Data Management/Stats Statistics tracking and retrieval APIs >enhancement Team:Data Management Meta label for data/management team
Projects
None yet
Development

No branches or pull requests

3 participants