Coder Social home page Coder Social logo

php-fpm_tuner's Introduction

PHP-FPM tuner

Simple script that helps tuning PHP-FPM.

❯ php php-fpm-tuner.php

pm.max_children = 11
start_servers = 3
min_spare_servers = 3
max_spare_servers = 8

The script calculates pm.max_children based on available free memory and memory used for each worker (it is either determined from currently running workers or php.ini memory limit). start_servers, min_spare_servers, and max_spare_servers are taking both memory limits and CPU cores available into account.

php-fpm_tuner's People

Contributors

dualmi avatar samdark avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

php-fpm_tuner's Issues

Handle some edge cases?

Example, running on host without "free" command ends with Warning/Deprecations.

$ php php-fpm-tuner.php 
sh: 1: free: not found
PHP Deprecated:  preg_match(): Passing null to parameter #2 ($subject) of type string is deprecated in /var/www/php-fpm_tuner/php-fpm-tuner.php on line 17

Deprecated: preg_match(): Passing null to parameter #2 ($subject) of type string is deprecated in /var/www/php-fpm_tuner/php-fpm-tuner.php on line 17
PHP Warning:  Undefined variable $freeMemory in /var/www/php-fpm_tuner/php-fpm-tuner.php on line 21

Warning: Undefined variable $freeMemory in /var/www/php-fpm_tuner/php-fpm-tuner.php on line 21
sh: 1: ps: not found
PHP Deprecated:  preg_match_all(): Passing null to parameter #2 ($subject) of type string is deprecated in /var/www/php-fpm_tuner/php-fpm-tuner.php on line 25

Deprecated: preg_match_all(): Passing null to parameter #2 ($subject) of type string is deprecated in /var/www/php-fpm_tuner/php-fpm-tuner.php on line 25
pm.max_children = 0
start_servers = 0
min_spare_servers = 0
max_spare_servers = 0

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.