From 01a44359a527b762a41640669a3c23c75721a76c Mon Sep 17 00:00:00 2001 From: Xingyu Wang Date: Thu, 3 Jun 2021 17:13:51 +0800 Subject: [PATCH] APL --- ... Linux performance bottlenecks using open source tools.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/sources/tech/20210325 Identify Linux performance bottlenecks using open source tools.md b/sources/tech/20210325 Identify Linux performance bottlenecks using open source tools.md index 77ab27aa87..b420b1ea47 100644 --- a/sources/tech/20210325 Identify Linux performance bottlenecks using open source tools.md +++ b/sources/tech/20210325 Identify Linux performance bottlenecks using open source tools.md @@ -2,15 +2,14 @@ [#]: via: (https://opensource.com/article/21/3/linux-performance-bottlenecks) [#]: author: (Howard Fosdick https://opensource.com/users/howtech) [#]: collector: (lujun9972) -[#]: translator: ( ) +[#]: translator: (wxy) [#]: reviewer: ( ) [#]: publisher: ( ) [#]: url: ( ) Identify Linux performance bottlenecks using open source tools ====== -Not long ago, identifying hardware bottlenecks required deep expertise. -Today's open source GUI performance monitors make it pretty simple. +Not long ago, identifying hardware bottlenecks required deep expertise.Today's open source GUI performance monitors make it pretty simple. ![Lightning in a bottle][1] Computers are integrated systems that only perform as fast as their slowest hardware component. If one component is less capable than the others—if it falls behind and can't keep up—it can hold your entire system back. That's a _performance bottleneck_. Removing a serious bottleneck can make your system fly.