Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
README | D | 22-Nov-2023 | 421 | 10 | 8 | |
__init__.py | D | 22-Nov-2023 | 0 | 1 | 0 | |
common.py | D | 22-Nov-2023 | 340 | 9 | 8 | |
control | D | 22-Nov-2023 | 1.6 KiB | 45 | 41 | |
wb_kupdate.py | D | 22-Nov-2023 | 9.2 KiB | 270 | 175 | |
wb_kupdate_unittest.py | D | 22-Nov-2023 | 3.7 KiB | 106 | 67 |
README
1Description: 2------------ 3This tests checks the wb_kupdate code path by writting data to a sparse file 4mounted on a loop back device formated with a user specified filesystem, 5and waiting a maximum of 'max_flush_time' for writeback to flush the dirty 6datat from the cache to disk. 7 8At the end of the test a keyval is generated which states per iteration the time 9taken to write the user specified amount of data to disk. 10