Author - Saša Teković

Swiss army knife

HAProxy – sysadmin’s swiss army knife

HAProxy is a free, open-source, high-performance TCP/HTTP load balancer. HAProxy has been around since 2001, it's written in C programming language, and it uses an insignificant amount of memory and CPU resources, even with very advanced manipulations on HTTP traffic. It's also very secure, having only fifteen security issues during the...

Read more...
monitoring PHP

Monitoring PHP applications

When considering PHP applications monitoring, it’s essential to monitor not only the application itself but the services on which the application depends, as well as the infrastructure hosting the application. Detecting performance bottlenecks and debugging problems can otherwise be very tricky, and unexpected downtime may occur. Infrastructure monitoring Our advanced monitoring system...

Read more...
Preventing server downtime

Preventing server downtime

Downtime is used to refer to periods when a system is unavailable and fails to provide or perform its primary function. As discussed in our previous blog article, server downtime is not only bad for productivity, but it also causes many other related issues, such as downgraded brand image, financial...

Read more...