fiu-ls
userspace fault injection framework (utilities)
Install
- All systems
-
curl cmd.cat/fiu-ls.sh
- Debian
-
apt-get install fiu-utils
- Ubuntu
-
apt-get install fiu-utils
- Kali Linux
-
apt-get install fiu-utils
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install fiu-utils
- Raspbian
-
apt-get install fiu-utils
- Dockerfile
- dockerfile.run/fiu-ls
fiu-utils
userspace fault injection framework (utilities)
libfiu is a C library for fault injection. It provides functions to mark "points of failure" inside your code (the "core API"), and functions to enable/disable the failure of those points (the "control API"). This package contains the fiu-run, fiu-ls and fiu-ctrl utilities.