splat(1) | User Commands | splat(1) |
splat - Solaris Porting LAyer Tests
splat [-chvx] < --all | --list | --test subsystem:test [...] >
This utility uses the splat.ko kernel module to test the spl.ko kernel module. Run "modprobe splat" before invoking splat.
-a, --all
-c, --nocolor
-h, --help
-l, --list
-t subsystem:test, --test subsystem:test
-t subsystem:all, --test subsystem:all
The test and subsystem parameters are the names or hexadecimal identifiers returned by the splat --list command.
If subsystem is a name and not a hexadecimal identifier, then the all keyword can be used to run all available subsystem tests.
-v, --verbose
-x, --exit
Test everything in the spl.ko kernel module:
Test the entire kernel memory subsystem:
Test the kernel compression and queue waiting facilities:
This is the same as the previous command, except that the subsystems and tests are referenced by hexadecimal identifier instead of by name:
All tests always return a green "Pass" result on a healthy system. Any red "Fail" result should be investigated or reported.
Some tests can deadlock the kernel if an X11 desktop is running, especially if a proprietary blob driver is loaded for the video hardware.
This man page was written by Darik Horn <dajhorn@vanadac.com>.
2013 MAR 16 | ZFS on Linux |