https://aerospike.com/docs/database/reference/metrics?search=data_avail_pct
The above link shows
Example: Where 5 files of 96MiB each for a given namespace, and each file has 24MiB of data spread across 6 write blocks (with the 8MiB write-block size):
The data_used_pct is 75%.
The data_avail_pct is 50%.
If the distribution is not perfectly uniform (which is usual), data_avail_pct represents the file that has the fewest free blocks.
Shouldn't data_used_pct be 25%
https://aerospike.com/docs/database/reference/metrics?search=data_avail_pct
The above link shows
Example: Where 5 files of 96MiB each for a given namespace, and each file has 24MiB of data spread across 6 write blocks (with the 8MiB write-block size):
The data_used_pct is 75%.
The data_avail_pct is 50%.
If the distribution is not perfectly uniform (which is usual), data_avail_pct represents the file that has the fewest free blocks.
Shouldn't data_used_pct be 25%