Joss Malasuk

Find me on the following channels:
LinkedIn: https://www.linkedin.com/in/joss-malasuk-60615a128/
Keybase: https://keybase.io/joss
Github: https://github.com/jossmalo
Openstack: https://www.openstack.org/community/members/profile/74941/joss-malasuk
Posts by Joss Malasuk for Linux:
PHP-FPM status page
PHP-FPM has a built in feature to enable a status page to review the health of your process pool. This article will show you how to enable it and use that information for monitoring and demand application scaling.
Caching with OPcache
OPcache improves PHP performance by storing precompiled script bytecode in shared memory, thereby removing the need for PHP to load and parse scripts on each request. This article will discuss what OPcache is and how to configure it on most systems.
Signals
Linux uses signals to talk between the kernel and user space. In this article we will scratch the surface on the different types of signals you will find and talk very briefly about each one. This article serves more of an introductory reference.
Zombie Processes
In this article, we are going to take an depth look at what Zombie Processes are in Linux and how to troubleshoot them. We will take a look at how to identify them and what to do when you see them.