GitHub - MasterElijah97/device_mapper_proxy: Simple Device Mapper Proxy module for Linux Kernel that counts read/write operations and average block sizes for read/write operations. Then it writes collected statistics to sysfs. · GitHub
Skip to content

MasterElijah97/device_mapper_proxy

Folders and files

Repository files navigation

Device Mapper Proxy module for Linux Kernel

This module was tested on Ubuntu 20.04

File descriptions:

  • dmp.c - source code
  • Makefile - build script for make
  • test.sh - script for building and testing module
  • clean.sh - script for cleaning up system after testing module

How to use

  • clone this repo
git clone https://github.com/MasterElijah97/device_mapper_proxy.git
  • write the following commands
cd device_mapper_proxy/
chmod +x ./test.sh
sudo ./test.sh
  • then you can cleanup your system
chmod +x ./clean.sh
sudo ./clean.sh

About

Simple Device Mapper Proxy module for Linux Kernel that counts read/write operations and average block sizes for read/write operations. Then it writes collected statistics to sysfs.

Resources

Stars

Watchers

Forks

Contributors