Tecmint.com

A Shell Script to Monitor Network, Disk, Uptime, Load

WebThe duty of a System Administrator is really tough as they have to monitor the servers, users, logs, create backups, and so on.For the most repetitive tasks, many …

Actived: 2 days ago

URL: https://www.tecmint.com/linux-server-health-monitoring-script/

20 Command Line Tools to Monitor Linux Performance

Web5. Netstat – Network Statistics. The netstat is a command-line tool for monitoring incoming and outgoing network packet statistics as well as interface statistics. …

Category:  Health Go Health

15 Best Performance and Network Monitoring Tools for …

Web3. Sarg – Squid Bandwidth Monitoring. Sarg (Squid Analysis Report Generator) is a free and open-source tool that acts as a monitoring tool for your Squid …

Category:  Health Go Health

How to Check Bad Sectors or Bad Blocks on Hard Disk in …

WebThen scan your Linux disk drive to check for bad sectors/blocks by typing: $ sudo badblocks -v /dev/sda10 > badsectors.txt. Scan Hard Disk Bad Sectors in Linux. In …

Category:  Health Go Health

How to Use ‘fsck’ to Repair Linux File System Errors

WebDuring the boot, hold down the shift key so that the grub menu is shown. Select “ Advanced options ”. Grub Advanced Options. Then choose “ Recovery mode ”. …

Category:  Health Go Health

Setup a Centralized Log Server with Rsyslog in …

Web1. As I said, Rsyslog service is installed and running automatically in CentOS/RHEL 8 server. In order to verify that the daemon is running in the system, run …

Category:  Health Go Health

How to Monitor Performance Of CentOS 8/7 Server Using …

WebHow to Install Netdata in CentOS Linux. 1. Before we dive into the installation of Netdata, a few prerequisite packages are mandatory. But first, update the system and …

Category:  Health Go Health

4 Useful Commandline Tools to Monitor MySQL …

Web4. mysqladmin. mysqladmin is a default command line MySQL client that comes pre-installed with MySQL package for performing administrative operations such …

Category:  Health Go Health

Using Shell Scripting to Automate Linux System Maintenance …

Web1) update the local file database, 2) find (and alternatively delete) files with 777 permissions, and 3) alert when filesystem usage surpasses a defined limit. Let’s …

Category:  Health Go Health

Useful PuTTY Configuration Tips and Tricks

WebPutty is an open-source terminal emulator that supports several network protocols like Telnet, SSH, Rlogin, SCP, and Raw Socket.. The initial version of putty is …

Category:  Health Go Health

3 Methods to Check Apache Server Status and Uptime in Linux

Web3. ps Command. ps command is used to show information concerning a selection of the active processes running on a Linux system, you can use it with the grep …

Category:  Health Go Health

8 Best Free Disk Cloning & Backup Tools for Linux (2024)

WebHere, we present the best free disk cloning and backup tools for Linux in 2024. 1. Clonezilla – Linux Disk Imaging/Cloning Program. Clonezilla is a live CD based …

Category:  Health Go Health

9 Useful Commands to Get CPU Information on Linux

WebWith that said, below are 9 commands for getting info about your Linux CPU. 1. Get CPU Info Using cat Command. You can simply view the information of your …

Category:  Health Go Health

3 Useful GUI and Terminal-Based Linux Disk Scanning Tools

WebIn this article, we will review a mix of GUI and terminal-based disk scanning utilities for Linux. In case you notice any unusual behavior from a computer hard disk or …

Category:  Health Go Health

Top 27 Tools for VMware Administrators in 2024

WebESXTOP is a nifty command line tool that comes alongside vSphere for helping admins sniff out and fix performance issues in real time. It displays information …

Category:  Health Go Health

How to Find My DNS Server IP Address in Linux

Web1. To find out your DNS Server IP address, use the following cat command or less command. 2. Another way is to use the following grep command. 3. In newer Linux …

Category:  Health Go Health

How to Enable and Monitor PHP-FPM Status in Nginx

WebFirst open the php-fpm configuration file and enable the status page as shown. Inside this file, find and uncomment the variable pm.status_path = /status as …

Category:  Health Go Health