Joined July 2024
2 Photos and videos
When Linux fails to boot, knowing where it stops is critical. This article explains: UEFI → GRUB → Kernel → initramfs → systemd Understanding these components helps speed up troubleshooting. eeengineer.com/en/linux-boot… #Linux #SysAdmin #SRE
6
eeengineer retweeted
I summarized the Linux boot sequence as a diagram. From power-on, the system boots in the following order: UEFI → GRUB → Linux Kernel → initramfs → systemd When investigating boot issues, understanding this flow can significantly speed up root cause analysis. #Linux #boot
2
128
One pod in our Kubernetes cluster became unresponsive and its CPU usage reached nearly 100%. Unfortunately, we didn't notice the issue until application response times started to increase. This made me wonder: do you monitor CPU usage at the pod level? #Kubernetes #Monitoring
5
Ever wondered how Linux detects hardware and creates device files like /dev/sda? I wrote a deep dive into Linux device management, covering device drivers, sysfs, udev, device files, and major/minor numbers. eeengineer.com/en/linux-devi… #Linux #SysAdmin #DevOps #Infrastructure
7
Diagnosing Oracle performance issues that don’t show up clearly in AWR? This practical guide explains how to use ASH to identify CPU bottlenecks, I/O waits, and lock contention with real analysis techniques. eeengineer.com/en/oracle-ash… #Oracle #Performance #Database #SQL #ASH #DBA
1
106
🚨 Linux High Memory Usage in Production? Learn the causes, how to identify memory-hungry processes, analyze logs, apply temporary workarounds, and implement permanent fixes. Practical, step-by-step troubleshooting guide 👇 eeengineer.com/en/linux-high… #Linux #SRE #Troubleshooting
1
83
Want to learn Linux crash dump analysis? This guide shows how to collect memory dumps with kdump, analyze vmcore using crash, and troubleshoot kernel panics step by step. Perfect for beginners and sysadmins. 👉 eeengineer.com/en/linux-kdum… #Linux #kdump #vmcore #CrashAnalysis
1
66
eeengineer retweeted
🚀 Learn how to effectively use Apache JMeter for load testing! This guide covers setup, test creation, and result analysis. Perfect for developers and testers. 🔗 eeengineer.com/en/how-to-use… #JMeter #LoadTesting #PerformanceTesting
2
210
Debugging Java performance problems? This guide walks through thread dumps, heap dumps, and core dumps, explaining when to use each and how to analyze them to find memory leaks, deadlocks, and JVM crashes. 👉 eeengineer.com/en/java-threa… #Java #JVM #PerformanceEngineering #SRE
1
152
Struggling because project progress docs aren’t being updated at all… Thinking of setting a deadline the day before the meeting and checking in with anyone who hasn’t updated their items. 😅
21