system/sysdig: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
parent
36d87be557
commit
4e425167c3
|
@ -1,16 +1,17 @@
|
|||
Sysdig is open source, system-level exploration: capture system state and
|
||||
activity from a running Linux instance, then save, filter and analyze. Sysdig is
|
||||
scriptable in Lua and includes a command line interface and a powerful
|
||||
interactive UI, csysdig, that runs in your terminal. Think of sysdig as strace +
|
||||
tcpdump + htop + iftop + lsof + awesome sauce. With state of the art container
|
||||
visibility on top.
|
||||
Sysdig is open source, system-level exploration: capture system
|
||||
state and activity from a running Linux instance, then save, filter
|
||||
and analyze. Sysdig is scriptable in Lua and includes a command line
|
||||
interface and a powerful interactive UI, csysdig, that runs in your
|
||||
terminal. Think of sysdig as strace + tcpdump + htop + iftop + lsof +
|
||||
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
|
||||
script setting the KERNEL variable as in
|
||||
To build the package for a kernel different from the running one,
|
||||
start the script setting the KERNEL variable as in:
|
||||
KERNEL=2.6.38.8 ./sysdig.SlackBuild
|
||||
|
||||
To build sysdig with dkms support supply the variable DKMS="yes" to
|
||||
sysdig.SlackBuild. This also needs dkms installed as a runtime dependency.
|
||||
To build sysdig with dkms support supply the variable DKMS="yes"
|
||||
to sysdig.SlackBuild. This also needs dkms installed as a runtime
|
||||
dependency.
|
||||
|
||||
# DKMS="yes" ./sysdig.SlackBuild
|
||||
|
||||
|
|
Loading…
Reference in New Issue