Skip to content

Instantly share code, notes, and snippets.

View alexminder's full-sized avatar

Alexander Miroshnichenko alexminder

View GitHub Profile
@KrzysztofHajdamowicz
KrzysztofHajdamowicz / bcachefs_hit_ratio.py
Last active February 4, 2025 11:05
Bcachefs cache hit ratio
#!/usr/bin/env python3
import os
import glob
import sys
# Base directory for the bcachefs instance.
BASE_DIR = '/sys/fs/bcachefs/' + sys.argv[1]
def format_bytes(num_bytes):
"""