Byte Ebi's Logo

Byte Ebi 🍀

A Bit everyday A Byte every week

Server Stress Testing - Using Apache Bench

Performing server stress testing with Apache Bench to assess server performance

Ray

Server stress testing is a must before going live, no exceptions!
Just imagine you’ve been working overtime for months, the system goes online.
And you’re celebrating with pizza and cocktail, only to find out suddenly the server crashes due to overwhelming traffic!
That’s why conducting stress tests beforehand makes a good system!

Use ssh key login remote server

Using SSH keys for logging into remote hosts instead of passwords

Ray

Normally, logging into a server involves using a username and password,
but passwords can be compromised through interception or sharing.
The security level is not as robust as using SSH keys, which also eliminate the need for manual password entry each time.

Portainer - A Visual Docker Management Tool

Introducing how to use Portainer for visualizing and managing Docker services

Ray

Local development mostly involves command-line operations or using Docker’s GUI interface for service management.
Portainer is an open-source UI tool that allows viewing Docker images and containers, and executing actions such as start, stop, restart, and remove. It also enables viewing logs and errors for each container.
Even individuals without Docker execution permissions can log in using credentials when deploying services on cloud-hosted servers, utilizing the visual interface for various Docker service management tasks.

Recent Posts

Categories

Tags