Nodes stats - fs, only path.data being included?

Hi,

I have been looking at NodeStats / FsStats and as far as I understand only
'path.data' is being reported (REST API, JMX). Would it make sense to
include also 'path.work' if it can play any role in system performance in
general? I do not know what kind of data is stores in work directory but if
IO performance can impact search or index operations, it would be useful to
see this information in FsStats as well.

Regards,
Lukas

path.work doesn't really affect anything critical, its just ES "tmp"
location, and is hardly used.

On Fri, Mar 16, 2012 at 3:19 PM, Lukáš Vlček lukas.vlcek@gmail.com wrote:

Hi,

I have been looking at NodeStats / FsStats and as far as I understand only
'path.data' is being reported (REST API, JMX). Would it make sense to
include also 'path.work' if it can play any role in system performance in
general? I do not know what kind of data is stores in work directory but if
IO performance can impact search or index operations, it would be useful to
see this information in FsStats as well.

Regards,
Lukas