How can I check the load on the server, without logging in to it?

Following script to check the load on the server could be referred:- This script will create a file called chkload wherein all the details will be saved in a time and date format. Any irregularities could be checked. ——————————————————————— ### Script is created to check the load on server ###

Configure my own dynamic name servers

Requirements: —————– BIND (Berkeley Internet Domain) software. Source code can be downloaded and compiled for your platform from internet at www.isc.org However BIND may be available in precompiled version along with OS so check your OS if it is already there. The situation you may want to compile from source

System Health

1)Background Process Killer 2)Show Current CPU Usage 3)Show Current Disk Usage 4)Show Current Running Processes

Server Status

1)Apache Status 2)CPU/Memory/MySQL Usage 3)Server Information 4)Service Status

Common cPanel /Scripts

Solution Hello Guys! Here you can find some common cPanel scripts which are useful for the task given below. Common cPanel /Scripts Install Zend Optimizer /scripts/installzendopt Hostname A Entry Missing! /scripts/fixndc then restart bind and apache Install Cron on New Server /scripts/installrpm anacron vixie-cron ; /etc/rc.d/init.d/crond start Bandwidth issues /scripts/cleanbw

Apache status is not showing up in WHM.

Solution This is usually due to the server-status directive being commented out. 1. Back up your current httpd.conf root@cpanel [~]# cd /usr/local/apache/conf root@cpanel [/usr/local/apache/conf]# cp httpd.conf httpd.conf.save.`date +%s` root@cpanel [/usr/local/apache/conf]# ls -la httpd.conf* -rw——- 1 root root 45279 Oct 28 18:44 httpd.conf -rw——- 1 root root 45279 Nov 10 01:27

A Quick Way of Finding a Website Using All Resources in Windows

Finding a website in windows that has bad asp code eating up cpu or ram isn’t fun. After you acquire the PID of the dllhost.exe you have to go into Component services and that can take forever… So instead, once you get the PID from Task Manager, try this: Go

mytop – Monitor MySQL Performance

Linux mytop is a command-line tool that allows you to monitor the performance of MySQL or MariaDB servers. It displays various statistics such as queries per second, slow queries, threads, uptime, and more. It also lets you execute commands on the server without leaving the tool. Mytop is similar to

What is ASP Caching?

The ASP Template Cache stores templates: pre-compiled ASP pages in text format (#includes have been evaluated, and so on). Its size is governed by the AspScriptFileCacheSize setting in the metabase, which defaults to 250. The ASP Script Engine Cache holds ASP templates that have been compiled into byte code. Its

How do I use the vmstat command?

For a more concise understanding of system performance, try vmstat. With vmstat, it is possible to get an overview of process, memory, swap, I/O, system, and CPU activity in one line of numbers: procs memory swap io system cpu r b swpd free buff cache si so bi bo in

How Do I Use the top Command?

The Linux top command is a useful tool for monitoring system performance and resource usage. It shows a table of processes and their CPU, memory, and other statistics in real-time. You can use various options and keystrokes to customize the output of top and sort the processes by different criteria.

BLOG NAVIGATION