What would be the best way to get an fio server to send the histogram samples to a client? i.e.: - Should I make a new FIO_NET_CMD or can I easily modify the existing IOLOG one? Presently each sample has a pointer to a histogram array in place of the sample value. - The histograms compress nicely (because sparseness), but should I be compressing them immediately after compressing the time/direction/size values of the sample? I tried doing it after all the io_sample structs are compressed, but then samples in one pdu need the histogram values in a not-yet-parsed pdu. -Karl Cronburg- -- To unsubscribe from this list: send the line "unsubscribe fio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html