https://github.com/hnes/hack_tikv_io
An Experiment on TiKV's Disk I/O Scheduling
https://github.com/hnes/hack_tikv_io
Last synced: about 1 month ago
JSON representation
An Experiment on TiKV's Disk I/O Scheduling
- Host: GitHub
- URL: https://github.com/hnes/hack_tikv_io
- Owner: hnes
- License: apache-2.0
- Created: 2022-12-23T08:49:17.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-23T08:58:07.000Z (over 3 years ago)
- Last Synced: 2025-01-15T15:41:16.201Z (over 1 year ago)
- Language: Go
- Size: 14.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hack_tikv_io
An Experiment on TiKV's Disk I/O Scheduling
# Build and Run
```bash
$ bash make.sh
$ ll hack.so hack_go.so
$ LD_PRELOAD=$PWD/hack.so bin/tikv-server #...
```