diff options
Diffstat (limited to 'system/sysdig/README')
-rw-r--r-- | system/sysdig/README | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/system/sysdig/README b/system/sysdig/README new file mode 100644 index 0000000000..4bd2f47c13 --- /dev/null +++ b/system/sysdig/README @@ -0,0 +1,10 @@ +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 +KERNEL=2.6.38.8 ./sysdig.SlackBuild |