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 a total section to file system stats #4343

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

Add a total section to file system stats #4343

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 file system stats for every data path the node is configure for. It's handy to have a total section which adds all the per path stats into a global overview.

@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