This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # | |
| # Benchmark: in_tail file_cache_advise IOPS impact | |
| # | |
| # Compares disk read IOPS and memory between two fluent-bit binaries | |
| # to measure the effect of the posix_fadvise fix. | |
| # | |
| # Platform: Linux only (requires /proc, posix_fadvise, iostat) | |
| # | |
| # Prerequisites: |