Essential Linux Performance Tools for Programmers

Essential Linux Performance Tools for Programmers

In actual development, there are times when we receive monitoring alarms for certain services, such as high CPU usage or high memory usage. At this point, we log into the server to investigate. This blog will cover knowledge regarding: Linux performance tools. A Simulation of Online Issue Investigation Background: After the service has been running … Read more

Rules for Debugging Logs in Embedded Development

Rules for Debugging Logs in Embedded Development

Follow+Star Public Account, don’t miss out on exciting content Source | Embedded Miscellaneous In our embedded development, printing logs is the most commonly used debugging method. Properly printing logs can help us quickly analyze problems. This article summarizes some rules for logging in embedded systems. 1. When to Add Logs? (1) Error Handling For unrecoverable … Read more