system/sysdig: Wrap README at 72 columns.

Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
B. Watson 2022-03-14 12:53:46 -04:00
parent 36d87be557
commit 4e425167c3

View file

@ -1,16 +1,17 @@
Sysdig is open source, system-level exploration: capture system state and Sysdig is open source, system-level exploration: capture system
activity from a running Linux instance, then save, filter and analyze. Sysdig is state and activity from a running Linux instance, then save, filter
scriptable in Lua and includes a command line interface and a powerful and analyze. Sysdig is scriptable in Lua and includes a command line
interactive UI, csysdig, that runs in your terminal. Think of sysdig as strace + interface and a powerful interactive UI, csysdig, that runs in your
tcpdump + htop + iftop + lsof + awesome sauce. With state of the art container terminal. Think of sysdig as strace + tcpdump + htop + iftop + lsof +
visibility on top. awesome sauce. With state of the art container visibility on top.
To build the package for a kernel different from the running one, start the To build the package for a kernel different from the running one,
script setting the KERNEL variable as in start the script setting the KERNEL variable as in:
KERNEL=2.6.38.8 ./sysdig.SlackBuild KERNEL=2.6.38.8 ./sysdig.SlackBuild
To build sysdig with dkms support supply the variable DKMS="yes" to To build sysdig with dkms support supply the variable DKMS="yes"
sysdig.SlackBuild. This also needs dkms installed as a runtime dependency. to sysdig.SlackBuild. This also needs dkms installed as a runtime
dependency.
# DKMS="yes" ./sysdig.SlackBuild # DKMS="yes" ./sysdig.SlackBuild