aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/net_dropmonitor.py
diff options
context:
space:
mode:
authorMikulas Patocka <[email protected]>2011-10-31 20:19:09 +0000
committerAlasdair G Kergon <[email protected]>2011-10-31 20:19:09 +0000
commit95d402f057f2e208e4631893f6cd4a59c7c05e41 (patch)
tree4edb6c01f62689617ee3098104c135ef2c43f0e2 /tools/perf/scripts/python/net_dropmonitor.py
parent3cf2e4ba74ca1bf5d8ad26cd18592f02b32964f5 (diff)
dm: add bufio
The dm-bufio interface allows you to do cached I/O on devices, holding recently-read blocks in memory and performing delayed writes. We don't use buffer cache or page cache already present in the kernel, because: * we need to handle block sizes larger than a page * we can't allocate memory to perform reads or we'd have deadlocks Currently, when a cache is required, we limit its size to a fraction of available memory. Usage can be viewed and changed in /sys/module/dm_bufio/parameters/ . The first user is thin provisioning, but more dm users are planned. Signed-off-by: Mikulas Patocka <[email protected]> Signed-off-by: Alasdair G Kergon <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/net_dropmonitor.py')
0 files changed, 0 insertions, 0 deletions