Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1436982
| From | Rik van Riel <riel@redhat.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v3 0/4] sched,time: fix irq time accounting with nohz_idle |
| Date | 2016-07-05 15:20 +0200 |
| Message-ID | <rRyqB-3hh-11@gated-at.bofh.it> (permalink) |
| References | <rPPYB-58Z-9@gated-at.bofh.it> <rRygW-3dL-25@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
[Multipart message — attachments visible in raw view] - view raw
On Tue, 2016-07-05 at 16:02 +0300, Nikolay Borisov wrote: > > On 06/30/2016 10:35 PM, riel@redhat.com wrote: > > Currently irq time accounting only works in these cases: > > 1) purely ticke based accounting > > 2) nohz_full accounting, but only on housekeeping & nohz_full CPUs > > 3) architectures with native vtime accounting > > > > On nohz_idle CPUs, which are probably the majority nowadays, > > irq time accounting is currently broken. This leads to systems > > reporting a dramatically lower amount of irq & softirq time than > > is actually spent handling them, with all the time spent while the > > system is in the idle task being accounted as idle. > > Is this supposed to alleviate the issue reported here: > http://www.gossamer-threads.com/lists/linux/kernel/2169180 Indeed, it is. -- All Rights Reversed.
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH v3 0/4] sched,time: fix irq time accounting with nohz_idle riel@redhat.com - 2016-06-30 21:40 +0200
[PATCH 2/4] nohz,cputime: replace VTIME_GEN irq time code with IRQ_TIME_ACCOUNTING code riel@redhat.com - 2016-06-30 21:40 +0200
[PATCH 1/4] sched,time: count actually elapsed irq & softirq time riel@redhat.com - 2016-06-30 21:40 +0200
Re: [PATCH 1/4] sched,time: count actually elapsed irq & softirq time Frederic Weisbecker <fweisbec@gmail.com> - 2016-07-05 14:50 +0200
Re: [PATCH 1/4] sched,time: count actually elapsed irq & softirq time Rik van Riel <riel@redhat.com> - 2016-07-05 15:20 +0200
Re: [PATCH 1/4] sched,time: count actually elapsed irq & softirq time Frederic Weisbecker <fweisbec@gmail.com> - 2016-07-05 16:10 +0200
[PATCH v3 1/4] sched,time: count actually elapsed irq & softirq time Rik van Riel <riel@redhat.com> - 2016-07-05 18:50 +0200
Re: [PATCH v3 1/4] sched,time: count actually elapsed irq & softirq time Frederic Weisbecker <fweisbec@gmail.com> - 2016-07-06 16:20 +0200
Re: [PATCH v3 0/4] sched,time: fix irq time accounting with nohz_idle Nikolay Borisov <kernel@kyup.com> - 2016-07-05 15:10 +0200
Re: [PATCH v3 0/4] sched,time: fix irq time accounting with nohz_idle Rik van Riel <riel@redhat.com> - 2016-07-05 15:20 +0200
csiph-web