Skip to content

Instantly share code, notes, and snippets.

View singholt's full-sized avatar
:octocat:

Anuj Singh singholt

:octocat:
View GitHub Profile
#!/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: