public inbox for util-linux@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] irqtop,lsirq: Miscellaneous enhancements
@ 2025-02-27  4:49 Joe Jin
  2025-02-27  4:49 ` [PATCH 1/3] irqtop: add batch mode support Joe Jin
                   ` (3 more replies)
  0 siblings, 4 replies; 17+ messages in thread
From: Joe Jin @ 2025-02-27  4:49 UTC (permalink / raw)
  To: Karel Zak, Zhenwei Pi, Sami Kerola; +Cc: util-linux, Joe Jin

This patchset add below new options:
 '-b|--batch' : Batch mode
 '-n|--number': specifies the maximum number of iterations
 '-i|--input' : Read data from file

Joe Jin (3):
  irqtop: add batch mode support
  irqtop: add max iteration support
  lsirq,irqtop: add support for reading data from given file

 bash-completion/irqtop  |  15 ++++-
 bash-completion/lsirq   |   4 ++
 sys-utils/irq-common.c  |  19 +++----
 sys-utils/irq-common.h  |   3 +-
 sys-utils/irqtop.1.adoc |   9 +++
 sys-utils/irqtop.c      | 122 +++++++++++++++++++++++++++++++---------
 sys-utils/lsirq.1.adoc  |   3 +
 sys-utils/lsirq.c       |  28 +++++++--
 8 files changed, 160 insertions(+), 43 deletions(-)

-- 
2.43.5


^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2025-02-28  8:19 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-27  4:49 [PATCH 0/3] irqtop,lsirq: Miscellaneous enhancements Joe Jin
2025-02-27  4:49 ` [PATCH 1/3] irqtop: add batch mode support Joe Jin
2025-02-27  9:25   ` Karel Zak
2025-02-27 18:30     ` Joe Jin
2025-02-28  1:34   ` zhenwei pi
2025-02-28  4:24     ` Joe Jin
2025-02-27  4:49 ` [PATCH 2/3] irqtop: add max iteration support Joe Jin
2025-02-27  9:28   ` Karel Zak
2025-02-27 18:32     ` Joe Jin
2025-02-28  8:19       ` Karel Zak
2025-02-27  4:49 ` [PATCH 3/3] lsirq,irqtop: add support for reading data from given file Joe Jin
2025-02-27  9:30   ` Karel Zak
2025-02-27 18:33     ` Joe Jin
2025-02-28  1:41   ` zhenwei pi
2025-02-28  4:25     ` Joe Jin
2025-02-27  7:36 ` [PATCH 0/3] irqtop,lsirq: Miscellaneous enhancements Sami Kerola
2025-02-27 19:49   ` Joe Jin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox