pages:howtos:diagnose:linux-diagnosis-and-monitoring-tools
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
pages:howtos:diagnose:linux-diagnosis-and-monitoring-tools [2022/02/07 11:51] – mischerh | pages:howtos:diagnose:linux-diagnosis-and-monitoring-tools [2023/06/15 16:42] (current) – [mytop] mischerh | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | {{tag> | + | {{tag> |
FIXME | FIXME | ||
Line 31: | Line 31: | ||
* https:// | * https:// | ||
* https:// | * https:// | ||
- | apachetop is a console-based (non-gui) tool for monitoring the threads and overall performance of a set of Apache web servers. It runs on Unix systems which have Perl, LWP, and Term:: | + | apachetop is a console-based (non-gui) tool for monitoring the threads and overall performance of a set of Apache web servers. It runs on Unix systems which have Perl, LWP, and < |
===== Apache mod_status ===== | ===== Apache mod_status ===== | ||
Line 58: | Line 58: | ||
* https:// | * https:// | ||
* https:// | * https:// | ||
- | mytop is a console-based (non-gui) tool for monitoring the threads and overall performance of a MySQL 3.22.x, 3.23.x, and 4.x server. It runs on most Unix systems (including Mac OS X) which have Perl, DBI, and Term:: | + | mytop is a console-based (non-gui) tool for monitoring the threads and overall performance of a MySQL 3.22.x, 3.23.x, and 4.x server. It runs on most Unix systems (including Mac OS X) which have Perl, DBI, and < |
===== powertop ===== | ===== powertop ===== | ||
Line 240: | Line 240: | ||
Implementing effective application monitoring with Nagios allows your organization to quickly detect application, | Implementing effective application monitoring with Nagios allows your organization to quickly detect application, | ||
+ | ===== Icinga ===== | ||
+ | * https:// | ||
+ | * https:// | ||
+ | * https:// | ||
+ | Icinga is a monitoring system which checks the availability of your network resources, notifies users of outages, and generates performance data for reporting. Scalable and extensible, Icinga can monitor large, complex environments across multiple locations. Icinga 2 is the monitoring server and requires Icinga Web 2 on top in your Icinga Stack. The configuration can be easily managed with either the Icinga Director, config management tools or plain text within the Icinga DSL. | ||
+ | ===== Zenoss ===== | ||
+ | * https:// | ||
+ | Zenoss Community Edition is a free and open-source application, | ||
+ | ===== Cacti ===== | ||
+ | * https:// | ||
+ | * https:// | ||
+ | * https:// | ||
+ | Cacti is an open-source, | ||
+ | The front end can handle multiple users, each with their own graph sets, so it is sometimes used by web hosting providers (especially dedicated server, virtual private server, and colocation providers) to display bandwidth statistics for their customers. It can be used to configure the data collection itself, allowing certain setups to be monitored without any manual configuration of RRDtool. Cacti can be extended to monitor any source via shell scripts and executables. | ||
+ | Cacti can use one of two back ends: " | ||
+ | ===== Zabbix ===== | ||
+ | * https:// | ||
+ | * https:// | ||
+ | Zabbix is an open-source monitoring software tool for diverse IT components, including networks, servers, virtual machines (VMs) and cloud services. Zabbix provides monitoring metrics, among others network utilization, | ||
+ | Backend of Zabbix is written in C and the web frontend is written in PHP. | ||
- | Icinga – Next Generation Server Monitoring | + | Zabbix offers several monitoring features: |
+ | * Simple checks can verify the availability and responsiveness of standard services such as SMTP or HTTP without installing any software on the monitored host. | ||
+ | * A Zabbix agent can also be installed on UNIX and Windows hosts to monitor statistics such as CPU load, network utilization, | ||
+ | * As an alternative to installing an agent on hosts, Zabbix includes support for monitoring via SNMP, TCP and ICMP checks, as well as over IPMI, JMX, SSH, Telnet and using custom parameters. Zabbix supports a variety of near-real-time notification mechanisms, including XMPP. | ||
- | Unlike | + | Released under the terms of GNU General Public License version 2, Zabbix |
- | Icinga Monitoring ToolIcinga Monitoring Tool | + | |
- | ~\ownCloud\zim\Bilder\DEF\artikel-linux-monitoring-tools\Icinga.jpeg | + | ===== nmon ===== |
+ | * http:// | ||
+ | * http:// | ||
+ | nmon (short hand for Nigel' | ||
- | Features of Icinga | + | ===== conky ===== |
- | * Icinga is also free and open-source. | + | * https:// |
- | * Very functional in monitoring everything you may have in networking. | + | * https:// |
- | * Support | + | Conky is a free software desktop system monitor |
- | * Real-time monitoring with A nice web interface. | + | |
- | * Very expendable with modules | + | |
- | * Icinga supports applying services and actions | + | |
- | * A lot more to discover.. | + | |
- | * Read More: Install Icinga | + | Conky was hailed as "one of the best maintained, and definitely one of the most useful, programs |
+ | It comes pre-configured in the default installation of Pinguy OS and CrunchBang Linux. | ||
- | Zenoss | + | ===== Glances ===== |
+ | * https:// | ||
+ | * https:// | ||
+ | Glances is a cross-platform monitoring tool which aims to present a large amount of monitoring information through a curses or Web based interface. The information dynamically adapts depending on the size of the user interface. It can also work in client/ | ||
- | ~\ownCloud\zim\Bilder\DEF\artikel-linux-monitoring-tools\zenoss.jpg | + | ===== sarg ===== |
+ | * https:// | ||
+ | * https://linux.die.net/ | ||
+ | sarg - Squid Analysis Report Generator is a tool that allow you to view " | ||
- | Zenoss provides | + | sarg is a logfile parser |
- | * http://www.zenoss.com/ | + | sarg can take the squid access log as its input, or optionally the squidGuard |
+ | ===== libstatgrab / saidar ===== | ||
+ | * https:// | ||
+ | * https:// | ||
+ | * https:// | ||
+ | libstatgrab is a library that provides cross platform access to statistics about the system on which it’s run. It’s written in C and presents a selection of useful interfaces which can be used to access key system statistics. The current list of statistics includes CPU usage, memory utilisation, | ||
- | Cacti | + | The current list of supported and tested platforms includes FreeBSD, Linux, NetBSD, OpenBSD, Solaris, DragonFly BSD, HP-UX and AIX. We are always happy to accept patches to extend support to other operating systems. |
- | Cacti is nothing more than a free & open-source web interface | + | The package also includes |
- | ~\ownCloud\zim\Bilder\DEF\artikel-linux-monitoring-tools\cacti.jpg | + | The library part of libstatgrab is licensed under the GNU LGPL, but the tools and examples are licensed under the GNU GPL. |
- | ~\ownCloud\zim\Bilder\DEF\artikel-linux-monitoring-tools\Cacti2.png | + | ===== RRDtool ===== |
+ | * https:// | ||
+ | * https:// | ||
+ | RRDtool is the OpenSource industry standard, high performance data logging and graphing system for time series data. RRDtool can be easily integrated in shell scripts, perl, python, ruby, lua or tcl applications. | ||
- | (And one for luck!) Cacti is network graphing solution that uses the RRDtool data storage. It allows a user to poll services at predetermined intervals | + | ===== monit / M/Monit ===== |
- | * http://www.cacti.net/ | + | * https:// |
+ | * https:// | ||
+ | * https:// | ||
+ | * https:// | ||
+ | Monit is a free, open-source process supervision tool for Unix and Linux. With Monit, system status can be viewed directly from the command line, or via the native HTTP(S) web server. Monit is able to do automatic maintenance, | ||
- | Features of Cacti | + | Monit can restart a process automatically if process dies or monitor process characteristics, such as memory or cpu cycles and alert by email or execute |
- | * Free & open-source, released under GPL license. | + | |
- | * Written in PHP with PL/SQL. | + | |
- | * A cross-platform tool, it works on Windows | + | |
- | * User management; you may create different users accounts for Cacti. | + | |
- | Read More: Install Cacti Network | + | Additionally M/Monit can monitor |
+ | ===== Linux process explorer ===== | ||
+ | * https:// | ||
+ | Graphical process explorer for Linux. Shows process information: | ||
- | Zabbix | + | ===== df ===== |
+ | * https:// | ||
+ | * https:// | ||
+ | df (abbreviation for disk free) is a standard Unix command used to display the amount of available disk space for file systems on which the invoking user has appropriate read access. df is typically implemented using the statfs or statvfs system calls. | ||
- | ~\ownCloud\zim\Bilder\DEF\artikel-linux-monitoring-tools\zabbix-monitoring.png | + | ===== discus ===== |
+ | * https:// | ||
+ | discus | ||
- | Zabbix is an open source infrastructure monitoring solution. It can use most databases out there to store the monitoring | + | ===== dstat ===== |
- | * http://www.zabbix.com/ | + | * https:// |
+ | * http:// | ||
+ | dstat - versatile tool for generating system resource | ||
+ | Dstat is unique in letting you aggregate block device throughput for a certain diskset or network bandwidth for a group of interfaces, ie. you can see the throughput for all the block devices that make up a single filesystem or storage system. | ||
- | nmon - Monitor Linux Performance | + | Dstat allows its data to be directly written to a CSV file to be imported and used by OpenOffice, Gnumeric or Excel to create graphs. |
- | Nmon (stands | + | ===== Net-SNMP ===== |
+ | * http:// | ||
+ | * http:// | ||
+ | Simple Network Management Protocol | ||
+ | * retrieve information from an SNMP-capable device, either using single requests (snmpget, snmpgetnext), or multiple requests (snmpwalk, snmptable, snmpdelta). | ||
+ | * manipulate configuration information on an SNMP-capable device (snmpset). | ||
+ | * retrieve a fixed collection of information from an SNMP-capable device (snmpdf, snmpnetstat, | ||
+ | * convert between numerical | ||
+ | * A graphical MIB browser (tkmib), using Tk/perl. | ||
+ | * A daemon application for receiving SNMP notifications (snmptrapd). Selected notifications can be logged (to syslog, the NT Event Log, or a plain text file), forwarded to another SNMP management system, or passed to an external application. | ||
+ | * An extensible agent for responding to SNMP queries for management information (snmpd). This includes built-in support for a wide range of MIB information modules, and can be extended using dynamically loaded modules, external scripts and commands, and both the SNMP multiplexing (SMUX) and Agent Extensibility (AgentX) protocols. | ||
+ | * A library for developing new SNMP applications, | ||
- | The Online Mode, is used for real-time monitoring | + | Net-SNMP |
- | ~\ownCloud\zim\Bilder\DEF\artikel-linux-monitoring-tools\nmon.jpg | + | ===== incron ===== |
+ | * https:// | ||
+ | * http:// | ||
+ | This program is the " | ||
- | ~\ownCloud\zim\Bilder\DEF\artikel-linux-monitoring-tools\Nmon-620x383.jpeg | + | This project was kicked off by Lukas Jelinek in 2006 and then unfortunatally abandoned in 2012. Upstream development and bug-tracking/ |
- | nmon either outputs the data on screen or saves it in a comma separated file. You can display CPU, memory, network, | + | |
- | * http:// | + | |
- | * Read More: Install Nmon (Performance Monitoring) Tool in Linux | + | |
+ | inotify can be used for such tasks: | ||
+ | * detecting changes in files and directories (e.g. configuration files, mail directories) | ||
+ | * guarding critical files and their eventual automatic recovery | ||
+ | * file usage statistics and similar purposes | ||
+ | * automatic upload handling | ||
+ | * monitoring installations outside of packaging systems | ||
+ | * automatic on-change backup and/or versioning | ||
+ | * reflecting changes to search databases | ||
- | conky | + | There is much more that can be done using inotify. Switch your fantasy on and incorporate inotify to your application the best way. |
- | ~\ownCloud\zim\Bilder\DEF\artikel-linux-monitoring-tools\conky.jpg | + | ===== monitorix ===== |
+ | * https:// | ||
+ | * https:// | ||
+ | * https:// | ||
+ | * https:// | ||
+ | Monitorix is a free, open source, lightweight system | ||
- | Conky monitors a plethora of different OS stats. | + | It consists mainly of two programs: a collector, called monitorix, which is a Perl daemon that is started automatically like any other system service, |
- | * http://conky.sourceforge.net/ | + | |
+ | All of its development was initially created for monitoring Red Hat, Fedora and CentOS Linux systems, so this project was made keeping in mind these type of distributions. Today it runs on different GNU/Linux distributions and even in other UNIX systems like FreeBSD, OpenBSD and NetBSD. | ||
- | Glances | + | It is currently in active development adding new features, new graphs and correcting bugs in the attempt to offer a great tool for daily systems administration. |
- | Glances | + | ===== vmstat ===== |
+ | * https:// | ||
+ | * https:// | ||
+ | vmstat (virtual memory statistics) | ||
- | ~\ownCloud\zim\Bilder\DEF\artikel-linux-monitoring-tools\glances.jpg | + | The vmstat tool is available on most Unix and Unix-like operating systems, such as FreeBSD, Linux or Solaris. |
- | ~\ownCloud\zim\Bilder\DEF\artikel-linux-monitoring-tools\Glances2.jpeg | + | ===== Web VMStat ===== |
+ | * https:// | ||
+ | Display live Linux system stats (memory, CPU, IO, etc) in a pretty web-page, with charts and everything. | ||
- | Glances monitors your system and aims to present a maximum amount of information in a minimum amount of space. It has the capability to function in a client/server mode as well as monitoring remotely. It also has a web interface. | + | ===== uptime ===== |
- | * https://github.com/nicolargo/glances | + | * https:// |
- | * Install Glances | + | * https://en.wikipedia.org/wiki/Uptime# |
+ | uptime gives a one line display of the following information. The current time, how long the system has been running, how many users are currently logged | ||
- | Features | + | ===== mpstat ===== |
- | * Licensed under LGPL and written in Python. | + | * https:// |
- | * Cross-platform, it works on Windows, Mac, BSD and Linux. | + | * http:// |
- | * Available in most Linux official repositories. | + | mpstat - Report processors related statistics. The mpstat command writes to standard output activities for each available processor, processor 0 being the first one. Global average activities among all processors are also reported. The mpstat command can be used both on SMP and UP machines, but in the latter, only global average activities will be printed. If no activity has been selected, then the default report is the CPU utilization report. |
- | * A It gives a lot of information about your system. | + | |
- | * Built using curses. | + | |
+ | The interval parameter specifies the amount of time in seconds between each report. A value of 0 (or no parameters at all) indicates that processors statistics are to be reported for the time since system startup (boot). The count parameter can be specified in conjunction with the interval parameter if this one is not set to zero. The value of count determines the number of reports generated at interval seconds apart. If the interval parameter is specified without the count parameter, the mpstat command generates reports continuously. | ||
- | Sarg – Squid Bandwidth Monitoring | + | ===== pmap ===== |
+ | * https:// | ||
+ | pmap - report memory map of a process. The pmap command reports the memory map of a process or processes. | ||
- | Sarg (Squid Analysis Report Generator) is a free & open-source tool which act as a monitoring tool for your Squid proxy server, it creates reports about your Squid proxy server users, IP addresses, the sites they visit beside some other information. | + | ===== ps ===== |
- | Monitor Squid Proxy LogsMonitor Squid Proxy Logs | + | * https:// |
+ | * https:// | ||
+ | ps displays information about a selection of the active processes. If you want a repetitive update of the selection and the displayed information, use top instead. In most Unix and Unix-like operating systems, the ps program (short for " | ||
- | ~\ownCloud\zim\Bilder\DEF\artikel-linux-monitoring-tools\Sarg.jpeg | + | ===== sar ===== |
+ | * https://linux.die.net/ | ||
+ | * http:// | ||
+ | * http:// | ||
+ | sar - Collect, report, or save system activity information. The sar command writes to standard output the contents of selected cumulative activity counters in the operating system. The accounting system, based on the values in the count and interval parameters, writes information the specified number of times spaced at the specified intervals in seconds. If the interval parameter is set to zero, the sar command displays the average statistics for the time since the system was started. If the interval parameter is specified without the count parameter, then reports are generated continuously. The collected data can also be saved in the file specified by the -o filename flag, in addition to being displayed onto the screen. If filename is omitted, sar uses the standard system activity daily data file, the / | ||
- | Features of Sarg | + | ===== Sysstat ===== |
- | * Licensed under GPL 2 and available in many languages. | + | * http:// |
- | * Works under Linux & FreeBSD. | + | The sysstat utilities are a collection of performance monitoring tools for Linux. |
- | * Generates report in HTML format. | + | Sysstat is Open Source / Free Software, and is freely available under the GNU General Public License, version 2. |
- | * Very easy to install & use. | + | |
- | Read More: Install Sarg “Squid Bandwidth Monitoring” Tool in Linux | + | Sysstat' |
+ | * Includes four groups of monitoring tools (sar / sadc / sadf, iostat / tapestat / cifsiostat, mpstat, pidstat) for global system performance analysis. | ||
+ | * Can monitor a huge number of different metrics: | ||
+ | * Input / Output and transfer rate statistics (global, per device, per partition, per network filesystem and per Linux task / PID). | ||
+ | * CPU statistics (global, per CPU, per NUMA nodes and per Linux task / PID), including support for virtualization architectures. | ||
+ | * Memory, hugepages and swap space utilization statistics. | ||
+ | * Virtual memory, paging and fault statistics. | ||
+ | * Per-task (per-PID) memory and page fault statistics. | ||
+ | * Global CPU and page fault statistics for tasks and all their children. | ||
+ | * Process creation activity. | ||
+ | * Interrupt statistics (global, per CPU and per interrupt, including potential APIC interrupt sources, hardware and software interrupts). | ||
+ | * Extensive network statistics: network interface activity (number of packets and kB received and transmitted per second, etc.) including failures from network devices; network traffic statistics for IP, TCP, ICMP and UDP protocols based on SNMPv2 standards; support for IPv6-related protocols. | ||
+ | * Fibre Channel traffic statistics. | ||
+ | * Software-based network processing (softnet) statistics. | ||
+ | * NFS server and client activity. | ||
+ | * Sockets statistics. | ||
+ | * Run queue and system load statistics. | ||
+ | * Kernel internal tables utilization statistics. | ||
+ | * System and per Linux task switching activity. | ||
+ | * Swapping statistics. | ||
+ | * TTY devices activity. | ||
+ | * Power management statistics (instantaneous and average CPU clock frequency, fans speed, devices temperature, | ||
+ | * USB devices plugged into the system. | ||
+ | * Filesystems utilization (inodes and blocks). | ||
+ | * Tape drives statistics. | ||
+ | * Pressure-Stall Information statistics. | ||
+ | * Can generate graphs (SVG format - Scalable Vector Graphics) that can be displayed in your favorite web browser! | ||
+ | * Most system statistics can be saved in a file for future inspection. | ||
+ | * Allows to configure the length of data history to keep. | ||
+ | * On the fly detection of new devices (disks, network interfaces, etc.) that are created or registered dynamically. | ||
+ | * Support for UP and SMP machines, including machines with hyperthreaded or multi-core processors. | ||
+ | * Support for hotplug CPUs (it detects automagically processors that are disabled or enabled on the fly) and tickless CPUs. | ||
+ | * Works on many different architectures, | ||
+ | * Needs very little CPU time to run (written in C). | ||
+ | * System statistics collected by sar/sadc can be exported in various different formats (CSV, XML, JSON, SVG, etc.). DTD and XML Schema documents are included in sysstat package. JSON output format is also available for mpstat and iostat commands. | ||
+ | * sar data can also be exported by sadf to PCP (Performance Co-Pilot) archive. | ||
+ | * Smart color output for easier statistics reading. | ||
+ | * Internationalization support (sysstat has been translated into numerous different languages). Sysstat is now part of the Translation Project. | ||
+ | * Sysstat commands can automatically select the unit used to display sizes for easier reading (see option --human). | ||
+ | * Many programs available on the internet to use sysstat' | ||
+ | * iostat has support for devices managed by drivers in userspace like spdk. | ||
- | saidar | + | ===== iostat ===== |
- | + | * http://sebastien.godard.pagesperso-orange.fr/ | |
- | ~\ownCloud\zim\Bilder\DEF\artikel-linux-monitoring-tools\saidar.jpg | + | * http:// |
- | + | ||
- | Saidar is a very small tool that gives you basic information about your system resources. It displays a full screen of the standard system resources. The emphasis for saidar is being as simple as possible. | + | |
- | * https:// | + | |
- | + | ||
- | + | ||
- | + | ||
- | RRDtool | + | |
- | + | ||
- | ~\ownCloud\zim\Bilder\DEF\artikel-linux-monitoring-tools\rrdtool.jpg | + | |
- | + | ||
- | RRDtool is a tool developed to handle round-robin databases or RRD. RRD aims to handle time-series data like CPU load, temperatures etc. This tool provides a way to extract RRD data in a graphical format. | + | |
- | * http:// | + | |
- | + | ||
- | + | ||
- | monit | + | |
- | + | ||
- | Monit is a free open source and web based process supervision utility that automatically monitors and managers system processes, programs, files, directories, | + | |
- | + | ||
- | It monitors services like Apache, MySQL, Mail, FTP, ProFTP, Nginx, SSH and so on. The system status can be viewed from the command line or using it own web interface. | + | |
- | + | ||
- | Monit is a nice program that monitors your Linux & Unix server, it can monitor everything you have on your server, from the main server (Apache, Nginx..) to files permissions, | + | |
- | + | ||
- | ~\ownCloud\zim\Bilder\DEF\artikel-linux-monitoring-tools\monit.jpg | + | |
- | + | ||
- | Monit has the capability of sending you alerts as well as restarting services if they run into trouble. It’s possible to perform any type of check you could write a script for with monit and it has a web user interface to ease your eyes. | + | |
- | * http:// | + | |
- | * Read More: Install Monit Tool in RHEL/ | + | |
- | * Read More : Linux Process Monitoring with Monit | + | |
- | + | ||
- | Features of Monit | + | |
- | * Free & open-source, | + | |
- | * It can be started from the command line interface or via its special web interface. | + | |
- | * Very effective in monitoring all the software on your system and services. | + | |
- | * A nice web interface with beautiful charts for CPU and RAM usage. | + | |
- | * Monit can automatically take actions in emergency situations. | + | |
- | * A lot more.. | + | |
- | + | ||
- | + | ||
- | Linux process explorer | + | |
- | + | ||
- | ~\ownCloud\zim\Bilder\DEF\artikel-linux-monitoring-tools\linux-process-monitor.jpg | + | |
- | + | ||
- | Linux process explorer is akin to the activity monitor for OSX or the windows equivalent. It aims to be more usable than top or ps. You can view each process and see how much memory usage or CPU it uses. | + | |
- | * http:// | + | |
- | + | ||
- | + | ||
- | df | + | |
- | + | ||
- | ~\ownCloud\zim\Bilder\DEF\artikel-linux-monitoring-tools\df.jpg | + | |
- | + | ||
- | df is an abbreviation for disk free and is pre-installed program in all unix systems used to display the amount of available disk space for filesystems which the user have access to. | + | |
- | + | ||
- | + | ||
- | discus | + | |
- | + | ||
- | ~\ownCloud\zim\Bilder\DEF\artikel-linux-monitoring-tools\discus.jpg | + | |
- | + | ||
- | Discus is similar to df however it aims to improve df by making it prettier using fancy features as colors, graphs and smart formatting of numbers. | + | |
- | * http:// | + | |
- | + | ||
- | + | ||
- | Apache Status Monitoring | + | |
- | + | ||
- | Apache Module mod_status is an Apache server module that allows you to monitor the workers status of the Apache server. It generates a report in an easy to read HTML format. It shows you the status of all the workers, how much CPU each one using, and what requests are currently handled and number of working and not working workers. | + | |
- | + | ||
- | ~\ownCloud\zim\Bilder\DEF\artikel-linux-monitoring-tools\Apache-Monitoring.jpeg | + | |
- | + | ||
- | Read More: Apache Web Server Load and Page Statistics Monitoring | + | |
- | + | ||
- | + | ||
- | xosview | + | |
- | + | ||
- | ~\ownCloud\zim\Bilder\DEF\artikel-linux-monitoring-tools\xosview.jpg | + | |
- | + | ||
- | xosview is a classic system monitoring tool and it gives you a simple overview of all the different parts of the including IRQ. | + | |
- | * http:// | + | |
- | + | ||
- | + | ||
- | Dstat | + | |
- | + | ||
- | ~\ownCloud\zim\Bilder\DEF\artikel-linux-monitoring-tools\dstat.jpg | + | |
- | + | ||
- | Dstat aims to be a replacement for vmstat, | + | |
- | * http:// | + | |
- | + | ||
- | + | ||
- | Net-SNMP | + | |
- | + | ||
- | SNMP is the protocol ‘simple network management protocol’ and the Net-SNMP tool suite helps you collect accurate information about your servers using this protocol. | + | |
- | * http:// | + | |
- | + | ||
- | + | ||
- | incron | + | |
- | + | ||
- | Incron allows you to monitor a directory tree and then take action on those changes. If you wanted to copy files to directory ‘b’ once new files appeared in directory ‘a’ that’s exactly what incron does. | + | |
- | * http:// | + | |
- | + | ||
- | + | ||
- | monitorix – System and Network Monitoring | + | |
- | + | ||
- | Monitorix is a free lightweight utility that is designed to run and monitor system and network resources as many as possible in Linux/Unix servers. It has a built in HTTP web server that regularly collects system and network information and display them in graphs. It Monitors system load average and usage, memory allocation, disk driver health, system services, network ports, mail statistics (Sendmail, Postfix, Dovecot, etc), MySQL statistics and many more. It designed to monitor overall system performance and helps in detecting failures, bottlenecks, | + | |
- | + | ||
- | ~\ownCloud\zim\Bilder\DEF\artikel-linux-monitoring-tools\Monitorix-Monitoring-592x450.png | + | |
- | + | ||
- | Monitorix is lightweight system monitoring tool. It helps you monitor a single machine and gives you a wealth of metrics. It also has a built-in HTTP server to view graphs and a reporting mechanism of all metrics. | + | |
- | * http://www.monitorix.org/ | + | |
- | * Read More : Monitorix a System and Network Monitoring Tool for Linux | + | |
- | + | ||
- | + | ||
- | vmstat | + | |
- | + | ||
- | Linux VmStat command used to display statistics of virtual memory, kernerl threads, disks, system processes, I/O blocks, interrupts, CPU activity and much more. By default vmstat command is not available under Linux systems you need to install a package called sysstat that includes a vmstat program. The common usage of command format is. | + | |
- | + | ||
- | procs -----------memory---------- ---swap-- -----io---- -system-- ------cpu----- | + | |
- | | + | |
- | | + | |
- | + | ||
- | + | ||
- | vmstat or virtual memory statistics is a small built-in tool that monitors and displays a summary about the memory in the machine. | + | |
- | + | ||
- | For more Vmstat examples read : 6 Vmstat Command Examples in Linux | + | |
- | + | ||
- | + | ||
- | Web VMStat – System Statistics Monitoring | + | |
- | + | ||
- | Web VMStat is a very simple web application programmer, that provides a real time system information usage, from CPU to RAM, Swap and input/output information in html format. | + | |
- | + | ||
- | ~\ownCloud\zim\Bilder\DEF\artikel-linux-monitoring-tools\Web-VMStat.png | + | |
- | + | ||
- | Read More: Web VMStat: A Real Time System Statistics Tool for Linux | + | |
- | + | ||
- | + | ||
- | uptime | + | |
- | + | ||
- | This small command that quickly gives you information about how long the machine has been running, how many users currently are logged on and the system load average for the past 1, 5 and 15 minutes. | + | |
- | + | ||
- | + | ||
- | mpstat | + | |
- | + | ||
- | ~\ownCloud\zim\Bilder\DEF\artikel-linux-monitoring-tools\mpstat.jpg | + | |
- | + | ||
- | mpstat is a built-in tool that monitors cpu usage. The most common command is using mpstat -P ALL which gives you the usage of all the cores. You can also get an interval update of the CPU usage. | + | |
- | + | ||
- | + | ||
- | pmap | + | |
- | + | ||
- | ~\ownCloud\zim\Bilder\DEF\artikel-linux-monitoring-tools\pmap.jpg | + | |
- | + | ||
- | pmap is a built-in tool that reports the memory map of a process. You can use this command to find out causes of memory bottlenecks. | + | |
- | + | ||
- | + | ||
- | ps | + | |
- | + | ||
- | ~\ownCloud\zim\Bilder\DEF\artikel-linux-monitoring-tools\ps.jpg | + | |
- | + | ||
- | The ps command will give you an overview of all the current processes. You can easily select all processes using the command ps -A | + | |
- | + | ||
- | + | ||
- | sar | + | |
- | + | ||
- | ~\ownCloud\zim\Bilder\DEF\artikel-linux-monitoring-tools\sar.jpg | + | |
- | + | ||
- | sar is a part of the sysstat package and helps you to collect, report and save different system metrics. With different commands it will give you CPU, memory and I/O usage among other things. | + | |
- | * http:// | + | |
- | + | ||
- | + | ||
- | Sysstat – All-in-One System Performance Monitoring | + | |
- | + | ||
- | Another monitoring tool for your Linux system. Sysstat is not a real command in fact, it’s just the name of the project, Sysstat in fact is a package that includes many performance monitoring tools like iostat, sadf, pidstat beside many other tools which shows you many statistics about your Linux OS. | + | |
- | + | ||
- | ~\ownCloud\zim\Bilder\DEF\artikel-linux-monitoring-tools\Sysstat-620x381.png | + | |
- | + | ||
- | Features of Sysstat | + | |
- | * Available in many Linux distributions repositories by default. | + | |
- | * Ability to create statistics about RAM, CPU, SWAP usage. Beside the ability to monitor Linux kernel activity, NFS server, Sockets, TTY and filesystems. | + | |
- | * Ability to monitor input & output statistics for devices, tasks.. etc. | + | |
- | * Ability to output reports about network interfaces and devices, with support for IPv6. | + | |
- | * Sysstat can show you the power statistics (usage, devices, the fans speed.. etc) as well. | + | |
- | * Many other features.. | + | |
- | + | ||
- | Read More: Install Sysstat in Linux and 20 Useful Commands of Sysstat | + | |
- | + | ||
- | + | ||
- | collectl- All-in-One Performance Monitoring Tool | + | |
- | + | ||
- | Collectl is a yet another powerful and feature rich command line based utility, that can be used to gather information about Linux system resources such as CPU usage, memory, network, inodes, processes, nfs, tcp, sockets and much more. | + | |
- | + | ||
- | ~\ownCloud\zim\Bilder\DEF\artikel-linux-monitoring-tools\collectl.jpg | + | |
- | + | ||
- | ~\ownCloud\zim\Bilder\DEF\artikel-linux-monitoring-tools\Collectl-620x410.jpg | + | |
- | + | ||
- | Similar to sar collectl collects performance metrics for your machine. By default it shows cpu, network and disk stats but it collects a lot more. The difference to sar is collectl is able to deal with times below 1 second, it can be fed into a plotting tool directly and collectl monitors processes more extensively. | + | |
- | * http:// | + | |
- | * Read More: Install Collectl (All-in-One Performance Monitoring) Tool in Linux | + | |
- | + | ||
- | + | ||
- | iostat | + | |
- | + | ||
- | ~\ownCloud\zim\Bilder\DEF\artikel-linux-monitoring-tools\iostat.jpg | + | |
iostat is also part of the sysstat package. This command is used for monitoring system input/ | iostat is also part of the sysstat package. This command is used for monitoring system input/ | ||
- | * http:// | ||
- | |||
- | |||
- | free | ||
- | |||
- | ~\ownCloud\zim\Bilder\DEF\artikel-linux-monitoring-tools\free.jpg | ||
- | |||
- | This is a built-in command that displays the total amount of free and used physical memory on your machine. It also displays the buffers used by the kernel at that given moment. | ||
- | |||
- | |||
- | /Proc file system | ||
- | |||
- | ~\ownCloud\zim\Bilder\DEF\artikel-linux-monitoring-tools\procfile.jpg | ||
- | |||
- | The proc file system gives you a peek into kernel statistics. From these statistics you can get detailed information about the different hardware devices on your machine. Take a look at the full list of the proc file statistics | ||
- | |||
- | |||
- | GKrellM | ||
- | |||
- | GKrellm is a gui application that monitor the status of your hardware such CPU, main memory, hard disks, network interfaces and many other things. It can also monitor and launch a mail reader of your choice. | ||
- | * http:// | ||
- | |||
- | |||
- | Gnome system monitor | ||
- | |||
- | ~\ownCloud\zim\Bilder\DEF\artikel-linux-monitoring-tools\gnome-system-monitor.jpg | ||
- | |||
- | Gnome system monitor is a basic system monitoring tool that has features looking at process dependencies from a tree view, kill or renice processes and graphs of all server metrics. | ||
- | * http:// | ||
- | |||
- | |||
- | GoAccess | ||
- | |||
- | ~\ownCloud\zim\Bilder\DEF\artikel-linux-monitoring-tools\goaccess.jpg | ||
- | |||
- | GoAccess is a real-time web log analyzer which analyzes the access log from either apache, nginx or amazon cloudfront. It’s also possible to output the data into HTML, JSON or CSV. It will give you general statistics, top visitors, 404s, geolocation and many other things. | ||
- | * http:// | ||
- | Logwatch | + | ===== collectl ===== |
+ | * https:// | ||
+ | * http:// | ||
+ | * http:// | ||
+ | There are a number of times in which you find yourself needing performance data. These can include benchmarking, | ||
- | Logwatch is a log analysis system. It parses through your system’s logs and creates | + | Unlike most monitoring tools that either focus on a small set of statistics, format their output in only one way, run either interatively or as a daemon but not both, collectl tries to do it all. You can choose to monitor any of a broad set of subsystems which currently include buddyinfo, cpu, disk, inodes, infiniband, lustre, memory, network, nfs, processes, quadrics, slabs, sockets and tcp. |
- | * http:// | + | |
+ | ===== free ===== | ||
+ | * https:// | ||
+ | free displays the total amount of free and used physical and swap memory in the system, as well as the buffers and caches used by the kernel. The information is gathered by parsing / | ||
- | Swatch | + | ===== /proc file system ===== |
+ | * https:// | ||
+ | * https:// | ||
+ | /proc is very special in that it is also a virtual filesystem. It's sometimes referred to as a process information pseudo-file system. It doesn' | ||
- | ~\ownCloud\zim\Bilder\DEF\artikel-linux-monitoring-tools\swatch.jpg | + | ===== GKrellM ===== |
+ | * http:// | ||
+ | * https:// | ||
+ | GKrellM is a single process stack of system monitors which supports applying themes to match its appearance to your window manager, Gtk, or any other theme. | ||
- | Much like Logwatch Swatch also monitors your logs, but instead of giving reports it watches for regular expression and notifies you via mail or the console when there is a match. It could be used for intruder detection for example. | + | ===== Gnome system monitor ===== |
- | * http://sourceforge.net/projects/swatch/ | + | * https:// |
+ | * https://help.gnome.org/users/gnome-system-monitor/stable/ | ||
+ | System Monitor is a tool to manage running processes and monitor system resources. | ||
+ | ===== GoAccess ===== | ||
+ | * https:// | ||
+ | * https:// | ||
+ | * https:// | ||
+ | GoAccess is an open-source web analytics application for Unix-like operating systems. It has both a text-based and a web application user interface. It can provide real-time analytics by continuously monitoring web server logs. GoAccess is an open source real-time web log analyzer and interactive viewer that runs in a terminal in *nix systems or through your browser. | ||
- | MultiTail | + | It provides fast and valuable HTTP statistics for system administrators that require a visual server report on the fly. |
- | ~\ownCloud\zim\Bilder\DEF\artikel-linux-monitoring-tools\multitail.jpg | + | ===== Logwatch ===== |
+ | * https://linux.die.net/ | ||
+ | * https:// | ||
+ | Logwatch is a customizable, | ||
- | MultiTail helps you monitor logfiles in multiple windows. You can merge two or more of these logfiles into one. It will also use colors to display the logfiles for easier reading with the help of regular expressions. | + | ===== Swatchdog ===== |
- | * http://www.vanheusden.com/ | + | * http:// |
+ | * http://swatch.sourceforge.net/ | ||
+ | Swatch: the active log file monitoring tool. Swatch started out as the " | ||
+ | ===== MultiTail ===== | ||
+ | * https:// | ||
+ | * http:// | ||
+ | * https:// | ||
+ | * https:// | ||
+ | MultiTail allows you to monitor logfiles and command output in multiple windows in a terminal, colorize, filter, and merge. | ||
acct or psacct – Monitor User Activity | acct or psacct – Monitor User Activity |
pages/howtos/diagnose/linux-diagnosis-and-monitoring-tools.1644234684.txt.gz · Last modified: 2022/02/07 11:51 by mischerh