Bluepill - Process Monitoring Tool
• Kunto Aji - Last modified atBluepill adalah process monitoring tool yang dibuat dengan bahasa Ruby yang dibuat oleh Arya Asemanfar dan kedua rekan kerjanya. Latar belakang dibuatnnya Bluepill adalah dikarenakan process monitoring tool yang digunakan yang bernama God mengalami memory leak. Oleh sebab itulah tujuan utama dari Bluepill ini adalah membuat process monitoring tool yang tidak terjadi memory leak.
Contoh Penggunaan
Untuk contoh penggunaan, kode ini terinspirasi dari rails.co.za bagaimana mengimplementasikan bluepill untuk monitoring delayed_job
.
Untuk memulai monitoring, jalankan sebagai root.
Berikut ini adalah contoh kode saya untuk memonitor MySQL.
Kemudian jalankan perintah-perintah berikut.
Recent Posts
How to Defend Against Brute-Force and DoS Attacks with Fail2ban, Nginx limit_req, and iptables
In this tutorial, I’ll explain how to protect your public-facing Linux server and Nginx web server from common threats, including brute-force and DoS attacks.
Is Getting AWS Solutions Architect Associate Certification Worth It?
If you are a full-time Software Engineer, there's no strong need to pursue this certification.
DevSecOps
My Notes about DevSecOps
AWS Secrets Manager
Explanation about AWS Secrets Manager with example code.
Envelope Encryption
Envelope encryption is the practice of encrypting plaintext data with a data key, and then encrypting the data key under another key.