[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20250619225152603EIiJTlhHy4mFMv1dVTzue@zte.com.cn>
Date: Thu, 19 Jun 2025 22:51:52 +0800 (CST)
From: <yang.yang29@....com.cn>
To: <wang.yaxin@....com.cn>, <fan.yu9@....com.cn>
Cc: <bsingharora@...il.com>, <akpm@...ux-foundation.org>, <david@...hat.com>,
<linux-kernel@...r.kernel.org>, <linux-mm@...ck.org>,
<linux-doc@...r.kernel.org>, <wang.yong12@....com.cn>,
<he.peilin@....com.cn>, <tu.qiang35@....com.cn>,
<qiu.yutan@....com.cn>, <zhang.yunkai@....com.cn>,
<ye.xingchen@....com.cn>, <xu.xin16@....com.cn>,
<jiang.kun2@....com.cn>
Subject: Re: [PATCH linux next] tools/accounting/delaytop: add delaytop
to record top-n task delay
> Solution
> ========
> To address these limitations, we introduce the "delaytop" with
> the following capabilities:
> 1. system view: monitors latency metrics (CPU, I/O, memory, IRQ,
> etc.) for all system processes
> 2. supports field-based sorting (e.g., default sort by CPU latency
> in descending order)
> 3. dynamic interactive interface:
> focus on specific processes with --pid;
> limit displayed entries with --processes 20;
> control monitoring duration with --iterations;
For latency-sensitive scenarios, such as industrial control, communications,
or automotive, I think this tool is useful. And it may be better if it support
showing whole delay of system by reading PSI, just like the first few lines of
information output by the top command.
Powered by blists - more mailing lists