bufferSize property

int bufferSize
getter/setter pairinherited

The buffer size of the raw JSON file in bytes.

All Probed data will be written to a JSON file until the buffer is filled, at which time the file will be zipped. There is not a single-best bufferSize value. If data are collected at high rates, a higher value will be best to minimize zip operations. If data are collected at low rates, a lower value will be best to minimize the likelihood of data loss when the app is killed or crashes. Default size is 500 KB.

Implementation

int bufferSize;