|
From: Romu <hu...@gm...> - 2012-06-15 06:27:46
|
2012/6/6 Cyril Hrubis <ch...@su...>: > Hi! >> 1) What option should I use with runltp to test different filesystems? >> -d TMPDIR and with TMPDIR on different filesystems? > > Yes, that is pretty much how to do it. > > I do remeber that some of the tests weren't utilizing TMPDIR and used > /tmp/ directly but that should be hopefully fixed now. > >> 2) Which tests should I use to test if filesystem is working fine? >> I'm using the following: >> >> filecaps >> fs >> fs_bind >> fs_perms_simple >> fs_readonly >> fsx >> >> Are the above tests a good test suite for filesystem test? Any other >> tests (e.g. aio, dio)? > > Are you looking for stress tests or functionality tests or both? Both. I use the following for filesystem functionality test: syscalls fs fs_perms_simple fsx dio io fs_bind filecaps fcntl-locktests hugetlb > As allready said, quite a lot of the tests in the syscalls runtest file > do something filesystem related. > > Then there are some stress tests as growfiles and dio_* and aiodio_* > etc. growfiles tests are already included in runtest/fs. What should I use for filesystem stress test? Is the following suitable? ltp-aiodio.part1 ltp-aiodio.part2 ltp-aiodio.part3 ltp-aiodio.part4 ltp-aio-stress.part1 ltp-aio-stress.part2 Thanks Romu > > -- > Cyril Hrubis > ch...@su... |