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 operation stats to the File System statistics #4344

Closed
bleskes opened this issue Dec 5, 2013 · 0 comments
Closed

Add IO operation stats to the File System statistics #4344

bleskes opened this issue Dec 5, 2013 · 0 comments

Comments

@bleskes
Copy link
Contributor

bleskes commented Dec 5, 2013

The GET _cluster/nodes/stats/?clear&fs endpoint currently gives metrics for read and write operations (both number and bytes). It's handy to add another metric which sums writes and reads for a total number of ops.

@ghost ghost assigned bleskes Dec 5, 2013
bleskes added a commit that referenced this issue Dec 5, 2013
…t path.dirs. Added `disk_io_size` and `disk_io_op` to the toXContent output, summing up `disk_read_size+disk_write_size` and `disk_writes+disk_reads` respectively.

Closes #4344 , Closes #4343
@bleskes bleskes closed this as completed in 0e78404 Dec 5, 2013
@ghost ghost assigned imotov and bleskes Dec 10, 2013
mute pushed a commit to mute/elasticsearch that referenced this issue Jul 29, 2015
…t path.dirs. Added `disk_io_size` and `disk_io_op` to the toXContent output, summing up `disk_read_size+disk_write_size` and `disk_writes+disk_reads` respectively.

Closes elastic#4344 , Closes elastic#4343
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants