diff --git a/data/apps.csv b/data/apps.csv index 722fd52..04139a3 100644 --- a/data/apps.csv +++ b/data/apps.csv @@ -39,10 +39,10 @@ file-handling,cv,,https://github.com/Xfennec/progress,"(Coreutils Progress Viewe monitor,glances,https://nicolargo.github.io/glances/,https://github.com/nicolargo/glances,"A comprehensive and detailed system monitoring tool; monitored parameters include: CPU, memory, load, process list, network interfaces, disk I/O, sensors, filesystems, docker, system info, uptime." utility,GoTTY,,https://github.com/yudai/gotty,"A program to turn CLI tools into web applications; basically, it runs a command and starts a server so that the output can be displayed in a web page." monitor,inxi,http://smxi.org/docs/inxi.htm,https://github.com/smxi/inxi,"A comprehensive system information script; provides information about CPU, graphics, audio and network devices, drives and partitions, sensors; implemented as a Bash script." -monitor,iotop,http://guichaz.free.fr/iotop/,https://repo.or.cz/w/iotop.git,"""A Python program with a top like UI used to show of behalf of which process is the I/O going on""." +monitor,iotop,http://guichaz.free.fr/iotop/,https://repo.or.cz/iotop.git,"""A Python program with a top like UI used to show of behalf of which process is the I/O going on""." monitor,htop,http://hisham.hm/htop/,https://github.com/htop-dev/htop,"An interactive process viewer for Unix; improves the UI of `top`, by adding real-time meters and colors." monitor,multitail,https://www.vanheusden.com/multitail/,https://github.com/folkertvanheusden/multitail,A command to open multiple log files in a single terminal window and monitor them in real-time. -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." +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/,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."