InfoQuest Knowledgebase InfoQuest Knowledgebase

  • Home
  • Knowledgebase
    • Billing
    • Control Panel
    • Data Center
    • Databases
    • Domains
    • Email
    • FTP
    • Hosted Exchange
    • SSL Certificates
    • Virtual Private Servers
    • Webmail
    • Website Hosting
  • FAQ
  • Contact
  • Visit InfoQuest.com
Home / Virtual Private Servers / How to determine if “max clients” are being reached on your Linux VPS (POA)

How to determine if “max clients” are being reached on your Linux VPS (POA)

Here are the commands you would use to determine if or when “max clients” have been reached on your Linux VPS.

1. Open an application like Putty or whatever program you use to SSH to servers.

2. SSH to the VPS (Virtual Private Server) you want to check.

3. Run the following commands at the prompt:

cd /var/log/httpd

Then this:

cat error_log |grep -i max

You’ll see something like the following information below come up.

CT-1431-bash-4.1# cat error_log-********* |grep -i max

[Sun Feb 19 04:20:53 2017] [notice] Creating 4 session mutexes based on 20 max processes and 0 max threads.

[Sun Feb 19 13:50:30 2017] [error] server reached MaxClients setting, consider raising the MaxClients setting

[Sun Feb 19 19:54:23 2017] [notice]Creating 4 session mutexes based on 20 max processes and 0 max threads.

[Mon Feb 20 04:06:36 2017] [notice] Creating 4 session mutexes based on 20 max processes and 0 max threads.

[Mon Feb 20 04:11:45 2017] [notice] Creating 4 session mutexes based on 20 max processes and 0 max threads.

Virtual Private Servers

Related Articles

  • How do I find a file on a CentOS or Linux VPS (POA)
  • I can no longer RDP to my Windows VPS after making changes to the firewall (POA)
  • I can no longer access my CentOS VPS by SSH after making changes to the firewall (POA)
  • Resetting Plesk SQL Services on Windows VPS (POA)

Knowledgebase Categories

  • 7Billing
  • 50Control Panel
  • 4Data Center
  • 4Databases
  • 12Domains
  • 58Email
  • 4FTP
  • 38Hosted Exchange
  • 7SSL Certificates
  • 25Virtual Private Servers
  • 5Webmail
  • 47Website Hosting

Most Helpful Articles

  • How to change WordPress siteURL to IP address using phpmyadmin (POA)
  • Remove index.php from WordPress URL (POA)
  • How To Setup An Archive Folder in Outlook for MAC (POA)
  • How to Redirect a Registered Domain (POA)
  • Share Exchange Outlook calendar on iOS devices (POA)
  • Changing the WordPress URL Path to web root “/” or another path (POA)
  • Where do I go to leave positive feedback for support?
Copyright © 2020 - InfoQuest Technologies, Inc.