• Home
Name Date Size #Lines LOC

..--

READMED03-May-2024421 108

__init__.pyD03-May-20240 10

common.pyD03-May-2024340 98

controlD03-May-20241.6 KiB4541

wb_kupdate.pyD03-May-20249.2 KiB270175

wb_kupdate_unittest.pyD03-May-20243.7 KiB10667

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