From 92ec3c0eb72795dc0585474abe615d39c8ff2977 Mon Sep 17 00:00:00 2001 From: Alessandro Carbone Date: Fri, 20 Jan 2023 17:07:10 +0100 Subject: [PATCH] Aggiunto repository GitHub per sysdig (riga 48) --- data/apps.csv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/apps.csv b/data/apps.csv index 6fd0e50..4f32863 100644 --- a/data/apps.csv +++ b/data/apps.csv @@ -45,7 +45,7 @@ monitor,multitail,https://www.vanheusden.com/multitail/,https://github.com/folke monitor,ngrep,http://ngrep.sourceforge.net/,https://github.com/jpr5/ngrep/,"(Network grep) applies the `grep` logic to the network layer, allowing to match regular expressions against data payloads of packets; it recognizes IPv4/6, TCP, UDP, ICMPv4/6, IGMP and Raw across Ethernet, PPP, SLIP, FDDI, Token Ring and null interfaces." file-handling,progress,,https://github.com/Xfennec/progress,"A tool to monitor the progress of common Coreutils command-line tools (`cp`, `mv`, `dd`, `tar`, `rsync`, etc.); it uses an ncurses interface to display the percentage of data copied; it works by reading from system files and retrieving the necessary information for the estimation." monitor,powertop,https://01.org/powertop,https://github.com/fenrus75/powertop,A `top`-like utility to monitor the sources of power consumption; allows to turn on/off many components; quite useful to track possible power-related issues. -monitor,sysdig,https://www.sysdig.org/,,"Sysdig captures system calls and events from the Linux kernel. You can save, filter, and analyze the data with our CLI or our desktop app. Think of sysdig as strace + tcpdump + htop + iftop + lsof + wireshark for your entire system." +monitor,sysdig,https://www.sysdig.org/,https://github.com/draios/sysdig,"Sysdig captures system calls and events from the Linux kernel. You can save, filter, and analyze the data with our CLI or our desktop app. Think of sysdig as strace + tcpdump + htop + iftop + lsof + wireshark for your entire system." monitor,smem,https://www.selenic.com/smem/,https://selenic.com/repo/smem,"Python program that reports memory usage; it can report the ""proportional set size"" (PSS), a meaningful representation of the amount of memory used by libraries and applications in a virtual memory system; it has built-in chart generation." monitor,top,http://www.unixtop.org/,,The classical Unix utility that provides a rolling display of top cpu using processes. monitor,watch,http://www.linfo.org/watch.html,,"Periodically runs a command in the console while temporarily clearing the screen content; it makes it easy to check differences between the output of two subsequent commands; it provides ""diff"" functionality to highlight the changing characters between outputs."