From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.2 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id C28A0C4363A for ; Fri, 23 Oct 2020 02:01:23 +0000 (UTC) Received: from kanga.kvack.org (kanga.kvack.org [205.233.56.17]) by mail.kernel.org (Postfix) with ESMTP id 6C85F223BF for ; Fri, 23 Oct 2020 02:01:22 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 6C85F223BF Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=intel.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=owner-linux-mm@kvack.org Received: by kanga.kvack.org (Postfix) id 96DDF6B005D; Thu, 22 Oct 2020 22:01:21 -0400 (EDT) Received: by kanga.kvack.org (Postfix, from userid 40) id 90BB56B0062; Thu, 22 Oct 2020 22:01:21 -0400 (EDT) X-Delivered-To: int-list-linux-mm@kvack.org Received: by kanga.kvack.org (Postfix, from userid 63042) id 59ABE6B0068; Thu, 22 Oct 2020 22:01:21 -0400 (EDT) X-Delivered-To: linux-mm@kvack.org Received: from forelay.hostedemail.com (smtprelay0237.hostedemail.com [216.40.44.237]) by kanga.kvack.org (Postfix) with ESMTP id C54CF6B005D for ; Thu, 22 Oct 2020 22:01:20 -0400 (EDT) Received: from smtpin12.hostedemail.com (10.5.19.251.rfc1918.com [10.5.19.251]) by forelay04.hostedemail.com (Postfix) with ESMTP id 3747B1EE6 for ; Fri, 23 Oct 2020 02:01:20 +0000 (UTC) X-FDA: 77401537920.12.body83_441345327255 Received: from filter.hostedemail.com (10.5.16.251.rfc1918.com [10.5.16.251]) by smtpin12.hostedemail.com (Postfix) with ESMTP id 125DF1800822B for ; Fri, 23 Oct 2020 02:01:20 +0000 (UTC) X-HE-Tag: body83_441345327255 X-Filterd-Recvd-Size: 420008 Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by imf32.hostedemail.com (Postfix) with ESMTP for ; Fri, 23 Oct 2020 02:01:15 +0000 (UTC) IronPort-SDR: 1AfDQ84nPunHK7wR7DaJgrCN/m59nMEmREmqTgSYDSXkGGC+eN85/Rmd1yh2akiZCDyyiY0zit CiDG6mS5/1bQ== X-IronPort-AV: E=McAfee;i="6000,8403,9782"; a="185310656" X-IronPort-AV: E=Sophos;i="5.77,404,1596524400"; d="scan'208";a="185310656" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Oct 2020 19:01:12 -0700 IronPort-SDR: g3TehqOQpCN3HVnc7GcF2Sf9u0KgboTnCWn52nlhdRHIvDCYMeK70dRT3N7eSEneoJvuPGfB+g xPl/ol1ewNnA== X-IronPort-AV: E=Sophos;i="5.77,404,1596524400"; d="scan'208";a="534209038" Received: from shao2-debian.sh.intel.com (HELO localhost) ([10.239.13.3]) by orsmga005-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Oct 2020 19:01:05 -0700 Date: Fri, 23 Oct 2020 10:00:19 +0800 From: Rong Chen To: Alex Shi Cc: akpm@linux-foundation.org, mgorman@techsingularity.net, tj@kernel.org, hughd@google.com, khlebnikov@yandex-team.ru, daniel.m.jordan@oracle.com, willy@infradead.org, hannes@cmpxchg.org, lkp@intel.com, linux-mm@kvack.org, linux-kernel@vger.kernel.org, cgroups@vger.kernel.org, shakeelb@google.com, iamjoonsoo.kim@lge.com, richard.weiyang@gmail.com, kirill@shutemov.name, alexander.duyck@gmail.com, mhocko@suse.com, vdavydov.dev@gmail.com, shy828301@gmail.com, aaron.lwe@gmail.com, Michal Hocko , Yang Shi , "lkp@linux.intel.com" Subject: Re: [PATCH v19 18/20] mm/lru: replace pgdat lru_lock with lruvec lock Message-ID: <20201023020019.GG31092@shao2-debian> References: <1600918115-22007-1-git-send-email-alex.shi@linux.alibaba.com> <1600918115-22007-19-git-send-email-alex.shi@linux.alibaba.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) Content-Transfer-Encoding: quoted-printable X-Bogosity: Ham, tests=bogofilter, spamicity=0.000000, version=1.2.4 Sender: owner-linux-mm@kvack.org Precedence: bulk X-Loop: owner-majordomo@kvack.org List-ID: On Wed, Oct 21, 2020 at 03:23:34PM +0800, Alex Shi wrote: >=20 > =E5=9C=A8 2020/9/24 =E4=B8=8A=E5=8D=8811:28, Alex Shi =E5=86=99=E9=81=93= : > > --- a/include/linux/mmzone.h > > +++ b/include/linux/mmzone.h > > @@ -273,6 +273,8 @@ enum lruvec_flags { > > }; > > =20 > > struct lruvec { > > + /* per lruvec lru_lock for memcg */ > > + spinlock_t lru_lock; > > struct list_head lists[NR_LRU_LISTS]; > > /* > > * These track the cost of reclaiming one LRU - file or anon - >=20 > Hi All, >=20 > Intel Rong Chen, LKP, report a big regression on this patch, about 12 ~= 32% performance drop on fio.read_iops and case-lru-file-mmap-read case o= n wide Intel machine with attached kernel config. Hugh Dickins pointed it= 's a false sharing issue on the lru_lock. And that could be fixed by move= the lru_lock out of busy lists[] cacheline, like the following patch: >=20 > diff --git a/include/linux/mmzone.h b/include/linux/mmzone.h > index a75e6d0effcb..58b21bffef95 100644 > --- a/include/linux/mmzone.h > +++ b/include/linux/mmzone.h > @@ -272,9 +272,9 @@ enum lruvec_flags { > }; >=20 > struct lruvec { > + struct list_head lists[NR_LRU_LISTS]; > /* per lruvec lru_lock for memcg */ > spinlock_t lru_lock; > - struct list_head lists[NR_LRU_LISTS]; > /* > * These track the cost of reclaiming one LRU - file or anon - > * over the other. As the observed cost of reclaiming one LRU >=20 > Although the problem fixed=EF=BC=8C But I still no idea of the reasons = and the gut problem. Any comments for this? >=20 >=20 Hi all, Here is the detail for your reference: in testcase: fio-basic on test machine: 96 threads Intel(R) Xeon(R) Gold 6252 CPU @ 2.10GHz with= 256G memory with following parameters: disk: 2pmem fs: xfs runtime: 200s nr_task: 50% time_based: tb rw: randread bs: 2M ioengine: mmap test_size: 200G cpufreq_governor: performance ucode: 0x5002f01 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D bs/compiler/cpufreq_governor/disk/fs/ioengine/kconfig/nr_task/rootfs/runt= ime/rw/tbox_group/test_size/testcase/time_based/ucode: 2M/gcc-9/performance/2pmem/xfs/mmap/x86_64-rhel-8.3/50%/debian-10.4-x86= _64-20200603.cgz/200s/randread/lkp-csl-2sp6/200G/fio-basic/tb/0x5002f01 commit:=20 b53890a41e2848c429ba7091b118f8219e9708f1 ("mm/swap.c: serialize memcg c= hanges in pagevec_lru_move_fn") 16c8a4eabc9980d6a11d4f39d9420e4b1d2f25eb ("mm/lru: replace pgdat lru_lo= ck with lruvec lock") 0a8b34c9a678c3421c83200a76d57ef0fc01b5b7 ("lru: fix false sharing on lr= u_lock") b53890a41e2848c4 16c8a4eabc9980d6a11d4f39d94 0a8b34c9a678c3421c83200a76d=20 ---------------- --------------------------- ---------------------------=20 fail:runs %reproduction fail:runs %reproduction fail:runs | | | | | =20 321:3 20022% 921:3 10199% 627:3 = dmesg.timestamp:last 925:3 -136% 921:3 -333% 915:3 = kmsg.timestamp:last 3:3 0% 3:3 0% 3:3 = stderr.Events_disabled 3:3 0% 3:3 0% 3:3 = stderr.Events_enabled 3:3 0% 3:3 0% 3:3 = stderr.[perf_record:Captured_and_wrote#MB/tmp/lkp/perf_c2c.data(#samples= )] 3:3 0% 3:3 0% 3:3 = stderr.[perf_record:Woken_up#times_to_write_data] 3:3 0% 3:3 0% 3:3 = stderr.has_stderr 1:3 -15% 0:3 -3% 1:3 = perf-profile.children.cycles-pp.error_entry 0:3 -3% 0:3 -1% 0:3 = perf-profile.self.cycles-pp.error_entry %stddev %change %stddev %change %stddev \ | \ | \ =20 0.01 =C2=B1 70% +0.0 0.01 =C2=B1 80% -0.0 0= .00 =C2=B1141% fio.latency_1000ms% 0.41 =C2=B1 8% -0.3 0.16 =C2=B1 11% -0.2 0= .24 =C2=B1 11% fio.latency_1000us% 0.25 =C2=B1 18% +0.7 0.96 =C2=B1 19% -0.1 0= .17 =C2=B1 40% fio.latency_100ms% 41.92 =C2=B1 14% +2.5 44.38 =C2=B1 5% +3.5 45= .42 =C2=B1 5% fio.latency_10ms% 0.01 =C2=B1 70% +0.0 0.01 =C2=B1 83% -0.0 0= .00 =C2=B1141% fio.latency_2000ms% 26.70 =C2=B1 7% -17.3 9.45 =C2=B1 21% +2.0 28= .70 =C2=B1 4% fio.latency_20ms% 0.07 =C2=B1 30% +0.3 0.33 =C2=B1 20% -0.0 0= .04 =C2=B1 60% fio.latency_250ms% 0.01 +0.0 0.02 =C2=B1 45% +0.0 0.01 =C2= =B1 13% fio.latency_250us% 0.07 =C2=B1 44% -0.1 0.02 =C2=B1 11% -0.0 0= .02 =C2=B1 45% fio.latency_2ms% 24.08 =C2=B1 27% -1.2 22.92 =C2=B1 13% -4.1 20= .02 =C2=B1 15% fio.latency_4ms% 0.02 =C2=B1 23% +0.0 0.06 =C2=B1 42% -0.0 0= .02 =C2=B1 27% fio.latency_500ms% 0.35 =C2=B1 17% +0.2 0.51 =C2=B1 12% +0.0 0= .37 =C2=B1 9% fio.latency_500us% 5.34 =C2=B1 42% +15.0 20.31 =C2=B1 14% -1.2 4= .11 =C2=B1 12% fio.latency_50ms% 0.01 +0.0 0.01 -0.0 0.00 =C2=B1= 141% fio.latency_750ms% 0.77 =C2=B1 5% +0.1 0.88 +0.1 0.88 =C2= =B1 7% fio.latency_750us% 0.00 +0.0 0.00 =C2=B1141% +0.0 0.00 = fio.latency_>=3D2000ms% 10386 =C2=B1 2% -27.8% 7494 =C2=B1 4% -3.5% 10= 027 fio.read_bw_MBps 18219008 =C2=B1 5% +45.1% 26432853 =C2=B1 8% +0.0% 18219= 008 fio.read_clat_90%_us 20316160 =C2=B1 6% +49.0% 30277632 =C2=B1 5% -3.4% 19617= 109 fio.read_clat_95%_us 33335978 =C2=B1 7% +79.3% 59768832 =C2=B1 11% -15.7% 28093= 098 =C2=B1 14% fio.read_clat_99%_us 9025993 =C2=B1 2% +36.9% 12355145 =C2=B1 3% +2.8% 9274= 865 fio.read_clat_mean_us 12717159 =C2=B1 14% +90.7% 24256888 =C2=B1 33% -18.5% 10359= 535 =C2=B1 29% fio.read_clat_stddev 5193 =C2=B1 2% -27.8% 3747 =C2=B1 4% -3.5% 5= 013 fio.read_iops 201.39 -0.0% 201.37 -0.1% 201.28 = fio.time.elapsed_time 201.39 -0.0% 201.37 -0.1% 201.28 = fio.time.elapsed_time.max 4.187e+09 =C2=B1 2% -27.8% 3.022e+09 =C2=B1 4% -3.4% 4.046e= +09 fio.time.file_system_inputs 487428 =C2=B1 4% -9.0% 443649 =C2=B1 8% +13.7% 554= 115 =C2=B1 3% fio.time.involuntary_context_switches 5.236e+08 =C2=B1 2% -27.8% 3.78e+08 =C2=B1 4% -3.4% 5.06e= +08 fio.time.major_page_faults 1602456 =C2=B1 9% +1.3% 1622745 =C2=B1 4% -1.2% 1582= 553 =C2=B1 13% fio.time.maximum_resident_set_size 42438 =C2=B1 59% -11.3% 37625 =C2=B1 51% +30.1% 55= 210 =C2=B1 58% fio.time.minor_page_faults 4096 +0.0% 4096 +0.0% 4096 = fio.time.page_size 4691 +0.5% 4714 +0.3% 4703 = fio.time.percent_of_cpu_this_job_got 8982 +2.4% 9195 +0.6% 9032 = fio.time.system_time 466.06 =C2=B1 3% -35.6% 300.30 =C2=B1 7% -6.4% 436= .07 =C2=B1 4% fio.time.user_time 26383 =C2=B1 5% +1.4% 26759 =C2=B1 6% -7.0% 24= 543 =C2=B1 5% fio.time.voluntary_context_switches 1038928 =C2=B1 2% -27.8% 749695 =C2=B1 4% -3.5% 1003= 014 fio.workload 397.85 -0.5% 395.74 -0.9% 394.15 = uptime.boot 27592 -0.7% 27391 -1.2% 27250 = uptime.idle 21.05 +0.1% 21.08 +0.0% 21.06 = boot-time.boot 15.50 +0.9% 15.64 +0.4% 15.57 = boot-time.dhcp 1666 +0.3% 1670 +0.1% 1668 = boot-time.idle 0.86 -0.0% 0.86 -0.0% 0.86 = boot-time.smp_boot 48.68 -0.0% 48.66 -0.2% 48.58 = iostat.cpu.idle 0.00 +1.6e+97% 0.00 =C2=B1141% +4.9e+97% 0.00 = iostat.cpu.iowait 48.91 +1.8% 49.77 +0.5% 49.16 = iostat.cpu.system 2.41 =C2=B1 3% -35.0% 1.57 =C2=B1 7% -6.0% 2= .26 =C2=B1 4% iostat.cpu.user 2699 =C2=B1 15% -15.4% 2282 =C2=B1 6% -3.6% 2= 602 =C2=B1 12% perf-c2c.DRAM.local 4502 =C2=B1 7% +1.8% 4583 =C2=B1 8% +3.6% 4= 666 =C2=B1 11% perf-c2c.DRAM.remote 4120 =C2=B1 8% +27.3% 5243 =C2=B1 5% +4.5% 4= 306 =C2=B1 6% perf-c2c.HITM.local 1061 =C2=B1 13% +25.7% 1333 =C2=B1 5% -8.8% 967= .33 =C2=B1 8% perf-c2c.HITM.remote 48.20 -0.0 48.18 -0.1 48.11 = mpstat.cpu.all.idle% 1.29 =C2=B1 4% -0.4 0.94 =C2=B1 3% -0.1 1= .19 =C2=B1 2% mpstat.cpu.all.irq% 0.06 -0.0 0.05 =C2=B1 2% -0.0 0.06 = mpstat.cpu.all.soft% 48.02 +1.2 49.26 +0.3 48.35 = mpstat.cpu.all.sys% 2.43 =C2=B1 3% -0.9 1.58 =C2=B1 7% -0.1 2= .28 =C2=B1 4% mpstat.cpu.all.usr% 830372 =C2=B1 16% +4631.9% 39292060 =C2=B1135% +34.2% 1114= 546 =C2=B1 11% cpuidle.C1.time 29231 =C2=B1 11% +1554.6% 483661 =C2=B1124% +28.9% 37= 675 =C2=B1 13% cpuidle.C1.usage 3.351e+09 =C2=B1 20% +24.1% 4.159e+09 =C2=B1 59% +75.2% 5.871e= +09 =C2=B1 48% cpuidle.C1E.time 10620526 =C2=B1 2% +16.1% 12329066 =C2=B1 20% +41.5% 15026= 448 =C2=B1 22% cpuidle.C1E.usage 6.025e+09 =C2=B1 11% -14.4% 5.158e+09 =C2=B1 49% -42.2% 3.48e= +09 =C2=B1 81% cpuidle.C6.time 8578083 =C2=B1 3% -27.3% 6239788 =C2=B1 51% -52.8% 4049= 845 =C2=B1 83% cpuidle.C6.usage 63769 =C2=B1 8% +10.6% 70508 =C2=B1 19% +0.4% 64= 022 =C2=B1 3% cpuidle.POLL.time 21855 =C2=B1 12% -1.5% 21532 =C2=B1 16% -5.7% 20= 609 =C2=B1 6% cpuidle.POLL.usage 48.00 +0.0% 48.00 +0.0% 48.00 = vmstat.cpu.id 48.67 +0.7% 49.00 +0.7% 49.00 = vmstat.cpu.sy 2.00 -50.0% 1.00 +0.0% 2.00 = vmstat.cpu.us 10243915 =C2=B1 2% -27.8% 7394480 =C2=B1 4% -3.2% 9915= 457 vmstat.io.bi 55.67 +1.8% 56.67 +2.4% 57.00 = vmstat.io.bo 0.00 -100.0% 0.00 -100.0% 0.00 = vmstat.memory.buff 42704186 -0.0% 42695150 -0.1% 42659921 = vmstat.memory.cache 1097298 +0.3% 1100401 +1.6% 1114684 =C2=B1= 2% vmstat.memory.free 48.33 +0.7% 48.67 +0.0% 48.33 = vmstat.procs.r 6914 =C2=B1 3% -7.1% 6423 =C2=B1 6% +8.7% 7= 517 =C2=B1 3% vmstat.system.cs 422616 -20.7% 335155 -4.3% 404446 = vmstat.system.in 0.00 -100.0% 0.00 -100.0% 0.00 = numa-numastat.node0.interleave_hit 2.02e+08 =C2=B1 7% -28.1% 1.453e+08 =C2=B1 10% -6.3% 1.893e= +08 =C2=B1 5% numa-numastat.node0.local_node 55522626 =C2=B1 9% -22.3% 43136856 =C2=B1 12% +10.0% 61056= 981 =C2=B1 9% numa-numastat.node0.numa_foreign 2.02e+08 =C2=B1 7% -28.1% 1.453e+08 =C2=B1 10% -6.3% 1.893e= +08 =C2=B1 5% numa-numastat.node0.numa_hit 52932496 =C2=B1 7% -24.3% 40095020 =C2=B1 16% +22.5% 64842= 596 =C2=B1 13% numa-numastat.node0.numa_miss 52965570 =C2=B1 7% -24.3% 40109615 =C2=B1 16% +22.5% 64882= 016 =C2=B1 13% numa-numastat.node0.other_node 0.00 -100.0% 0.00 -100.0% 0.00 = numa-numastat.node1.interleave_hit 2.142e+08 =C2=B1 2% -29.8% 1.505e+08 =C2=B1 8% -10.5% 1.918e= +08 =C2=B1 4% numa-numastat.node1.local_node 52932496 =C2=B1 7% -24.3% 40095020 =C2=B1 16% +22.5% 64842= 596 =C2=B1 13% numa-numastat.node1.numa_foreign 2.142e+08 =C2=B1 2% -29.7% 1.505e+08 =C2=B1 8% -10.5% 1.918e= +08 =C2=B1 4% numa-numastat.node1.numa_hit 55522626 =C2=B1 9% -22.3% 43136856 =C2=B1 12% +10.0% 61056= 981 =C2=B1 9% numa-numastat.node1.numa_miss 55533458 =C2=B1 9% -22.3% 43166155 =C2=B1 12% +10.0% 61061= 394 =C2=B1 9% numa-numastat.node1.other_node 201.39 -0.0% 201.37 -0.1% 201.28 = time.elapsed_time 201.39 -0.0% 201.37 -0.1% 201.28 = time.elapsed_time.max 4.187e+09 =C2=B1 2% -27.8% 3.022e+09 =C2=B1 4% -3.4% 4.046e= +09 time.file_system_inputs 487428 =C2=B1 4% -9.0% 443649 =C2=B1 8% +13.7% 554= 115 =C2=B1 3% time.involuntary_context_switches 5.236e+08 =C2=B1 2% -27.8% 3.78e+08 =C2=B1 4% -3.4% 5.06e= +08 time.major_page_faults 1602456 =C2=B1 9% +1.3% 1622745 =C2=B1 4% -1.2% 1582= 553 =C2=B1 13% time.maximum_resident_set_size 42438 =C2=B1 59% -11.3% 37625 =C2=B1 51% +30.1% 55= 210 =C2=B1 58% time.minor_page_faults 4096 +0.0% 4096 +0.0% 4096 = time.page_size 4691 +0.5% 4714 +0.3% 4703 = time.percent_of_cpu_this_job_got 8982 +2.4% 9195 +0.6% 9032 = time.system_time 466.06 =C2=B1 3% -35.6% 300.30 =C2=B1 7% -6.4% 436= .07 =C2=B1 4% time.user_time 26383 =C2=B1 5% +1.4% 26759 =C2=B1 6% -7.0% 24= 543 =C2=B1 5% time.voluntary_context_switches 2414054 =C2=B1 2% -1.8% 2370953 -4.3% 2310463 = meminfo.Active 578242 =C2=B1 4% -13.5% 500374 =C2=B1 6% -9.6% 522= 734 =C2=B1 4% meminfo.Active(anon) 1835811 =C2=B1 5% +1.9% 1870577 -2.6% 1787729 =C2= =B1 3% meminfo.Active(file) 348542 -0.4% 347123 -0.4% 347162 = meminfo.AnonHugePages 427055 =C2=B1 4% +2.8% 438931 =C2=B1 2% +4.5% 446= 092 =C2=B1 4% meminfo.AnonPages 0.00 -100.0% 0.00 -100.0% 0.00 = meminfo.Buffers 42294566 -0.0% 42281746 -0.1% 42250064 = meminfo.Cached 16759 =C2=B1 16% -10.5% 14995 +12.7% 18896 =C2= =B1 7% meminfo.CmaFree 204800 +0.0% 204800 +0.0% 204800 = meminfo.CmaTotal 24554032 +0.0% 24554032 +0.0% 24554032 = meminfo.CommitLimit 7089949 -1.0% 7019050 -0.6% 7047335 = meminfo.Committed_AS 2.531e+08 +0.6% 2.545e+08 +0.4% 2.541e+08 = meminfo.DirectMap1G 16418816 =C2=B1 3% -8.7% 14994773 =C2=B1 3% -6.5% 15353= 856 =C2=B1 6% meminfo.DirectMap2M 733290 =C2=B1 6% +3.5% 759232 =C2=B1 3% +2.2% 749= 674 =C2=B1 5% meminfo.DirectMap4k 30.33 =C2=B1 8% -24.2% 23.00 =C2=B1 46% -33.0% 20= .33 =C2=B1 52% meminfo.Dirty 2048 +0.0% 2048 +0.0% 2048 = meminfo.Hugepagesize 39299826 +0.1% 39342118 +0.2% 39378057 = meminfo.Inactive 1574193 +0.8% 1587196 +1.4% 1595969 = meminfo.Inactive(anon) 37725632 +0.1% 37754922 +0.1% 37782087 = meminfo.Inactive(file) 378394 -1.0% 374526 +0.1% 378773 = meminfo.KReclaimable 16395 -0.1% 16385 +1.0% 16551 = meminfo.KernelStack 40522612 +0.3% 40652115 +0.2% 40605722 = meminfo.Mapped 40473542 +0.2% 40551231 +0.0% 40474208 = meminfo.MemAvailable 1124751 +1.1% 1137591 +1.3% 1139065 = meminfo.MemFree 49108064 +0.0% 49108064 +0.0% 49108064 = meminfo.MemTotal 47983312 -0.0% 47970471 -0.0% 47968997 = meminfo.Memused 553.00 =C2=B1 4% +215.9% 1747 =C2=B1 48% +213.8% 1= 735 =C2=B1 49% meminfo.Mlocked 397858 -0.6% 395466 +0.2% 398746 = meminfo.PageTables 46645 +0.8% 47036 +0.8% 47032 = meminfo.Percpu 378394 -1.0% 374526 +0.1% 378773 = meminfo.SReclaimable 206409 +0.6% 207718 +2.0% 210473 = meminfo.SUnreclaim 1725674 -4.4% 1649151 -3.0% 1673109 = meminfo.Shmem 584804 -0.4% 582245 +0.8% 589247 = meminfo.Slab 1001980 +0.0% 1002155 -0.0% 1001531 = meminfo.Unevictable 3.436e+10 +0.0% 3.436e+10 +0.0% 3.436e+10 = meminfo.VmallocTotal 142428 +0.0% 142461 +0.1% 142563 = meminfo.VmallocUsed 0.00 +3.3e+101% 0.33 =C2=B1141% -100.0% 0.00 = meminfo.Writeback 244185 +1.5% 247913 -0.0% 244163 = meminfo.max_used_kB 1050297 =C2=B1 6% +12.7% 1184106 =C2=B1 4% +5.6% 1109= 366 =C2=B1 7% numa-meminfo.node0.Active 174440 =C2=B1 19% +60.4% 279850 =C2=B1 10% +11.3% 194= 215 =C2=B1 27% numa-meminfo.node0.Active(anon) 875856 =C2=B1 10% +3.2% 904255 =C2=B1 3% +4.5% 915= 150 =C2=B1 4% numa-meminfo.node0.Active(file) 206183 =C2=B1 4% +13.1% 233289 =C2=B1 20% -10.6% 184= 306 =C2=B1 13% numa-meminfo.node0.AnonHugePages 250281 =C2=B1 8% +16.1% 290525 =C2=B1 16% -9.5% 226= 424 =C2=B1 5% numa-meminfo.node0.AnonPages 8.33 =C2=B1116% +72.0% 14.33 =C2=B1 92% -88.0% 1= .00 numa-meminfo.node0.Dirty 20764162 +0.2% 20807560 +0.2% 20804043 = numa-meminfo.node0.FilePages 19442140 -0.2% 19398241 -0.2% 19403151 = numa-meminfo.node0.Inactive 999002 =C2=B1 53% +4.7% 1045717 =C2=B1 45% -76.0% 239= 626 =C2=B1 7% numa-meminfo.node0.Inactive(anon) 18443137 =C2=B1 2% -0.5% 18352523 =C2=B1 2% +3.9% 19163= 524 numa-meminfo.node0.Inactive(file) 206631 =C2=B1 3% -5.6% 195049 -3.0% 200521 = numa-meminfo.node0.KReclaimable 9527 =C2=B1 2% -2.8% 9261 =C2=B1 5% -14.8% 8= 121 =C2=B1 4% numa-meminfo.node0.KernelStack 19983031 -0.3% 19923881 +0.3% 20035155 = numa-meminfo.node0.Mapped 553317 =C2=B1 2% -0.6% 550113 +16.2% 642679 =C2= =B1 9% numa-meminfo.node0.MemFree 24375744 +0.0% 24375744 +0.0% 24375744 = numa-meminfo.node0.MemTotal 23822425 +0.0% 23825629 -0.4% 23733063 = numa-meminfo.node0.MemUsed 304.33 =C2=B1 7% +191.3% 886.67 =C2=B1 48% +226.8% 994= .67 =C2=B1 49% numa-meminfo.node0.Mlocked 225803 =C2=B1 2% -1.2% 223146 =C2=B1 2% -8.8% 205= 830 =C2=B1 11% numa-meminfo.node0.PageTables 206631 =C2=B1 3% -5.6% 195049 -3.0% 200521 = numa-meminfo.node0.SReclaimable 122049 -1.4% 120292 =C2=B1 8% -11.2% 108426 =C2= =B1 11% numa-meminfo.node0.SUnreclaim 923343 =C2=B1 60% +12.1% 1035323 =C2=B1 50% -77.5% 207= 781 =C2=B1 26% numa-meminfo.node0.Shmem 328681 =C2=B1 2% -4.1% 315342 =C2=B1 2% -6.0% 308= 948 =C2=B1 3% numa-meminfo.node0.Slab 518678 -1.1% 513226 -0.8% 514726 = numa-meminfo.node0.Unevictable 0.00 +3.3e+101% 0.33 =C2=B1141% -100.0% 0.00 = numa-meminfo.node0.Writeback 1362489 =C2=B1 3% -13.0% 1185342 =C2=B1 3% -12.2% 1196= 148 =C2=B1 6% numa-meminfo.node1.Active 404100 =C2=B1 3% -44.9% 222523 =C2=B1 3% -19.0% 327= 252 =C2=B1 22% numa-meminfo.node1.Active(anon) 958388 =C2=B1 2% +0.5% 962818 =C2=B1 4% -9.3% 868= 895 =C2=B1 2% numa-meminfo.node1.Active(file) 142319 =C2=B1 7% -19.9% 113947 =C2=B1 43% +14.3% 162= 624 =C2=B1 16% numa-meminfo.node1.AnonHugePages 176746 =C2=B1 2% -16.2% 148168 =C2=B1 25% +24.4% 219= 794 =C2=B1 15% numa-meminfo.node1.AnonPages 21.33 =C2=B1 57% -60.9% 8.33 =C2=B1133% -12.5% 18= .67 =C2=B1 57% numa-meminfo.node1.Dirty 21518698 -0.2% 21474912 -0.3% 21445060 = numa-meminfo.node1.FilePages 19846573 +0.5% 19945997 +0.7% 19979152 = numa-meminfo.node1.Inactive 574439 =C2=B1 91% -6.0% 540254 =C2=B1 90% +135.6% 1353= 307 =C2=B1 3% numa-meminfo.node1.Inactive(anon) 19272133 =C2=B1 2% +0.7% 19405741 =C2=B1 2% -3.4% 18625= 844 numa-meminfo.node1.Inactive(file) 172057 =C2=B1 2% +4.4% 179601 +3.6% 178227 =C2= =B1 2% numa-meminfo.node1.KReclaimable 6872 =C2=B1 5% +3.7% 7128 =C2=B1 5% +22.6% 8= 428 =C2=B1 4% numa-meminfo.node1.KernelStack 20528715 +0.7% 20665531 +0.2% 20567867 = numa-meminfo.node1.Mapped 582511 =C2=B1 2% +0.8% 587127 -14.3% 499088 =C2= =B1 8% numa-meminfo.node1.MemFree 24732320 +0.0% 24732320 +0.0% 24732320 = numa-meminfo.node1.MemTotal 24149807 -0.0% 24145191 +0.3% 24233230 = numa-meminfo.node1.MemUsed 246.00 =C2=B1 4% +249.7% 860.33 =C2=B1 53% +200.7% 739= .67 =C2=B1 49% numa-meminfo.node1.Mlocked 172131 =C2=B1 3% -0.2% 171865 =C2=B1 2% +11.9% 192= 643 =C2=B1 11% numa-meminfo.node1.PageTables 172057 =C2=B1 2% +4.4% 179601 +3.6% 178227 =C2= =B1 2% numa-meminfo.node1.SReclaimable 84364 =C2=B1 3% +3.6% 87423 =C2=B1 13% +20.9% 102= 036 =C2=B1 12% numa-meminfo.node1.SUnreclaim 801917 =C2=B1 65% -23.3% 614842 =C2=B1 86% +82.2% 1460= 885 =C2=B1 5% numa-meminfo.node1.Shmem 256422 +4.1% 267025 =C2=B1 4% +9.3% 280263 =C2= =B1 3% numa-meminfo.node1.Slab 483301 +1.2% 488928 +0.7% 486804 = numa-meminfo.node1.Unevictable 0.00 -100.0% 0.00 -100.0% 0.00 = numa-meminfo.node1.Writeback 10.34 -3.8% 9.94 =C2=B1 4% +0.6% 10.40 = perf-stat.i.MPKI 1.232e+10 =C2=B1 2% -20.4% 9.805e+09 =C2=B1 2% -2.1% 1.207e= +10 perf-stat.i.branch-instructions 0.40 -0.0 0.37 +0.0 0.41 = perf-stat.i.branch-miss-rate% 49139003 =C2=B1 3% -24.7% 37006246 =C2=B1 3% -1.4% 48432= 296 perf-stat.i.branch-misses 67.05 -3.7 63.38 =C2=B1 2% -0.6 66.42 = perf-stat.i.cache-miss-rate% 4.269e+08 =C2=B1 2% -26.4% 3.14e+08 =C2=B1 2% -3.0% 4.139e= +08 perf-stat.i.cache-misses 6.312e+08 =C2=B1 2% -23.2% 4.85e+08 -2.0% 6.189e+08 = perf-stat.i.cache-references 6927 =C2=B1 3% -7.1% 6433 =C2=B1 6% +8.7% 7= 531 =C2=B1 3% perf-stat.i.context-switches 2.36 +35.0% 3.19 +1.7% 2.40 = perf-stat.i.cpi 96017 -0.0% 96016 -0.0% 96012 = perf-stat.i.cpu-clock 1.382e+11 +0.4% 1.388e+11 -0.0% 1.382e+11 = perf-stat.i.cpu-cycles 125.33 =C2=B1 2% -7.1% 116.43 =C2=B1 2% -5.2% 118= .82 =C2=B1 2% perf-stat.i.cpu-migrations 361.51 +66.5% 601.95 =C2=B1 10% +0.6% 363.81 =C2= =B1 3% perf-stat.i.cycles-between-cache-misses 0.40 -0.1 0.35 -0.0 0.40 = perf-stat.i.dTLB-load-miss-rate% 63070072 =C2=B1 2% -30.2% 44024618 =C2=B1 4% -4.9% 59969= 139 perf-stat.i.dTLB-load-misses 1.517e+10 =C2=B1 2% -21.8% 1.187e+10 =C2=B1 3% -2.5% 1.479e= +10 perf-stat.i.dTLB-loads 0.05 =C2=B1 11% +0.0 0.05 =C2=B1 6% +0.0 0= .05 =C2=B1 11% perf-stat.i.dTLB-store-miss-rate% 3712383 =C2=B1 13% -25.0% 2785404 =C2=B1 9% +8.1% 4014= 638 =C2=B1 12% perf-stat.i.dTLB-store-misses 7.653e+09 =C2=B1 2% -27.5% 5.55e+09 =C2=B1 4% -3.6% 7.375e= +09 perf-stat.i.dTLB-stores 89.95 -2.6 87.39 -0.3 89.64 = perf-stat.i.iTLB-load-miss-rate% 24264833 =C2=B1 4% -22.9% 18720179 =C2=B1 3% -4.1% 23274= 977 =C2=B1 3% perf-stat.i.iTLB-load-misses 2537218 -9.1% 2305974 =C2=B1 4% +0.4% 2546729 =C2= =B1 2% perf-stat.i.iTLB-loads 6.018e+10 =C2=B1 2% -21.7% 4.713e+10 =C2=B1 3% -2.3% 5.877e= +10 perf-stat.i.instructions 2569 +9.4% 2812 =C2=B1 6% +0.9% 2592 =C2= =B1 3% perf-stat.i.instructions-per-iTLB-miss 0.44 =C2=B1 2% -21.6% 0.34 =C2=B1 3% -2.2% 0= .43 perf-stat.i.ipc 2592013 =C2=B1 2% -27.6% 1876230 =C2=B1 4% -3.4% 2504= 255 perf-stat.i.major-faults 1.44 +0.4% 1.45 -0.0% 1.44 = perf-stat.i.metric.GHz 0.11 =C2=B1 2% -4.9% 0.11 =C2=B1 4% +5.8% 0= .12 =C2=B1 3% perf-stat.i.metric.K/sec 374.21 =C2=B1 2% -22.6% 289.73 =C2=B1 3% -2.6% 364= .45 perf-stat.i.metric.M/sec 3359 =C2=B1 4% -3.6% 3238 =C2=B1 2% +1.5% 3= 411 =C2=B1 4% perf-stat.i.minor-faults 62.49 =C2=B1 2% +5.1 67.58 =C2=B1 4% +2.9 65= .38 =C2=B1 7% perf-stat.i.node-load-miss-rate% 18804483 =C2=B1 2% -12.1% 16531877 =C2=B1 4% +5.8% 19898= 585 =C2=B1 8% perf-stat.i.node-load-misses 11650303 =C2=B1 4% -27.8% 8414395 =C2=B1 9% -7.4% 10787= 735 =C2=B1 12% perf-stat.i.node-loads 31.36 =C2=B1 6% +6.1 37.46 =C2=B1 8% +4.2 35= .52 =C2=B1 6% perf-stat.i.node-store-miss-rate% 27565405 =C2=B1 6% -18.3% 22508980 =C2=B1 9% +13.5% 31279= 383 =C2=B1 7% perf-stat.i.node-store-misses 66371056 =C2=B1 5% -29.8% 46577558 =C2=B1 8% -7.5% 61415= 123 =C2=B1 4% perf-stat.i.node-stores 2595373 =C2=B1 2% -27.6% 1879470 =C2=B1 4% -3.4% 2507= 667 perf-stat.i.page-faults 96017 -0.0% 96016 -0.0% 96012 = perf-stat.i.task-clock 10.49 -1.8% 10.30 =C2=B1 3% +0.4% 10.53 = perf-stat.overall.MPKI 0.40 -0.0 0.38 +0.0 0.40 = perf-stat.overall.branch-miss-rate% 67.63 -2.9 64.74 =C2=B1 2% -0.7 66.88 = perf-stat.overall.cache-miss-rate% 2.30 =C2=B1 2% +28.5% 2.95 =C2=B1 2% +2.3% 2= .35 perf-stat.overall.cpi 323.92 =C2=B1 2% +36.8% 443.22 =C2=B1 2% +3.0% 333= .79 perf-stat.overall.cycles-between-cache-misses 0.41 -0.0 0.37 -0.0 0.40 = perf-stat.overall.dTLB-load-miss-rate% 0.05 =C2=B1 12% +0.0 0.05 =C2=B1 6% +0.0 0= .05 =C2=B1 11% perf-stat.overall.dTLB-store-miss-rate% 90.52 -1.5 89.01 -0.4 90.14 = perf-stat.overall.iTLB-load-miss-rate% 2482 +1.5% 2520 =C2=B1 2% +1.8% 2527 =C2= =B1 2% perf-stat.overall.instructions-per-iTLB-miss 0.44 =C2=B1 2% -22.1% 0.34 =C2=B1 2% -2.3% 0= .43 perf-stat.overall.ipc 61.74 =C2=B1 2% +4.6 66.30 =C2=B1 4% +3.0 64= .79 =C2=B1 7% perf-stat.overall.node-load-miss-rate% 29.37 =C2=B1 8% +3.3 32.70 =C2=B1 12% +4.3 33= .72 =C2=B1 8% perf-stat.overall.node-store-miss-rate% 11673055 +8.3% 12636088 +1.0% 11784264 = perf-stat.overall.path-length 1.226e+10 =C2=B1 2% -20.5% 9.743e+09 =C2=B1 2% -2.1% 1.201e= +10 perf-stat.ps.branch-instructions 48948647 =C2=B1 3% -24.9% 36780728 =C2=B1 3% -1.4% 48264= 445 perf-stat.ps.branch-misses 4.247e+08 =C2=B1 2% -26.6% 3.118e+08 =C2=B1 2% -3.0% 4.119e= +08 perf-stat.ps.cache-misses 6.281e+08 =C2=B1 2% -23.3% 4.816e+08 -1.9% 6.159e+08 = perf-stat.ps.cache-references 6891 =C2=B1 3% -7.1% 6402 =C2=B1 6% +8.8% 7= 495 =C2=B1 3% perf-stat.ps.context-switches 95521 -0.0% 95519 -0.0% 95521 = perf-stat.ps.cpu-clock 1.375e+11 +0.4% 1.381e+11 -0.0% 1.375e+11 = perf-stat.ps.cpu-cycles 125.05 =C2=B1 2% -7.2% 116.05 =C2=B1 2% -5.1% 118= .67 =C2=B1 2% perf-stat.ps.cpu-migrations 62750257 =C2=B1 2% -30.3% 43706114 =C2=B1 4% -4.9% 59672= 484 perf-stat.ps.dTLB-load-misses 1.51e+10 =C2=B1 2% -21.9% 1.179e+10 =C2=B1 3% -2.5% 1.472e= +10 perf-stat.ps.dTLB-loads 3693247 =C2=B1 13% -25.1% 2765293 =C2=B1 9% +8.2% 3994= 538 =C2=B1 12% perf-stat.ps.dTLB-store-misses 7.615e+09 =C2=B1 2% -27.6% 5.513e+09 =C2=B1 3% -3.6% 7.339e= +09 perf-stat.ps.dTLB-stores 24142213 =C2=B1 4% -23.0% 18588478 =C2=B1 3% -4.1% 23159= 291 =C2=B1 3% perf-stat.ps.iTLB-load-misses 2523754 -9.2% 2292057 =C2=B1 4% +0.4% 2533327 =C2= =B1 2% perf-stat.ps.iTLB-loads 5.987e+10 =C2=B1 2% -21.8% 4.683e+10 =C2=B1 3% -2.3% 5.848e= +10 perf-stat.ps.instructions 2579173 =C2=B1 2% -27.8% 1862784 =C2=B1 4% -3.4% 2492= 104 perf-stat.ps.major-faults 3345 =C2=B1 3% -3.6% 3224 =C2=B1 3% +1.6% 3= 400 =C2=B1 4% perf-stat.ps.minor-faults 18707796 =C2=B1 2% -12.2% 16427710 =C2=B1 4% +5.8% 19798= 960 =C2=B1 8% perf-stat.ps.node-load-misses 11593240 =C2=B1 4% -27.9% 8355615 =C2=B1 9% -7.4% 10737= 491 =C2=B1 13% perf-stat.ps.node-loads 27422418 =C2=B1 6% -18.5% 22361316 =C2=B1 9% +13.4% 31096= 559 =C2=B1 7% perf-stat.ps.node-store-misses 66049478 =C2=B1 5% -30.0% 46241141 =C2=B1 8% -7.4% 61146= 712 =C2=B1 4% perf-stat.ps.node-stores 2582518 =C2=B1 2% -27.7% 1866009 =C2=B1 4% -3.4% 2495= 504 perf-stat.ps.page-faults 95521 -0.0% 95519 -0.0% 95521 = perf-stat.ps.task-clock 1.213e+13 =C2=B1 2% -21.9% 9.469e+12 =C2=B1 3% -2.5% 1.182e= +13 perf-stat.total.instructions 43625 =C2=B1 19% +60.6% 70078 =C2=B1 9% +11.3% 48= 552 =C2=B1 27% numa-vmstat.node0.nr_active_anon 219159 =C2=B1 10% +3.3% 226404 =C2=B1 3% +4.4% 228= 829 =C2=B1 4% numa-vmstat.node0.nr_active_file 62543 =C2=B1 8% +16.2% 72664 =C2=B1 16% -9.5% 56= 629 =C2=B1 5% numa-vmstat.node0.nr_anon_pages 100.00 =C2=B1 5% +13.7% 113.67 =C2=B1 20% -10.3% 89= .67 =C2=B1 13% numa-vmstat.node0.nr_anon_transparent_hugepages 33438804 =C2=B1 68% +3.2% 34506747 =C2=B1 67% -93.9% 2045= 900 =C2=B1 42% numa-vmstat.node0.nr_dirtied 1.67 =C2=B1141% +80.0% 3.00 =C2=B1118% -100.0% 0= .00 numa-vmstat.node0.nr_dirty 5191398 +0.1% 5198729 +0.1% 5197458 = numa-vmstat.node0.nr_file_pages 138407 =C2=B1 2% +1.6% 140634 +18.6% 164115 =C2= =B1 9% numa-vmstat.node0.nr_free_pages 250153 =C2=B1 53% +4.5% 261450 =C2=B1 45% -76.1% 59= 888 =C2=B1 7% numa-vmstat.node0.nr_inactive_anon 4610563 =C2=B1 2% -0.6% 4584446 =C2=B1 2% +3.8% 4787= 384 numa-vmstat.node0.nr_inactive_file 0.00 -100.0% 0.00 -100.0% 0.00 = numa-vmstat.node0.nr_isolated_anon 125.00 =C2=B1 4% +17.6% 147.00 =C2=B1 9% +23.7% 154= .67 =C2=B1 12% numa-vmstat.node0.nr_isolated_file 9525 =C2=B1 2% -2.8% 9255 =C2=B1 5% -14.7% 8= 122 =C2=B1 4% numa-vmstat.node0.nr_kernel_stack 4987445 -0.0% 4985165 +0.5% 5013596 = numa-vmstat.node0.nr_mapped 76.00 =C2=B1 5% +192.1% 222.00 =C2=B1 47% +226.8% 248= .33 =C2=B1 49% numa-vmstat.node0.nr_mlock 56329 =C2=B1 2% -0.9% 55829 =C2=B1 2% -8.5% 51= 528 =C2=B1 11% numa-vmstat.node0.nr_page_table_pages 231279 =C2=B1 60% +12.0% 258933 =C2=B1 50% -77.6% 51= 902 =C2=B1 26% numa-vmstat.node0.nr_shmem 51650 =C2=B1 3% -5.7% 48680 -2.9% 50131 = numa-vmstat.node0.nr_slab_reclaimable 30509 -1.4% 30071 =C2=B1 8% -11.1% 27107 =C2= =B1 11% numa-vmstat.node0.nr_slab_unreclaimable 129669 -1.1% 128306 -0.8% 128681 = numa-vmstat.node0.nr_unevictable 31.33 =C2=B1130% +12.8% 35.33 =C2=B1 64% -91.5% 2= .67 =C2=B1 17% numa-vmstat.node0.nr_vmscan_immediate_reclaim 0.00 -100.0% 0.00 -100.0% 0.00 = numa-vmstat.node0.nr_writeback 33438802 =C2=B1 68% +3.2% 34506743 =C2=B1 67% -93.9% 2045= 900 =C2=B1 42% numa-vmstat.node0.nr_written 43629 =C2=B1 19% +60.6% 70082 =C2=B1 9% +11.3% 48= 556 =C2=B1 27% numa-vmstat.node0.nr_zone_active_anon 219062 =C2=B1 10% +3.3% 226249 =C2=B1 3% +4.4% 228= 694 =C2=B1 4% numa-vmstat.node0.nr_zone_active_file 250182 =C2=B1 53% +4.5% 261480 =C2=B1 45% -76.0% 59= 919 =C2=B1 7% numa-vmstat.node0.nr_zone_inactive_anon 4610176 =C2=B1 2% -0.6% 4584095 =C2=B1 2% +3.8% 4787= 084 numa-vmstat.node0.nr_zone_inactive_file 129669 -1.1% 128306 -0.8% 128681 = numa-vmstat.node0.nr_zone_unevictable 1.67 =C2=B1141% +80.0% 3.00 =C2=B1118% -100.0% 0= .00 numa-vmstat.node0.nr_zone_write_pending 30289403 =C2=B1 17% -26.0% 22415296 =C2=B1 22% +2.9% 31166= 745 =C2=B1 9% numa-vmstat.node0.numa_foreign 1.394e+08 =C2=B1 10% -19.4% 1.124e+08 =C2=B1 19% -31.1% 96106= 445 =C2=B1 6% numa-vmstat.node0.numa_hit 139905 +0.1% 139988 -0.0% 139889 = numa-vmstat.node0.numa_interleave 1.393e+08 =C2=B1 10% -19.3% 1.124e+08 =C2=B1 19% -31.1% 96023= 624 =C2=B1 6% numa-vmstat.node0.numa_local 25181301 =C2=B1 10% -25.5% 18764436 =C2=B1 24% +36.0% 34238= 111 =C2=B1 16% numa-vmstat.node0.numa_miss 25257943 =C2=B1 10% -25.6% 18783711 =C2=B1 24% +35.9% 34321= 089 =C2=B1 16% numa-vmstat.node0.numa_other 176633 =C2=B1 21% -22.4% 137056 =C2=B1 6% +16.5% 205= 726 =C2=B1 13% numa-vmstat.node0.workingset_activate_file 168137 =C2=B1 4% -5.8% 158446 -4.2% 161103 =C2= =B1 3% numa-vmstat.node0.workingset_nodes 16538515 =C2=B1 9% -34.4% 10853930 =C2=B1 11% +2.2% 16895= 852 =C2=B1 4% numa-vmstat.node0.workingset_refault_file 6492 =C2=B1 46% -13.8% 5595 =C2=B1 14% +102.3% 13= 134 =C2=B1 38% numa-vmstat.node0.workingset_restore_file 101207 =C2=B1 4% -45.0% 55710 =C2=B1 3% -19.0% 81= 931 =C2=B1 22% numa-vmstat.node1.nr_active_anon 239627 =C2=B1 3% +0.4% 240616 =C2=B1 4% -9.3% 217= 376 =C2=B1 2% numa-vmstat.node1.nr_active_file 44157 =C2=B1 2% -16.1% 37038 =C2=B1 25% +24.5% 54= 958 =C2=B1 15% numa-vmstat.node1.nr_anon_pages 68.67 =C2=B1 7% -19.4% 55.33 =C2=B1 43% +14.6% 78= .67 =C2=B1 16% numa-vmstat.node1.nr_anon_transparent_hugepages 18990065 =C2=B1120% -5.6% 17922123 =C2=B1129% +165.3% 50382= 970 numa-vmstat.node1.nr_dirtied 5.33 =C2=B1 57% -62.5% 2.00 =C2=B1141% -18.8% 4= .33 =C2=B1 57% numa-vmstat.node1.nr_dirty 5379686 -0.2% 5366863 -0.3% 5361699 = numa-vmstat.node1.nr_file_pages 4240 =C2=B1 15% -12.1% 3726 +10.9% 4704 =C2= =B1 7% numa-vmstat.node1.nr_free_cma 146370 +1.6% 148686 -14.7% 124887 =C2=B1= 8% numa-vmstat.node1.nr_free_pages 143278 =C2=B1 91% -6.1% 134595 =C2=B1 90% +136.3% 338= 638 =C2=B1 2% numa-vmstat.node1.nr_inactive_anon 4818099 =C2=B1 2% +0.7% 4850042 =C2=B1 2% -3.4% 4656= 235 numa-vmstat.node1.nr_inactive_file 0.67 =C2=B1141% -100.0% 0.00 -100.0% 0.00 = numa-vmstat.node1.nr_isolated_anon 129.00 =C2=B1 5% +29.2% 166.67 =C2=B1 5% +9.6% 141= .33 =C2=B1 6% numa-vmstat.node1.nr_isolated_file 6873 =C2=B1 5% +3.7% 7126 =C2=B1 5% +22.6% 8= 427 =C2=B1 4% numa-vmstat.node1.nr_kernel_stack 5123259 +1.0% 5172122 +0.5% 5150260 = numa-vmstat.node1.nr_mapped 61.33 =C2=B1 4% +250.5% 215.00 =C2=B1 53% +201.1% 184= .67 =C2=B1 50% numa-vmstat.node1.nr_mlock 42938 =C2=B1 2% +0.1% 42978 =C2=B1 2% +12.3% 48= 240 =C2=B1 11% numa-vmstat.node1.nr_page_table_pages 200360 =C2=B1 65% -23.5% 153321 =C2=B1 86% +82.5% 365= 642 =C2=B1 5% numa-vmstat.node1.nr_shmem 43011 =C2=B1 2% +4.4% 44896 +3.6% 44571 =C2= =B1 2% numa-vmstat.node1.nr_slab_reclaimable 21089 =C2=B1 3% +3.6% 21855 =C2=B1 13% +21.0% 25= 509 =C2=B1 12% numa-vmstat.node1.nr_slab_unreclaimable 120825 +1.2% 122231 +0.7% 121700 = numa-vmstat.node1.nr_unevictable 71.67 =C2=B1 62% -56.3% 31.33 =C2=B1136% +13.5% 81= .33 =C2=B1 24% numa-vmstat.node1.nr_vmscan_immediate_reclaim 0.00 -100.0% 0.00 -100.0% 0.00 = numa-vmstat.node1.nr_writeback 18990060 =C2=B1120% -5.6% 17922121 =C2=B1129% +165.3% 50382= 965 numa-vmstat.node1.nr_written 101212 =C2=B1 4% -45.0% 55713 =C2=B1 3% -19.0% 81= 935 =C2=B1 22% numa-vmstat.node1.nr_zone_active_anon 239504 =C2=B1 2% +0.4% 240475 =C2=B1 4% -9.3% 217= 328 =C2=B1 2% numa-vmstat.node1.nr_zone_active_file 143314 =C2=B1 91% -6.1% 134628 =C2=B1 90% +136.3% 338= 671 =C2=B1 2% numa-vmstat.node1.nr_zone_inactive_anon 4817828 =C2=B1 2% +0.7% 4849859 =C2=B1 2% -3.4% 4656= 086 numa-vmstat.node1.nr_zone_inactive_file 120825 +1.2% 122231 +0.7% 121700 = numa-vmstat.node1.nr_zone_unevictable 5.00 =C2=B1 71% -60.0% 2.00 =C2=B1141% -13.3% 4= .33 =C2=B1 57% numa-vmstat.node1.nr_zone_write_pending 25183355 =C2=B1 10% -25.5% 18766785 =C2=B1 24% +36.0% 34240= 646 =C2=B1 16% numa-vmstat.node1.numa_foreign 1.265e+08 =C2=B1 23% -24.4% 95645441 =C2=B1 31% +17.0% 1.481e= +08 =C2=B1 2% numa-vmstat.node1.numa_hit 139985 -0.1% 139894 -0.1% 139847 = numa-vmstat.node1.numa_interleave 1.264e+08 =C2=B1 23% -24.5% 95473968 =C2=B1 31% +17.1% 1.479e= +08 =C2=B1 2% numa-vmstat.node1.numa_local 30291122 =C2=B1 17% -26.0% 22417710 =C2=B1 22% +2.9% 31169= 202 =C2=B1 9% numa-vmstat.node1.numa_miss 30405026 =C2=B1 17% -25.7% 22589299 =C2=B1 22% +2.9% 31276= 582 =C2=B1 9% numa-vmstat.node1.numa_other 263132 =C2=B1 5% -29.7% 184983 =C2=B1 2% -29.1% 186= 545 numa-vmstat.node1.workingset_activate_file 136992 =C2=B1 4% +5.2% 144058 +4.5% 143212 =C2= =B1 2% numa-vmstat.node1.workingset_nodes 19319023 -34.5% 12661014 =C2=B1 5% -14.7% 16474573 =C2= =B1 2% numa-vmstat.node1.workingset_refault_file 10002 =C2=B1 29% -38.6% 6137 =C2=B1 24% -19.2% 8= 080 =C2=B1 47% numa-vmstat.node1.workingset_restore_file 356986 =C2=B1 2% -30.5% 248036 =C2=B1 3% -4.0% 342= 586 =C2=B1 2% proc-vmstat.allocstall_movable 2875 =C2=B1 17% -21.6% 2254 =C2=B1 8% -5.6% 2= 713 =C2=B1 8% proc-vmstat.allocstall_normal 2052774 =C2=B1 29% -51.9% 986935 =C2=B1 50% -33.5% 1365= 578 =C2=B1 32% proc-vmstat.compact_daemon_free_scanned 1199355 =C2=B1 12% -28.2% 861419 =C2=B1 20% +21.3% 1454= 234 =C2=B1 35% proc-vmstat.compact_daemon_migrate_scanned 2013 =C2=B1 20% -13.2% 1748 =C2=B1 6% +12.6% 2= 267 =C2=B1 12% proc-vmstat.compact_daemon_wake 186.00 =C2=B1 21% +4.3% 194.00 =C2=B1 10% -31.4% 127= .67 =C2=B1 26% proc-vmstat.compact_fail 2166008 =C2=B1 28% -46.9% 1149814 =C2=B1 39% -28.1% 1558= 440 =C2=B1 32% proc-vmstat.compact_free_scanned 226662 =C2=B1 4% -43.4% 128279 =C2=B1 54% -4.8% 215= 878 =C2=B1 16% proc-vmstat.compact_isolated 1200209 =C2=B1 12% -28.1% 863088 =C2=B1 20% +21.4% 1456= 590 =C2=B1 35% proc-vmstat.compact_migrate_scanned 189.67 =C2=B1 20% +3.7% 196.67 =C2=B1 11% -31.1% 130= .67 =C2=B1 26% proc-vmstat.compact_stall 3.67 =C2=B1 25% -27.3% 2.67 =C2=B1 17% -18.2% 3= .00 =C2=B1 54% proc-vmstat.compact_success 11.67 =C2=B1 31% -40.0% 7.00 =C2=B1 30% +20.0% 14= .00 =C2=B1 67% proc-vmstat.kswapd_high_wmark_hit_quickly 6603 =C2=B1 5% -22.9% 5091 =C2=B1 3% -3.7% 6= 357 =C2=B1 5% proc-vmstat.kswapd_low_wmark_hit_quickly 144882 =C2=B1 4% -13.1% 125923 =C2=B1 6% -10.1% 130= 201 =C2=B1 4% proc-vmstat.nr_active_anon 458897 =C2=B1 5% +2.1% 468725 -2.8% 445946 =C2= =B1 3% proc-vmstat.nr_active_file 106708 =C2=B1 4% +2.8% 109660 =C2=B1 2% +4.6% 111= 584 =C2=B1 4% proc-vmstat.nr_anon_pages 169.67 -0.4% 169.00 -0.2% 169.33 = proc-vmstat.nr_anon_transparent_hugepages 57.33 +0.0% 57.33 +0.0% 57.33 = proc-vmstat.nr_dirtied 7.00 =C2=B1 11% -23.8% 5.33 =C2=B1 46% -33.3% 4= .67 =C2=B1 61% proc-vmstat.nr_dirty 1008812 +0.2% 1010746 +0.1% 1009493 = proc-vmstat.nr_dirty_background_threshold 2020092 +0.2% 2023966 +0.1% 2021454 = proc-vmstat.nr_dirty_threshold 10570596 -0.0% 10567453 -0.1% 10562418 = proc-vmstat.nr_file_pages 4201 =C2=B1 15% -10.7% 3753 +14.0% 4791 =C2= =B1 9% proc-vmstat.nr_free_cma 284363 +0.8% 286767 +0.4% 285635 = proc-vmstat.nr_free_pages 393517 +0.7% 396184 +1.3% 398687 = proc-vmstat.nr_inactive_anon 9428031 +0.1% 9434308 +0.2% 9447327 = proc-vmstat.nr_inactive_file 0.00 -100.0% 0.00 -100.0% 0.00 = proc-vmstat.nr_isolated_anon 250.00 +24.9% 312.33 =C2=B1 4% +18.3% 295.67 =C2= =B1 7% proc-vmstat.nr_isolated_file 16394 -0.1% 16381 +1.0% 16554 = proc-vmstat.nr_kernel_stack 10116113 +0.3% 10141659 +0.5% 10167670 = proc-vmstat.nr_mapped 138.67 =C2=B1 3% +214.9% 436.67 =C2=B1 48% +212.5% 433= .33 =C2=B1 49% proc-vmstat.nr_mlock 99468 -0.7% 98784 +0.3% 99794 = proc-vmstat.nr_page_table_pages 431764 -4.4% 412573 =C2=B1 2% -3.3% 417418 = proc-vmstat.nr_shmem 94695 -1.0% 93721 -0.0% 94693 = proc-vmstat.nr_slab_reclaimable 51603 +0.6% 51929 +2.0% 52617 = proc-vmstat.nr_slab_unreclaimable 250494 +0.0% 250538 -0.0% 250382 = proc-vmstat.nr_unevictable 119.33 =C2=B1 6% -35.2% 77.33 =C2=B1 29% -18.2% 97= .67 =C2=B1 23% proc-vmstat.nr_vmscan_immediate_reclaim 0.00 -100.0% 0.00 -100.0% 0.00 = proc-vmstat.nr_writeback 56.00 +0.6% 56.33 +0.6% 56.33 = proc-vmstat.nr_written 144890 =C2=B1 4% -13.1% 125930 =C2=B1 6% -10.1% 130= 207 =C2=B1 4% proc-vmstat.nr_zone_active_anon 458667 =C2=B1 5% +2.1% 468467 -2.8% 445698 =C2= =B1 3% proc-vmstat.nr_zone_active_file 393577 +0.7% 396249 +1.3% 398753 = proc-vmstat.nr_zone_inactive_anon 9427741 +0.1% 9433856 +0.2% 9447305 = proc-vmstat.nr_zone_inactive_file 250494 +0.0% 250538 -0.0% 250382 = proc-vmstat.nr_zone_unevictable 7.00 =C2=B1 11% -23.8% 5.33 =C2=B1 46% -33.3% 4= .67 =C2=B1 61% proc-vmstat.nr_zone_write_pending 1.084e+08 =C2=B1 8% -23.3% 83145561 =C2=B1 14% +15.9% 1.256e= +08 =C2=B1 11% proc-vmstat.numa_foreign 51139 =C2=B1 40% -27.3% 37184 =C2=B1 38% +13.5% 58= 053 =C2=B1 47% proc-vmstat.numa_hint_faults 23972 =C2=B1 36% -39.3% 14550 =C2=B1 31% +0.8% 24= 161 =C2=B1 40% proc-vmstat.numa_hint_faults_local 4.162e+08 =C2=B1 5% -28.9% 2.957e+08 =C2=B1 9% -8.7% 3.801e= +08 =C2=B1 5% proc-vmstat.numa_hit 1605 =C2=B1 14% -30.0% 1124 =C2=B1 14% -21.9% 1= 254 =C2=B1 18% proc-vmstat.numa_huge_pte_updates 0.00 -100.0% 0.00 -100.0% 0.00 = proc-vmstat.numa_interleave 4.161e+08 =C2=B1 5% -28.9% 2.957e+08 =C2=B1 9% -8.7% 3.8e= +08 =C2=B1 5% proc-vmstat.numa_local 1.084e+08 =C2=B1 8% -23.3% 83145561 =C2=B1 14% +15.9% 1.256e= +08 =C2=B1 11% proc-vmstat.numa_miss 1.085e+08 =C2=B1 8% -23.3% 83189591 =C2=B1 14% +15.9% 1.257e= +08 =C2=B1 11% proc-vmstat.numa_other 38930 =C2=B1 19% -39.3% 23638 =C2=B1 15% -13.3% 33= 767 =C2=B1 22% proc-vmstat.numa_pages_migrated 886156 =C2=B1 13% -29.5% 624406 =C2=B1 16% -19.4% 714= 093 =C2=B1 20% proc-vmstat.numa_pte_updates 6617 =C2=B1 5% -22.9% 5101 =C2=B1 3% -3.7% 6= 373 =C2=B1 5% proc-vmstat.pageoutrun 6812161 =C2=B1 3% -25.8% 5057613 -6.0% 6405488 =C2= =B1 5% proc-vmstat.pgactivate 0.00 -100.0% 0.00 -100.0% 0.00 = proc-vmstat.pgalloc_dma 19651994 =C2=B1 2% -28.6% 14041272 =C2=B1 3% -4.7% 18737= 401 proc-vmstat.pgalloc_dma32 5.054e+08 =C2=B1 2% -27.7% 3.653e+08 =C2=B1 4% -3.3% 4.885e= +08 proc-vmstat.pgalloc_normal 7011545 =C2=B1 4% -28.1% 5042341 -6.7% 6542693 =C2= =B1 6% proc-vmstat.pgdeactivate 1.048e+09 =C2=B1 2% -27.8% 7.568e+08 =C2=B1 4% -3.4% 1.012e= +09 proc-vmstat.pgfault 5.148e+08 =C2=B1 2% -28.3% 3.69e+08 =C2=B1 4% -3.5% 4.968e= +08 proc-vmstat.pgfree 5.233e+08 =C2=B1 2% -27.8% 3.778e+08 =C2=B1 4% -3.4% 5.055e= +08 proc-vmstat.pgmajfault 66259 =C2=B1 75% -68.9% 20636 =C2=B1 39% -58.7% 27= 376 =C2=B1 53% proc-vmstat.pgmigrate_fail 147352 =C2=B1 2% -42.0% 85440 =C2=B1 38% -6.6% 137= 591 =C2=B1 17% proc-vmstat.pgmigrate_success 2.093e+09 =C2=B1 2% -27.8% 1.511e+09 =C2=B1 4% -3.4% 2.022e= +09 proc-vmstat.pgpgin 132.00 =C2=B1 8% -6.1% 124.00 -6.1% 124.00 = proc-vmstat.pgpgout 7011545 =C2=B1 4% -28.1% 5042343 -6.7% 6542700 =C2= =B1 6% proc-vmstat.pgrefill 36650 -0.5% 36450 -0.8% 36351 = proc-vmstat.pgreuse 458.00 =C2=B1 10% -54.9% 206.33 =C2=B1 13% -34.0% 302= .33 =C2=B1 22% proc-vmstat.pgrotated 8.877e+08 =C2=B1 3% -30.2% 6.194e+08 =C2=B1 5% -5.4% 8.394e= +08 =C2=B1 2% proc-vmstat.pgscan_direct 1.037e+09 =C2=B1 2% -28.2% 7.449e+08 =C2=B1 4% -3.5% 1.001e= +09 proc-vmstat.pgscan_file 1.497e+08 =C2=B1 3% -16.2% 1.255e+08 =C2=B1 4% +8.1% 1.618e= +08 =C2=B1 6% proc-vmstat.pgscan_kswapd 4.648e+08 =C2=B1 2% -27.6% 3.366e+08 =C2=B1 3% -2.9% 4.514e= +08 proc-vmstat.pgsteal_direct 5.134e+08 =C2=B1 2% -28.4% 3.678e+08 =C2=B1 4% -3.5% 4.956e= +08 proc-vmstat.pgsteal_file 48611615 =C2=B1 2% -36.0% 31132152 =C2=B1 9% -9.2% 44134= 337 =C2=B1 2% proc-vmstat.pgsteal_kswapd 75785 =C2=B1 2% +0.1% 75864 =C2=B1 10% -15.2% 64= 268 =C2=B1 13% proc-vmstat.slabs_scanned 0.67 =C2=B1 70% -50.0% 0.33 =C2=B1141% +0.0% 0= .67 =C2=B1 70% proc-vmstat.thp_collapse_alloc 0.00 +3.3e+101% 0.33 =C2=B1141% +6.7e+101% 0.67 =C2= =B1 70% proc-vmstat.thp_collapse_alloc_failed 0.00 -100.0% 0.00 +6.7e+101% 0.67 =C2=B1= 141% proc-vmstat.thp_deferred_split_page 60.33 +1.1% 61.00 =C2=B1 2% +1.7% 61.33 =C2= =B1 2% proc-vmstat.thp_fault_alloc 0.00 -100.0% 0.00 +6.7e+101% 0.67 =C2=B1= 141% proc-vmstat.thp_split_pmd 0.00 -100.0% 0.00 -100.0% 0.00 = proc-vmstat.thp_zero_page_alloc 100.33 -55.5% 44.67 =C2=B1 90% -56.5% 43.67 =C2= =B1 91% proc-vmstat.unevictable_pgs_culled 586.00 -66.7% 195.33 =C2=B1141% -66.7% 195.33 =C2= =B1141% proc-vmstat.unevictable_pgs_mlocked 440304 =C2=B1 9% -26.8% 322290 -11.0% 391833 =C2= =B1 6% proc-vmstat.workingset_activate_file 305338 -0.6% 303592 -0.2% 304734 = proc-vmstat.workingset_nodes 35897368 =C2=B1 4% -34.4% 23532131 =C2=B1 8% -7.1% 33334= 969 proc-vmstat.workingset_refault_file 16525 =C2=B1 32% -29.0% 11737 =C2=B1 5% +28.2% 21= 186 =C2=B1 41% proc-vmstat.workingset_restore_file 130.25 =C2=B1110% -79.0% 27.41 =C2=B1141% -55.1% 58= .46 =C2=B1141% sched_debug.cfs_rq:/.MIN_vruntime.avg 9442 =C2=B1103% -73.6% 2494 =C2=B1141% -65.3% 3= 273 =C2=B1141% sched_debug.cfs_rq:/.MIN_vruntime.max 0.00 +0.0% 0.00 +0.0% 0.00 = sched_debug.cfs_rq:/.MIN_vruntime.min 1099 =C2=B1107% -76.4% 260.04 =C2=B1141% -60.6% 433= .53 =C2=B1141% sched_debug.cfs_rq:/.MIN_vruntime.stddev 35640 =C2=B1 19% +29.5% 46156 +15.0% 40988 =C2= =B1 18% sched_debug.cfs_rq:/.exec_clock.avg 60004 =C2=B1 20% +36.8% 82102 =C2=B1 4% +15.0% 69= 029 =C2=B1 15% sched_debug.cfs_rq:/.exec_clock.max 10509 =C2=B1 61% -9.4% 9521 =C2=B1 25% -12.6% 9= 181 =C2=B1 43% sched_debug.cfs_rq:/.exec_clock.min 11415 =C2=B1 20% +41.3% 16134 =C2=B1 14% +11.1% 12= 678 =C2=B1 14% sched_debug.cfs_rq:/.exec_clock.stddev 445507 +8.2% 481992 =C2=B1 4% +4.7% 466232 =C2= =B1 7% sched_debug.cfs_rq:/.load.avg 851108 =C2=B1 16% +23.4% 1050048 +23.2% 1048576 = sched_debug.cfs_rq:/.load.max 361177 =C2=B1 6% +11.8% 403965 =C2=B1 2% +12.1% 404= 733 =C2=B1 4% sched_debug.cfs_rq:/.load.stddev 460.09 +3.9% 477.93 =C2=B1 4% +1.6% 467.41 =C2= =B1 7% sched_debug.cfs_rq:/.load_avg.avg 1131 =C2=B1 8% -7.1% 1051 =C2=B1 5% -5.8% 1= 066 =C2=B1 6% sched_debug.cfs_rq:/.load_avg.max 415.17 =C2=B1 6% -0.2% 414.41 +1.6% 422.02 =C2= =B1 4% sched_debug.cfs_rq:/.load_avg.stddev 130.25 =C2=B1110% -79.0% 27.41 =C2=B1141% -55.1% 58= .46 =C2=B1141% sched_debug.cfs_rq:/.max_vruntime.avg 9442 =C2=B1103% -73.6% 2494 =C2=B1141% -65.3% 3= 273 =C2=B1141% sched_debug.cfs_rq:/.max_vruntime.max 0.00 +0.0% 0.00 +0.0% 0.00 = sched_debug.cfs_rq:/.max_vruntime.min 1099 =C2=B1107% -76.4% 260.04 =C2=B1141% -60.6% 433= .53 =C2=B1141% sched_debug.cfs_rq:/.max_vruntime.stddev 67776 =C2=B1 14% +16.0% 78590 +11.6% 75647 =C2= =B1 13% sched_debug.cfs_rq:/.min_vruntime.avg 121925 =C2=B1 23% +19.4% 145579 =C2=B1 16% -6.8% 113= 645 =C2=B1 14% sched_debug.cfs_rq:/.min_vruntime.max 38249 =C2=B1 20% +3.3% 39529 =C2=B1 11% +3.8% 39= 684 =C2=B1 15% sched_debug.cfs_rq:/.min_vruntime.min 15708 =C2=B1 27% +26.9% 19935 =C2=B1 19% -2.7% 15= 280 =C2=B1 14% sched_debug.cfs_rq:/.min_vruntime.stddev 0.48 =C2=B1 3% +4.4% 0.51 =C2=B1 4% +3.6% 0= .50 =C2=B1 5% sched_debug.cfs_rq:/.nr_running.avg 1.00 +8.3% 1.08 =C2=B1 10% +0.0% 1.00 = sched_debug.cfs_rq:/.nr_running.max 0.45 +0.5% 0.45 +2.2% 0.46 = sched_debug.cfs_rq:/.nr_running.stddev 0.10 =C2=B1105% +133.8% 0.23 =C2=B1 17% +62.2% 0= .16 =C2=B1 60% sched_debug.cfs_rq:/.nr_spread_over.avg 1.64 =C2=B1 26% +32.2% 2.17 =C2=B1 27% +8.5% 1= .78 =C2=B1 21% sched_debug.cfs_rq:/.nr_spread_over.max 0.26 =C2=B1 46% +48.8% 0.39 =C2=B1 17% +4.3% 0= .27 =C2=B1 29% sched_debug.cfs_rq:/.nr_spread_over.stddev 12.04 =C2=B1 69% -77.9% 2.67 =C2=B1 82% -31.6% 8= .24 =C2=B1 88% sched_debug.cfs_rq:/.removed.load_avg.avg 312.89 =C2=B1 12% -47.2% 165.33 =C2=B1 70% -26.2% 231= .03 =C2=B1 78% sched_debug.cfs_rq:/.removed.load_avg.max 55.69 =C2=B1 38% -63.3% 20.43 =C2=B1 73% -28.9% 39= .58 =C2=B1 71% sched_debug.cfs_rq:/.removed.load_avg.stddev 4.66 =C2=B1 74% -75.2% 1.15 =C2=B1 76% -32.0% 3= .16 =C2=B1 73% sched_debug.cfs_rq:/.removed.runnable_avg.avg 133.08 =C2=B1 22% -37.3% 83.50 =C2=B1 70% -8.5% 121= .81 =C2=B1 92% sched_debug.cfs_rq:/.removed.runnable_avg.max 21.26 =C2=B1 47% -56.6% 9.22 =C2=B1 71% -17.6% 17= .51 =C2=B1 76% sched_debug.cfs_rq:/.removed.runnable_avg.stddev 4.63 =C2=B1 74% -75.1% 1.15 =C2=B1 76% -31.7% 3= .16 =C2=B1 73% sched_debug.cfs_rq:/.removed.util_avg.avg 131.64 =C2=B1 21% -36.6% 83.50 =C2=B1 70% -7.6% 121= .69 =C2=B1 92% sched_debug.cfs_rq:/.removed.util_avg.max 21.14 =C2=B1 46% -56.4% 9.22 =C2=B1 71% -17.2% 17= .50 =C2=B1 76% sched_debug.cfs_rq:/.removed.util_avg.stddev 559.67 =C2=B1 5% -1.5% 551.27 =C2=B1 4% +2.0% 570= .88 =C2=B1 4% sched_debug.cfs_rq:/.runnable_avg.avg 1205 =C2=B1 6% -0.3% 1201 =C2=B1 3% -0.6% 1= 197 =C2=B1 4% sched_debug.cfs_rq:/.runnable_avg.max 450.27 =C2=B1 2% +3.1% 464.36 +1.4% 456.41 =C2= =B1 2% sched_debug.cfs_rq:/.runnable_avg.stddev -16675 +198.1% -49704 -173.3% 12227 =C2=B1= 55% sched_debug.cfs_rq:/.spread0.avg 37499 =C2=B1 19% -53.9% 17291 =C2=B1106% +33.9% 50= 223 =C2=B1 27% sched_debug.cfs_rq:/.spread0.max -46203 +92.1% -88758 -48.6% -23735 = sched_debug.cfs_rq:/.spread0.min 15711 =C2=B1 27% +26.9% 19937 =C2=B1 19% -2.7% 15= 280 =C2=B1 14% sched_debug.cfs_rq:/.spread0.stddev 556.76 =C2=B1 5% -1.3% 549.62 =C2=B1 4% +2.3% 569= .73 =C2=B1 5% sched_debug.cfs_rq:/.util_avg.avg 1192 =C2=B1 6% -0.1% 1190 =C2=B1 3% -0.0% 1= 191 =C2=B1 5% sched_debug.cfs_rq:/.util_avg.max 448.11 =C2=B1 2% +3.3% 463.11 +1.6% 455.40 =C2= =B1 2% sched_debug.cfs_rq:/.util_avg.stddev 425.88 +7.7% 458.57 =C2=B1 4% +3.3% 440.14 =C2= =B1 6% sched_debug.cfs_rq:/.util_est_enqueued.avg 864.06 =C2=B1 2% +12.2% 969.50 =C2=B1 5% +1.8% 879= .94 =C2=B1 3% sched_debug.cfs_rq:/.util_est_enqueued.max 370.13 =C2=B1 5% +8.8% 402.70 +4.7% 387.50 =C2= =B1 4% sched_debug.cfs_rq:/.util_est_enqueued.stddev 844186 -9.2% 766344 =C2=B1 3% +1.6% 857345 =C2= =B1 3% sched_debug.cpu.avg_idle.avg 1000000 +0.0% 1000000 +13.3% 1133287 =C2=B1= 7% sched_debug.cpu.avg_idle.max 150262 =C2=B1 26% -30.3% 104774 =C2=B1 22% +11.5% 167= 572 =C2=B1 23% sched_debug.cpu.avg_idle.min 218705 =C2=B1 7% +19.1% 260527 +3.3% 225850 =C2= =B1 11% sched_debug.cpu.avg_idle.stddev 265382 =C2=B1 6% +6.9% 283597 +2.5% 272057 =C2= =B1 5% sched_debug.cpu.clock.avg 265395 =C2=B1 6% +6.9% 283613 +2.5% 272068 =C2= =B1 5% sched_debug.cpu.clock.max 265368 =C2=B1 6% +6.9% 283576 +2.5% 272047 =C2= =B1 5% sched_debug.cpu.clock.min 7.86 =C2=B1 40% +32.2% 10.39 =C2=B1 50% -9.1% 7= .14 =C2=B1 42% sched_debug.cpu.clock.stddev 264275 =C2=B1 6% +6.9% 282546 +2.5% 270910 =C2= =B1 5% sched_debug.cpu.clock_task.avg 264516 =C2=B1 6% +6.9% 282752 +2.5% 271142 =C2= =B1 5% sched_debug.cpu.clock_task.max 259102 =C2=B1 6% +7.1% 277511 +2.4% 265421 =C2= =B1 5% sched_debug.cpu.clock_task.min 607.39 =C2=B1 6% -1.7% 597.13 =C2=B1 2% +2.3% 621= .32 sched_debug.cpu.clock_task.stddev 1144 =C2=B1 3% +5.7% 1209 =C2=B1 2% +2.0% 1= 167 =C2=B1 4% sched_debug.cpu.curr->pid.avg 4399 =C2=B1 8% +10.2% 4846 +6.2% 4670 =C2= =B1 7% sched_debug.cpu.curr->pid.max 1260 +2.5% 1290 =C2=B1 3% +0.2% 1262 =C2= =B1 2% sched_debug.cpu.curr->pid.stddev 500008 +0.0% 500196 +0.2% 501204 = sched_debug.cpu.max_idle_balance_cost.avg 500770 +3.3% 517520 =C2=B1 4% +12.5% 563425 =C2= =B1 7% sched_debug.cpu.max_idle_balance_cost.max 500000 +0.0% 500000 +0.0% 500000 = sched_debug.cpu.max_idle_balance_cost.min 78.20 =C2=B1141% +2179.8% 1782 =C2=B1141% +8670.1% 6= 858 =C2=B1 67% sched_debug.cpu.max_idle_balance_cost.stddev 4294 +0.0% 4294 +0.0% 4294 = sched_debug.cpu.next_balance.avg 4294 +0.0% 4294 +0.0% 4294 = sched_debug.cpu.next_balance.max 4294 +0.0% 4294 +0.0% 4294 = sched_debug.cpu.next_balance.min 0.00 =C2=B1 27% +12.5% 0.00 =C2=B1 23% -16.4% 0= .00 =C2=B1 2% sched_debug.cpu.next_balance.stddev 0.42 =C2=B1 3% +6.5% 0.44 +2.9% 0.43 =C2= =B1 4% sched_debug.cpu.nr_running.avg 1.00 +16.7% 1.17 =C2=B1 20% +0.0% 1.00 = sched_debug.cpu.nr_running.max 0.45 +2.1% 0.46 =C2=B1 2% +0.2% 0.45 = sched_debug.cpu.nr_running.stddev 65936 =C2=B1 12% -7.0% 61303 =C2=B1 19% -18.7% 53= 596 =C2=B1 4% sched_debug.cpu.nr_switches.avg 3145363 =C2=B1 59% -15.4% 2659603 =C2=B1 55% -77.6% 703= 277 =C2=B1 36% sched_debug.cpu.nr_switches.max 3014 =C2=B1 27% +8.9% 3281 =C2=B1 21% +22.4% 3= 690 =C2=B1 5% sched_debug.cpu.nr_switches.min 336745 =C2=B1 50% -11.2% 298976 =C2=B1 47% -64.8% 118= 391 =C2=B1 20% sched_debug.cpu.nr_switches.stddev 0.01 =C2=B1 12% -18.2% 0.01 -22.7% 0.00 =C2= =B1 36% sched_debug.cpu.nr_uninterruptible.avg 42.22 =C2=B1 5% +13.7% 48.00 =C2=B1 8% -40.2% 25= .25 =C2=B1 29% sched_debug.cpu.nr_uninterruptible.max -15.97 -2.4% -15.58 -14.8% -13.61 = sched_debug.cpu.nr_uninterruptible.min 7.65 =C2=B1 8% +8.2% 8.28 =C2=B1 10% -7.0% 7= .12 sched_debug.cpu.nr_uninterruptible.stddev 5353 =C2=B1 17% +15.1% 6160 =C2=B1 7% +17.8% 6= 308 =C2=B1 13% sched_debug.cpu.sched_count.avg 12336 +4.0% 12828 -2.2% 12065 =C2=B1= 18% sched_debug.cpu.sched_count.max 1989 =C2=B1 40% +1.1% 2012 =C2=B1 20% +24.1% 2= 469 =C2=B1 10% sched_debug.cpu.sched_count.min 1562 =C2=B1 10% +27.1% 1986 =C2=B1 3% +15.7% 1= 807 =C2=B1 17% sched_debug.cpu.sched_count.stddev 710.90 =C2=B1 17% +23.9% 880.64 =C2=B1 2% +9.7% 780= .08 =C2=B1 15% sched_debug.cpu.sched_goidle.avg 3581 +35.0% 4834 =C2=B1 6% +9.0% 3903 =C2= =B1 19% sched_debug.cpu.sched_goidle.max 137.75 =C2=B1 29% -15.9% 115.83 =C2=B1 19% -19.9% 110= .33 =C2=B1 14% sched_debug.cpu.sched_goidle.min 625.81 =C2=B1 10% +47.4% 922.70 =C2=B1 9% +20.0% 750= .91 =C2=B1 16% sched_debug.cpu.sched_goidle.stddev 2613 =C2=B1 17% +14.7% 2998 =C2=B1 8% +18.0% 3= 083 =C2=B1 13% sched_debug.cpu.ttwu_count.avg 5031 =C2=B1 19% +34.8% 6783 =C2=B1 13% +19.2% 5= 998 =C2=B1 4% sched_debug.cpu.ttwu_count.max 884.53 =C2=B1 46% +3.0% 911.00 =C2=B1 24% +18.1% 1= 045 =C2=B1 23% sched_debug.cpu.ttwu_count.min 773.84 =C2=B1 12% +37.1% 1060 =C2=B1 11% +23.4% 954= .55 =C2=B1 9% sched_debug.cpu.ttwu_count.stddev 1904 =C2=B1 20% +18.2% 2251 =C2=B1 4% +30.8% 2= 491 =C2=B1 17% sched_debug.cpu.ttwu_local.avg 3336 =C2=B1 16% +40.7% 4694 =C2=B1 18% +33.0% 4= 438 =C2=B1 20% sched_debug.cpu.ttwu_local.max 658.94 =C2=B1 49% -5.9% 620.00 =C2=B1 19% +22.0% 803= .94 =C2=B1 28% sched_debug.cpu.ttwu_local.min 506.63 =C2=B1 17% +38.0% 699.01 =C2=B1 13% +38.3% 700= .74 =C2=B1 15% sched_debug.cpu.ttwu_local.stddev 265370 =C2=B1 6% +6.9% 283577 +2.5% 272048 =C2= =B1 5% sched_debug.cpu_clk 996147 +0.0% 996147 +0.0% 996147 = sched_debug.dl_rq:.dl_bw->bw.avg 996147 +0.0% 996147 +0.0% 996147 = sched_debug.dl_rq:.dl_bw->bw.max 996147 +0.0% 996147 +0.0% 996147 = sched_debug.dl_rq:.dl_bw->bw.min 4.295e+09 +0.0% 4.295e+09 +0.0% 4.295e+09 = sched_debug.jiffies 264873 =C2=B1 6% +6.9% 283081 +2.5% 271552 =C2= =B1 5% sched_debug.ktime 950.00 +0.0% 950.00 +0.0% 950.00 = sched_debug.rt_rq:/.rt_runtime.avg 950.00 +0.0% 950.00 +0.0% 950.00 = sched_debug.rt_rq:/.rt_runtime.max 950.00 +0.0% 950.00 +0.0% 950.00 = sched_debug.rt_rq:/.rt_runtime.min 265722 =C2=B1 6% +6.9% 283930 +2.5% 272402 =C2= =B1 5% sched_debug.sched_clk 1.00 +0.0% 1.00 +0.0% 1.00 = sched_debug.sched_clock_stable() 4156219 +0.0% 4156219 +0.0% 4156219 = sched_debug.sysctl_sched.sysctl_sched_features 24.00 +0.0% 24.00 +0.0% 24.00 = sched_debug.sysctl_sched.sysctl_sched_latency 3.00 +0.0% 3.00 +0.0% 3.00 = sched_debug.sysctl_sched.sysctl_sched_min_granularity 1.00 +0.0% 1.00 +0.0% 1.00 = sched_debug.sysctl_sched.sysctl_sched_tunable_scaling 4.00 +0.0% 4.00 +0.0% 4.00 = sched_debug.sysctl_sched.sysctl_sched_wakeup_granularity 0.00 -100.0% 0.00 +6.7e+101% 0.67 =C2=B1= 141% latency_stats.avg.d_alloc_parallel.__lookup_slow.walk_component.pat= h_lookupat.filename_lookup.vfs_statx.__do_sys_newstat.do_syscall_64.entry= _SYSCALL_64_after_hwframe 0.00 -100.0% 0.00 +8e+102% 8.00 =C2=B1= 141% latency_stats.avg.stop_two_cpus.migrate_swap.task_numa_migrate.task= _numa_fault.do_huge_pmd_numa_page.__handle_mm_fault.handle_mm_fault.do_us= er_addr_fault.exc_page_fault.asm_exc_page_fault 54.67 =C2=B1141% -100.0% 0.00 -100.0% 0.00 = latency_stats.avg.rpc_wait_bit_killable.__rpc_execute.rpc_run_task.= rpc_call_sync.nfs3_rpc_wrapper.nfs3_proc_lookup.nfs_lookup.path_openat.do= _filp_open.do_sys_openat2.do_sys_open.do_syscall_64 121.67 =C2=B1141% -100.0% 0.00 -100.0% 0.00 = latency_stats.avg.rpc_wait_bit_killable.__rpc_execute.rpc_run_task.= rpc_call_sync.nfs3_rpc_wrapper.nfs3_do_create.nfs3_proc_create.nfs_create= .path_openat.do_filp_open.do_sys_openat2.do_sys_open 9.67 =C2=B1141% -100.0% 0.00 -100.0% 0.00 = latency_stats.avg.stop_one_cpu.sched_exec.bprm_execve.do_execveat_c= ommon.__x64_sys_execve.do_syscall_64.entry_SYSCALL_64_after_hwframe 1.33 =C2=B1141% -100.0% 0.00 -100.0% 0.00 = latency_stats.avg.rwsem_down_write_slowpath.__x64_sys_brk.do_syscal= l_64.entry_SYSCALL_64_after_hwframe 0.33 =C2=B1141% -100.0% 0.00 +1700.0% 6.00 =C2= =B1108% latency_stats.avg.d_alloc_parallel.__lookup_slow.walk_component.= path_lookupat.filename_lookup.do_faccessat.do_syscall_64.entry_SYSCALL_64= _after_hwframe 314.33 =C2=B1120% -95.3% 14.67 =C2=B1141% +12.3% 353= .00 =C2=B1141% latency_stats.avg.poll_schedule_timeout.do_sys_poll.__x64= _sys_ppoll.do_syscall_64.entry_SYSCALL_64_after_hwframe 356.33 =C2=B1 99% -86.4% 48.33 =C2=B1 34% -90.0% 35= .67 =C2=B1 53% latency_stats.avg.down.xfs_buf_lock.[xfs].xfs_buf_find.[x= fs].xfs_buf_get_map.[xfs].xfs_buf_read_map.[xfs].xfs_trans_read_buf_map.[= xfs].xfs_imap_to_bp.[xfs].xfs_trans_log_inode.[xfs].xfs_vn_update_time.[x= fs].touch_atime.xfs_file_mmap.[xfs].mmap_region 1122 =C2=B1 6% -67.9% 360.67 =C2=B1141% -68.6% 352= .00 =C2=B1141% latency_stats.avg.tty_wait_until_sent.tty_port_close_star= t.tty_port_close.tty_release.__fput.task_work_run.exit_to_user_mode_prepa= re.syscall_exit_to_user_mode.entry_SYSCALL_64_after_hwframe 2966 -67.2% 972.00 =C2=B1141% -70.1% 886.67 =C2= =B1141% latency_stats.avg.msleep_interruptible.uart_wait_until_sent.tty_= wait_until_sent.tty_port_close_start.tty_port_close.tty_release.__fput.ta= sk_work_run.exit_to_user_mode_prepare.syscall_exit_to_user_mode.entry_SYS= CALL_64_after_hwframe 2.67 =C2=B1141% -62.5% 1.00 =C2=B1141% -62.5% 1= .00 =C2=B1141% latency_stats.avg.d_alloc_parallel.__lookup_slow.walk_com= ponent.link_path_walk.path_lookupat.filename_lookup.vfs_statx.__do_sys_ne= wstat.do_syscall_64.entry_SYSCALL_64_after_hwframe 2.00 =C2=B1108% -50.0% 1.00 =C2=B1141% -16.7% 1= .67 =C2=B1 74% latency_stats.avg.d_alloc_parallel.__lookup_slow.walk_com= ponent.link_path_walk.path_openat.do_filp_open.do_sys_openat2.do_sys_open= .do_syscall_64.entry_SYSCALL_64_after_hwframe 244.00 =C2=B1 42% -37.3% 153.00 -6.1% 229.00 =C2= =B1 44% latency_stats.avg.rpc_wait_bit_killable.__rpc_execute.rpc_run_ta= sk.rpc_call_sync.nfs3_rpc_wrapper.nfs3_proc_lookup.nfs_lookup.__lookup_sl= ow.walk_component.path_lookupat.filename_lookup.vfs_statx 106.00 =C2=B1 40% -26.4% 78.00 =C2=B1 54% -54.1% 48= .67 =C2=B1 2% latency_stats.avg.hrtimer_nanosleep.__x64_sys_nanosleep.d= o_syscall_64.entry_SYSCALL_64_after_hwframe 665.00 =C2=B1 15% -9.4% 602.33 =C2=B1 10% -8.7% 607= .33 =C2=B1 4% latency_stats.avg.futex_wait_queue_me.futex_wait.do_futex= .__x64_sys_futex.do_syscall_64.entry_SYSCALL_64_after_hwframe 3019 -4.1% 2894 =C2=B1 7% -5.6% 2850 =C2= =B1 8% latency_stats.avg.devkmsg_read.vfs_read.ksys_read.do_syscall_64.= entry_SYSCALL_64_after_hwframe 3071 -3.7% 2956 =C2=B1 6% -3.7% 2957 =C2= =B1 8% latency_stats.avg.do_syslog.kmsg_read.vfs_read.ksys_read.do_sysc= all_64.entry_SYSCALL_64_after_hwframe 35.33 =C2=B1 10% -2.8% 34.33 =C2=B1 8% -37.7% 22= .00 =C2=B1 17% latency_stats.avg.smp_call_on_cpu.lockup_detector_reconfi= gure.proc_watchdog_common.proc_sys_call_handler.vfs_write.ksys_write.do_s= yscall_64.entry_SYSCALL_64_after_hwframe 5.00 =C2=B1 90% +0.0% 5.00 =C2=B1 74% -80.0% 1= .00 =C2=B1141% latency_stats.avg.d_alloc_parallel.path_openat.do_filp_op= en.do_sys_openat2.do_sys_open.do_syscall_64.entry_SYSCALL_64_after_hwfram= e 13.00 =C2=B1 16% +0.0% 13.00 =C2=B1 27% +17.9% 15= .33 =C2=B1 49% latency_stats.avg.stop_one_cpu.__set_cpus_allowed_ptr.sch= ed_setaffinity.__x64_sys_sched_setaffinity.do_syscall_64.entry_SYSCALL_64= _after_hwframe 11396 =C2=B1 3% +0.2% 11422 +5.5% 12023 =C2= =B1 2% latency_stats.avg.msleep.cpuinfo_open.do_dentry_open.path_openat= .do_filp_open.do_sys_openat2.do_sys_open.do_syscall_64.entry_SYSCALL_64_a= fter_hwframe 1538 =C2=B1 6% +0.7% 1550 =C2=B1 15% -3.9% 1= 478 =C2=B1 7% latency_stats.avg.pipe_wait.wait_for_partner.fifo_open.do= _dentry_open.path_openat.do_filp_open.do_sys_openat2.do_sys_open.do_sysca= ll_64.entry_SYSCALL_64_after_hwframe 1787 =C2=B1 24% +2.7% 1836 =C2=B1 9% -13.0% 1= 555 =C2=B1 14% latency_stats.avg.poll_schedule_timeout.do_select.core_sy= s_select.kern_select.__x64_sys_select.do_syscall_64.entry_SYSCALL_64_afte= r_hwframe 1561 =C2=B1 4% +6.0% 1655 =C2=B1 2% +4.5% 1= 631 latency_stats.avg.poll_schedule_timeout.do_sys_poll.__x64_sys_= poll.do_syscall_64.entry_SYSCALL_64_after_hwframe 107.00 =C2=B1 2% +6.5% 114.00 +5.9% 113.33 =C2= =B1 3% latency_stats.avg.pipe_read.new_sync_read.vfs_read.ksys_read.do_= syscall_64.entry_SYSCALL_64_after_hwframe 200.33 =C2=B1 13% +11.1% 222.67 =C2=B1 3% +18.3% 237= .00 =C2=B1 7% latency_stats.avg.wait_woken.__inet_stream_connect.inet_s= tream_connect.__sys_connect.__x64_sys_connect.do_syscall_64.entry_SYSCALL= _64_after_hwframe 1140 +14.6% 1306 =C2=B1 3% +6.2% 1210 =C2= =B1 2% latency_stats.avg.do_wait.kernel_wait4.__do_sys_wait4.do_syscall= _64.entry_SYSCALL_64_after_hwframe 18.67 =C2=B1141% +19.6% 22.33 =C2=B1141% +532.1% 118= .00 =C2=B1 35% latency_stats.avg.rwsem_down_write_slowpath.__vm_munmap._= _x64_sys_munmap.do_syscall_64.entry_SYSCALL_64_after_hwframe 884.67 =C2=B1 8% +22.4% 1082 =C2=B1 28% +14.1% 1= 009 =C2=B1 5% latency_stats.avg.ep_poll.do_epoll_wait.__x64_sys_epoll_w= ait.do_syscall_64.entry_SYSCALL_64_after_hwframe 184.67 =C2=B1 11% +32.7% 245.00 =C2=B1 16% -6.7% 172= .33 =C2=B1 8% latency_stats.avg.rpc_wait_bit_killable.__rpc_execute.rpc= _run_task.rpc_call_sync.nfs3_rpc_wrapper.nfs3_proc_access.nfs_do_access.n= fs_permission.inode_permission.link_path_walk.path_lookupat.filename_look= up 16165 =C2=B1 39% +55.7% 25174 =C2=B1 45% +80.4% 29= 154 =C2=B1 73% latency_stats.avg.max 9126 =C2=B1124% +77.9% 16235 =C2=B1 48% +219.5% 29= 154 =C2=B1 73% latency_stats.avg.lru_add_drain_all.generic_fadvise.ksys_= fadvise64_64.__x64_sys_fadvise64.do_syscall_64.entry_SYSCALL_64_after_hwf= rame 5398 =C2=B1 85% +291.0% 21108 =C2=B1 62% +0.9% 5= 444 =C2=B1 20% latency_stats.avg.pipe_write.new_sync_write.vfs_write.ksy= s_write.do_syscall_64.entry_SYSCALL_64_after_hwframe 55.00 =C2=B1141% +695.2% 437.33 =C2=B1 47% +267.3% 202= .00 =C2=B1 89% latency_stats.avg.rpc_wait_bit_killable.__rpc_execute.rpc= _run_task.rpc_call_sync.nfs3_rpc_wrapper.nfs3_proc_lookup.nfs_lookup_reva= lidate_dentry.nfs_do_lookup_revalidate.__nfs_lookup_revalidate.lookup_fas= t.walk_component.link_path_walk 0.00 +9.7e+102% 9.67 =C2=B1141% +2.1e+104% 214.67 =C2= =B1 5% latency_stats.avg.do_user_addr_fault.exc_page_fault.asm_exc_page= _fault 0.00 +2.5e+103% 25.00 =C2=B1141% +1.2e+104% 115.33 =C2= =B1 43% latency_stats.avg.do_exit.__x64_sys_exit.do_syscall_64.entry_SYS= CALL_64_after_hwframe 0.00 +3.3e+103% 32.67 =C2=B1141% +2e+104% 198.67 =C2= =B1 69% latency_stats.avg.do_madvise.__x64_sys_madvise.do_syscall_64.ent= ry_SYSCALL_64_after_hwframe 0.00 -100.0% 0.00 +3.3e+101% 0.33 =C2=B1= 141% latency_stats.hits.stop_two_cpus.migrate_swap.task_numa_migrate.tas= k_numa_fault.do_huge_pmd_numa_page.__handle_mm_fault.handle_mm_fault.do_u= ser_addr_fault.exc_page_fault.asm_exc_page_fault 0.00 -100.0% 0.00 +6.7e+101% 0.67 =C2=B1= 141% latency_stats.hits.d_alloc_parallel.__lookup_slow.walk_component.pa= th_lookupat.filename_lookup.vfs_statx.__do_sys_newstat.do_syscall_64.entr= y_SYSCALL_64_after_hwframe 0.33 =C2=B1141% -100.0% 0.00 -100.0% 0.00 = latency_stats.hits.rpc_wait_bit_killable.__rpc_execute.rpc_run_task= .rpc_call_sync.nfs3_rpc_wrapper.nfs3_proc_lookup.nfs_lookup.path_openat.d= o_filp_open.do_sys_openat2.do_sys_open.do_syscall_64 0.33 =C2=B1141% -100.0% 0.00 -100.0% 0.00 = latency_stats.hits.rpc_wait_bit_killable.__rpc_execute.rpc_run_task= .rpc_call_sync.nfs3_rpc_wrapper.nfs3_do_create.nfs3_proc_create.nfs_creat= e.path_openat.do_filp_open.do_sys_openat2.do_sys_open 0.33 =C2=B1141% -100.0% 0.00 -100.0% 0.00 = latency_stats.hits.rwsem_down_write_slowpath.__x64_sys_brk.do_sysca= ll_64.entry_SYSCALL_64_after_hwframe 0.33 =C2=B1141% -100.0% 0.00 -100.0% 0.00 = latency_stats.hits.stop_one_cpu.sched_exec.bprm_execve.do_execveat_= common.__x64_sys_execve.do_syscall_64.entry_SYSCALL_64_after_hwframe 0.33 =C2=B1141% -100.0% 0.00 +100.0% 0.67 =C2= =B1 70% latency_stats.hits.d_alloc_parallel.__lookup_slow.walk_component= .path_lookupat.filename_lookup.do_faccessat.do_syscall_64.entry_SYSCALL_6= 4_after_hwframe 5.67 =C2=B1106% -94.1% 0.33 =C2=B1141% -52.9% 2= .67 =C2=B1115% latency_stats.hits.d_alloc_parallel.__lookup_slow.walk_co= mponent.link_path_walk.path_openat.do_filp_open.do_sys_openat2.do_sys_ope= n.do_syscall_64.entry_SYSCALL_64_after_hwframe 1.33 =C2=B1 35% -75.0% 0.33 =C2=B1141% -50.0% 0= .67 =C2=B1141% latency_stats.hits.poll_schedule_timeout.do_sys_poll.__x6= 4_sys_ppoll.do_syscall_64.entry_SYSCALL_64_after_hwframe 9.00 -66.7% 3.00 =C2=B1141% -66.7% 3.00 =C2= =B1141% latency_stats.hits.msleep_interruptible.uart_wait_until_sent.tty= _wait_until_sent.tty_port_close_start.tty_port_close.tty_release.__fput.t= ask_work_run.exit_to_user_mode_prepare.syscall_exit_to_user_mode.entry_SY= SCALL_64_after_hwframe 38.67 =C2=B1 6% -64.7% 13.67 =C2=B1141% -64.7% 13= .67 =C2=B1141% latency_stats.hits.tty_wait_until_sent.tty_port_close_sta= rt.tty_port_close.tty_release.__fput.task_work_run.exit_to_user_mode_prep= are.syscall_exit_to_user_mode.entry_SYSCALL_64_after_hwframe 31.00 =C2=B1 16% -48.4% 16.00 =C2=B1 35% -55.9% 13= .67 =C2=B1 39% latency_stats.hits.down.xfs_buf_lock.[xfs].xfs_buf_find.[= xfs].xfs_buf_get_map.[xfs].xfs_buf_read_map.[xfs].xfs_trans_read_buf_map.= [xfs].xfs_imap_to_bp.[xfs].xfs_trans_log_inode.[xfs].xfs_vn_update_time.[= xfs].touch_atime.xfs_file_mmap.[xfs].mmap_region 1464 =C2=B1 3% -37.0% 921.67 =C2=B1 8% -15.0% 1= 245 =C2=B1 7% latency_stats.hits.poll_schedule_timeout.do_sys_poll.__x6= 4_sys_poll.do_syscall_64.entry_SYSCALL_64_after_hwframe 114.33 =C2=B1 3% -23.6% 87.33 =C2=B1 32% -18.7% 93= .00 =C2=B1 26% latency_stats.hits.ep_poll.do_epoll_wait.__x64_sys_epoll_= wait.do_syscall_64.entry_SYSCALL_64_after_hwframe 107.67 =C2=B1 32% -22.6% 83.33 =C2=B1 5% -4.3% 103= .00 =C2=B1 24% latency_stats.hits.poll_schedule_timeout.do_select.core_s= ys_select.kern_select.__x64_sys_select.do_syscall_64.entry_SYSCALL_64_aft= er_hwframe 1.67 =C2=B1101% -20.0% 1.33 =C2=B1 93% -60.0% 0= .67 =C2=B1141% latency_stats.hits.d_alloc_parallel.path_openat.do_filp_o= pen.do_sys_openat2.do_sys_open.do_syscall_64.entry_SYSCALL_64_after_hwfra= me 5.33 =C2=B1 8% -18.8% 4.33 =C2=B1 39% -62.5% 2= .00 =C2=B1 40% latency_stats.hits.stop_one_cpu.__set_cpus_allowed_ptr.sc= hed_setaffinity.__x64_sys_sched_setaffinity.do_syscall_64.entry_SYSCALL_6= 4_after_hwframe 2.00 -16.7% 1.67 =C2=B1 28% +0.0% 2.00 = latency_stats.hits.msleep.cpuinfo_open.do_dentry_open.path_openat.d= o_filp_open.do_sys_openat2.do_sys_open.do_syscall_64.entry_SYSCALL_64_aft= er_hwframe 8.67 =C2=B1 57% -7.7% 8.00 =C2=B1 54% -34.6% 5= .67 =C2=B1 16% latency_stats.hits.pipe_write.new_sync_write.vfs_write.ks= ys_write.do_syscall_64.entry_SYSCALL_64_after_hwframe 3219 -5.7% 3034 -3.1% 3117 = latency_stats.hits.do_wait.kernel_wait4.__do_sys_wait4.do_syscall_64.ent= ry_SYSCALL_64_after_hwframe 51.33 =C2=B1 7% -4.5% 49.00 -3.9% 49.33 =C2= =B1 6% latency_stats.hits.lru_add_drain_all.generic_fadvise.ksys_fadvis= e64_64.__x64_sys_fadvise64.do_syscall_64.entry_SYSCALL_64_after_hwframe 10.67 =C2=B1 4% -3.1% 10.33 =C2=B1 4% -6.2% 10= .00 latency_stats.hits.hrtimer_nanosleep.__x64_sys_nanosleep.do_sy= scall_64.entry_SYSCALL_64_after_hwframe 1.00 +0.0% 1.00 +0.0% 1.00 = latency_stats.hits.pipe_wait.wait_for_partner.fifo_open.do_dentry_open.p= ath_openat.do_filp_open.do_sys_openat2.do_sys_open.do_syscall_64.entry_SY= SCALL_64_after_hwframe 9.00 +0.0% 9.00 +0.0% 9.00 = latency_stats.hits.rpc_wait_bit_killable.__rpc_execute.rpc_run_task.rpc_= call_sync.nfs3_rpc_wrapper.nfs3_proc_access.nfs_do_access.nfs_permission.= inode_permission.link_path_walk.path_lookupat.filename_lookup 1.00 +0.0% 1.00 +0.0% 1.00 = latency_stats.hits.rpc_wait_bit_killable.__rpc_execute.rpc_run_task.rpc_= call_sync.nfs3_rpc_wrapper.nfs3_proc_lookup.nfs_lookup.__lookup_slow.walk= _component.path_lookupat.filename_lookup.vfs_statx 1.00 +0.0% 1.00 +0.0% 1.00 = latency_stats.hits.wait_woken.__inet_stream_connect.inet_stream_connect.= __sys_connect.__x64_sys_connect.do_syscall_64.entry_SYSCALL_64_after_hwfr= ame 0.33 =C2=B1141% +0.0% 0.33 =C2=B1141% +0.0% 0= .33 =C2=B1141% latency_stats.hits.d_alloc_parallel.__lookup_slow.walk_co= mponent.link_path_walk.path_lookupat.filename_lookup.vfs_statx.__do_sys_n= ewstat.do_syscall_64.entry_SYSCALL_64_after_hwframe 189.00 +0.2% 189.33 +0.0% 189.00 = latency_stats.hits.smp_call_on_cpu.lockup_detector_reconfigure.proc_watc= hdog_common.proc_sys_call_handler.vfs_write.ksys_write.do_syscall_64.entr= y_SYSCALL_64_after_hwframe 49755 +2.6% 51039 +1.9% 50701 = latency_stats.hits.pipe_read.new_sync_read.vfs_read.ksys_read.do_syscall= _64.entry_SYSCALL_64_after_hwframe 49755 +2.6% 51039 +1.9% 50701 = latency_stats.hits.max 284.00 =C2=B1 4% +14.3% 324.67 =C2=B1 17% +8.7% 308= .67 =C2=B1 4% latency_stats.hits.futex_wait_queue_me.futex_wait.do_fute= x.__x64_sys_futex.do_syscall_64.entry_SYSCALL_64_after_hwframe 12.67 =C2=B1 9% +34.2% 17.00 =C2=B1 25% +39.5% 17= .67 =C2=B1 14% latency_stats.hits.do_syslog.kmsg_read.vfs_read.ksys_read= .do_syscall_64.entry_SYSCALL_64_after_hwframe 13.00 =C2=B1 6% +35.9% 17.67 =C2=B1 27% +43.6% 18= .67 =C2=B1 14% latency_stats.hits.devkmsg_read.vfs_read.ksys_read.do_sys= call_64.entry_SYSCALL_64_after_hwframe 0.67 =C2=B1141% +150.0% 1.67 =C2=B1141% +700.0% 5= .33 =C2=B1 17% latency_stats.hits.rwsem_down_write_slowpath.__vm_munmap.= __x64_sys_munmap.do_syscall_64.entry_SYSCALL_64_after_hwframe 0.33 =C2=B1141% +500.0% 2.00 =C2=B1 40% +100.0% 0= .67 =C2=B1 70% latency_stats.hits.rpc_wait_bit_killable.__rpc_execute.rp= c_run_task.rpc_call_sync.nfs3_rpc_wrapper.nfs3_proc_lookup.nfs_lookup_rev= alidate_dentry.nfs_do_lookup_revalidate.__nfs_lookup_revalidate.lookup_fa= st.walk_component.link_path_walk 0.00 +6.7e+101% 0.67 =C2=B1141% +6e+102% 6.00 =C2= =B1 54% latency_stats.hits.do_user_addr_fault.exc_page_fault.asm_exc_pag= e_fault 0.00 +1e+102% 1.00 =C2=B1141% +9.3e+102% 9.33 =C2= =B1 33% latency_stats.hits.do_exit.__x64_sys_exit.do_syscall_64.entry_SY= SCALL_64_after_hwframe 0.00 +1e+102% 1.00 =C2=B1141% +1e+103% 10.00 =C2= =B1 94% latency_stats.hits.do_madvise.__x64_sys_madvise.do_syscall_64.en= try_SYSCALL_64_after_hwframe 0.00 -100.0% 0.00 +1e+102% 1.00 =C2=B1= 141% latency_stats.max.d_alloc_parallel.__lookup_slow.walk_component.pat= h_lookupat.filename_lookup.vfs_statx.__do_sys_newstat.do_syscall_64.entry= _SYSCALL_64_after_hwframe 0.00 -100.0% 0.00 +8e+102% 8.00 =C2=B1= 141% latency_stats.max.stop_two_cpus.migrate_swap.task_numa_migrate.task= _numa_fault.do_huge_pmd_numa_page.__handle_mm_fault.handle_mm_fault.do_us= er_addr_fault.exc_page_fault.asm_exc_page_fault 54.67 =C2=B1141% -100.0% 0.00 -100.0% 0.00 = latency_stats.max.rpc_wait_bit_killable.__rpc_execute.rpc_run_task.= rpc_call_sync.nfs3_rpc_wrapper.nfs3_proc_lookup.nfs_lookup.path_openat.do= _filp_open.do_sys_openat2.do_sys_open.do_syscall_64 121.67 =C2=B1141% -100.0% 0.00 -100.0% 0.00 = latency_stats.max.rpc_wait_bit_killable.__rpc_execute.rpc_run_task.= rpc_call_sync.nfs3_rpc_wrapper.nfs3_do_create.nfs3_proc_create.nfs_create= .path_openat.do_filp_open.do_sys_openat2.do_sys_open 9.67 =C2=B1141% -100.0% 0.00 -100.0% 0.00 = latency_stats.max.stop_one_cpu.sched_exec.bprm_execve.do_execveat_c= ommon.__x64_sys_execve.do_syscall_64.entry_SYSCALL_64_after_hwframe 1.33 =C2=B1141% -100.0% 0.00 -100.0% 0.00 = latency_stats.max.rwsem_down_write_slowpath.__x64_sys_brk.do_syscal= l_64.entry_SYSCALL_64_after_hwframe 0.33 =C2=B1141% -100.0% 0.00 +1700.0% 6.00 =C2= =B1108% latency_stats.max.d_alloc_parallel.__lookup_slow.walk_component.= path_lookupat.filename_lookup.do_faccessat.do_syscall_64.entry_SYSCALL_64= _after_hwframe 584.67 =C2=B1130% -97.5% 14.67 =C2=B1141% +18.8% 694= .33 =C2=B1141% latency_stats.max.poll_schedule_timeout.do_sys_poll.__x64= _sys_ppoll.do_syscall_64.entry_SYSCALL_64_after_hwframe 1587 =C2=B1 65% -91.0% 142.33 =C2=B1 48% -94.6% 86= .33 =C2=B1 51% latency_stats.max.down.xfs_buf_lock.[xfs].xfs_buf_find.[x= fs].xfs_buf_get_map.[xfs].xfs_buf_read_map.[xfs].xfs_trans_read_buf_map.[= xfs].xfs_imap_to_bp.[xfs].xfs_trans_log_inode.[xfs].xfs_vn_update_time.[x= fs].touch_atime.xfs_file_mmap.[xfs].mmap_region 3.33 =C2=B1101% -70.0% 1.00 =C2=B1141% -20.0% 2= .67 =C2=B1 93% latency_stats.max.d_alloc_parallel.__lookup_slow.walk_com= ponent.link_path_walk.path_openat.do_filp_open.do_sys_openat2.do_sys_open= .do_syscall_64.entry_SYSCALL_64_after_hwframe 3750 =C2=B1 3% -66.5% 1257 =C2=B1141% -70.9% 1= 091 =C2=B1141% latency_stats.max.msleep_interruptible.uart_wait_until_se= nt.tty_wait_until_sent.tty_port_close_start.tty_port_close.tty_release.__= fput.task_work_run.exit_to_user_mode_prepare.syscall_exit_to_user_mode.en= try_SYSCALL_64_after_hwframe 2.67 =C2=B1141% -62.5% 1.00 =C2=B1141% -62.5% 1= .00 =C2=B1141% latency_stats.max.d_alloc_parallel.__lookup_slow.walk_com= ponent.link_path_walk.path_lookupat.filename_lookup.vfs_statx.__do_sys_ne= wstat.do_syscall_64.entry_SYSCALL_64_after_hwframe 1360 -61.5% 523.33 =C2=B1141% -66.9% 450.33 =C2= =B1141% latency_stats.max.tty_wait_until_sent.tty_port_close_start.tty_p= ort_close.tty_release.__fput.task_work_run.exit_to_user_mode_prepare.sysc= all_exit_to_user_mode.entry_SYSCALL_64_after_hwframe 700.67 =C2=B1 65% -46.4% 375.67 =C2=B1122% -92.9% 50= .00 latency_stats.max.hrtimer_nanosleep.__x64_sys_nanosleep.do_sys= call_64.entry_SYSCALL_64_after_hwframe 244.00 =C2=B1 42% -37.3% 153.00 -6.1% 229.00 =C2= =B1 44% latency_stats.max.rpc_wait_bit_killable.__rpc_execute.rpc_run_ta= sk.rpc_call_sync.nfs3_rpc_wrapper.nfs3_proc_lookup.nfs_lookup.__lookup_sl= ow.walk_component.path_lookupat.filename_lookup.vfs_statx 14.00 =C2=B1121% -33.3% 9.33 =C2=B1 99% -90.5% 1= .33 =C2=B1141% latency_stats.max.d_alloc_parallel.path_openat.do_filp_op= en.do_sys_openat2.do_sys_open.do_syscall_64.entry_SYSCALL_64_after_hwfram= e 27.00 =C2=B1 8% -17.3% 22.33 =C2=B1 14% -25.9% 20= .00 =C2=B1 57% latency_stats.max.stop_one_cpu.__set_cpus_allowed_ptr.sch= ed_setaffinity.__x64_sys_sched_setaffinity.do_syscall_64.entry_SYSCALL_64= _after_hwframe 119.33 =C2=B1 3% -15.4% 101.00 =C2=B1 2% -21.8% 93= .33 =C2=B1 2% latency_stats.max.smp_call_on_cpu.lockup_detector_reconfi= gure.proc_watchdog_common.proc_sys_call_handler.vfs_write.ksys_write.do_s= yscall_64.entry_SYSCALL_64_after_hwframe 11802 =C2=B1 5% -1.1% 11673 =C2=B1 3% +4.0% 12= 269 =C2=B1 3% latency_stats.max.msleep.cpuinfo_open.do_dentry_open.path= _openat.do_filp_open.do_sys_openat2.do_sys_open.do_syscall_64.entry_SYSCA= LL_64_after_hwframe 4987 -0.2% 4975 +0.1% 4994 = latency_stats.max.do_wait.kernel_wait4.__do_sys_wait4.do_syscall_64.entr= y_SYSCALL_64_after_hwframe 4981 +0.0% 4981 -0.1% 4975 = latency_stats.max.poll_schedule_timeout.do_sys_poll.__x64_sys_poll.do_sy= scall_64.entry_SYSCALL_64_after_hwframe 4930 +0.0% 4931 -2.6% 4804 =C2=B1= 3% latency_stats.max.poll_schedule_timeout.do_select.core_sys_select.k= ern_select.__x64_sys_select.do_syscall_64.entry_SYSCALL_64_after_hwframe 4842 +0.7% 4875 +0.5% 4866 =C2=B1= 2% latency_stats.max.do_syslog.kmsg_read.vfs_read.ksys_read.do_syscall= _64.entry_SYSCALL_64_after_hwframe 1538 =C2=B1 6% +0.7% 1550 =C2=B1 15% -3.9% 1= 478 =C2=B1 7% latency_stats.max.pipe_wait.wait_for_partner.fifo_open.do= _dentry_open.path_openat.do_filp_open.do_sys_openat2.do_sys_open.do_sysca= ll_64.entry_SYSCALL_64_after_hwframe 4832 +0.9% 4877 +0.4% 4853 =C2=B1= 2% latency_stats.max.devkmsg_read.vfs_read.ksys_read.do_syscall_64.ent= ry_SYSCALL_64_after_hwframe 4796 =C2=B1 2% +2.2% 4904 +3.0% 4938 = latency_stats.max.ep_poll.do_epoll_wait.__x64_sys_epoll_wait.do_sys= call_64.entry_SYSCALL_64_after_hwframe 3018 =C2=B1 29% +10.0% 3320 =C2=B1 26% +16.3% 3= 509 =C2=B1 13% latency_stats.max.futex_wait_queue_me.futex_wait.do_futex= .__x64_sys_futex.do_syscall_64.entry_SYSCALL_64_after_hwframe 200.33 =C2=B1 13% +11.1% 222.67 =C2=B1 3% +18.3% 237= .00 =C2=B1 7% latency_stats.max.wait_woken.__inet_stream_connect.inet_s= tream_connect.__sys_connect.__x64_sys_connect.do_syscall_64.entry_SYSCALL= _64_after_hwframe 160179 =C2=B1129% +31.8% 211172 =C2=B1 63% +60.9% 257= 737 =C2=B1131% latency_stats.max.max 151640 =C2=B1140% +33.8% 202932 =C2=B1 71% +70.0% 257= 737 =C2=B1131% latency_stats.max.lru_add_drain_all.generic_fadvise.ksys_= fadvise64_64.__x64_sys_fadvise64.do_syscall_64.entry_SYSCALL_64_after_hwf= rame 262.33 =C2=B1 3% +86.9% 490.33 =C2=B1 58% +8.8% 285= .33 =C2=B1 23% latency_stats.max.rpc_wait_bit_killable.__rpc_execute.rpc= _run_task.rpc_call_sync.nfs3_rpc_wrapper.nfs3_proc_access.nfs_do_access.n= fs_permission.inode_permission.link_path_walk.path_lookupat.filename_look= up 23.67 =C2=B1141% +131.0% 54.67 =C2=B1141% +1369.0% 347= .67 =C2=B1 45% latency_stats.max.rwsem_down_write_slowpath.__vm_munmap._= _x64_sys_munmap.do_syscall_64.entry_SYSCALL_64_after_hwframe 43989 =C2=B1108% +131.6% 101864 =C2=B1107% -79.0% 9= 220 =C2=B1 41% latency_stats.max.pipe_read.new_sync_read.vfs_read.ksys_r= ead.do_syscall_64.entry_SYSCALL_64_after_hwframe 18099 =C2=B1 89% +195.5% 53485 =C2=B1 29% -34.4% 11= 871 =C2=B1 38% latency_stats.max.pipe_write.new_sync_write.vfs_write.ksy= s_write.do_syscall_64.entry_SYSCALL_64_after_hwframe 55.00 =C2=B1141% +1337.0% 790.33 =C2=B1 83% +267.3% 202= .00 =C2=B1 89% latency_stats.max.rpc_wait_bit_killable.__rpc_execute.rpc= _run_task.rpc_call_sync.nfs3_rpc_wrapper.nfs3_proc_lookup.nfs_lookup_reva= lidate_dentry.nfs_do_lookup_revalidate.__nfs_lookup_revalidate.lookup_fas= t.walk_component.link_path_walk 0.00 +1.7e+103% 16.67 =C2=B1141% +4.1e+104% 410.00 =C2= =B1 37% latency_stats.max.do_user_addr_fault.exc_page_fault.asm_exc_page= _fault 0.00 +5e+103% 50.33 =C2=B1141% +3e+104% 300.33 =C2= =B1 34% latency_stats.max.do_madvise.__x64_sys_madvise.do_syscall_64.ent= ry_SYSCALL_64_after_hwframe 0.00 +5.4e+103% 53.67 =C2=B1141% +2.4e+104% 241.67 =C2= =B1 29% latency_stats.max.do_exit.__x64_sys_exit.do_syscall_64.entry_SYS= CALL_64_after_hwframe 0.00 -100.0% 0.00 +1.7e+102% 1.67 =C2=B1= 141% latency_stats.sum.d_alloc_parallel.__lookup_slow.walk_component.pat= h_lookupat.filename_lookup.vfs_statx.__do_sys_newstat.do_syscall_64.entry= _SYSCALL_64_after_hwframe 0.00 -100.0% 0.00 +8e+102% 8.00 =C2=B1= 141% latency_stats.sum.stop_two_cpus.migrate_swap.task_numa_migrate.task= _numa_fault.do_huge_pmd_numa_page.__handle_mm_fault.handle_mm_fault.do_us= er_addr_fault.exc_page_fault.asm_exc_page_fault 54.67 =C2=B1141% -100.0% 0.00 -100.0% 0.00 = latency_stats.sum.rpc_wait_bit_killable.__rpc_execute.rpc_run_task.= rpc_call_sync.nfs3_rpc_wrapper.nfs3_proc_lookup.nfs_lookup.path_openat.do= _filp_open.do_sys_openat2.do_sys_open.do_syscall_64 121.67 =C2=B1141% -100.0% 0.00 -100.0% 0.00 = latency_stats.sum.rpc_wait_bit_killable.__rpc_execute.rpc_run_task.= rpc_call_sync.nfs3_rpc_wrapper.nfs3_do_create.nfs3_proc_create.nfs_create= .path_openat.do_filp_open.do_sys_openat2.do_sys_open 9.67 =C2=B1141% -100.0% 0.00 -100.0% 0.00 = latency_stats.sum.stop_one_cpu.sched_exec.bprm_execve.do_execveat_c= ommon.__x64_sys_execve.do_syscall_64.entry_SYSCALL_64_after_hwframe 1.33 =C2=B1141% -100.0% 0.00 -100.0% 0.00 = latency_stats.sum.rwsem_down_write_slowpath.__x64_sys_brk.do_syscal= l_64.entry_SYSCALL_64_after_hwframe 0.33 =C2=B1141% -100.0% 0.00 +1700.0% 6.00 =C2= =B1108% latency_stats.sum.d_alloc_parallel.__lookup_slow.walk_component.= path_lookupat.filename_lookup.do_faccessat.do_syscall_64.entry_SYSCALL_64= _after_hwframe 597.67 =C2=B1130% -97.5% 14.67 =C2=B1141% +18.2% 706= .33 =C2=B1141% latency_stats.sum.poll_schedule_timeout.do_sys_poll.__x64= _sys_ppoll.do_syscall_64.entry_SYSCALL_64_after_hwframe 25.33 =C2=B1127% -96.1% 1.00 =C2=B1141% -61.8% 9= .67 =C2=B1127% latency_stats.sum.d_alloc_parallel.__lookup_slow.walk_com= ponent.link_path_walk.path_openat.do_filp_open.do_sys_openat2.do_sys_open= .do_syscall_64.entry_SYSCALL_64_after_hwframe 12023 =C2=B1100% -93.0% 841.67 =C2=B1 67% -95.4% 548= .33 =C2=B1 61% latency_stats.sum.down.xfs_buf_lock.[xfs].xfs_buf_find.[x= fs].xfs_buf_get_map.[xfs].xfs_buf_read_map.[xfs].xfs_trans_read_buf_map.[= xfs].xfs_imap_to_bp.[xfs].xfs_trans_log_inode.[xfs].xfs_vn_update_time.[x= fs].touch_atime.xfs_file_mmap.[xfs].mmap_region 26701 -67.2% 8749 =C2=B1141% -70.1% 7980 =C2= =B1141% latency_stats.sum.msleep_interruptible.uart_wait_until_sent.tty_= wait_until_sent.tty_port_close_start.tty_port_close.tty_release.__fput.ta= sk_work_run.exit_to_user_mode_prepare.syscall_exit_to_user_mode.entry_SYS= CALL_64_after_hwframe 43219 -65.8% 14800 =C2=B1141% -66.6% 14439 =C2= =B1141% latency_stats.sum.tty_wait_until_sent.tty_port_close_start.tty_p= ort_close.tty_release.__fput.task_work_run.exit_to_user_mode_prepare.sysc= all_exit_to_user_mode.entry_SYSCALL_64_after_hwframe 2.67 =C2=B1141% -62.5% 1.00 =C2=B1141% -62.5% 1= .00 =C2=B1141% latency_stats.sum.d_alloc_parallel.__lookup_slow.walk_com= ponent.link_path_walk.path_lookupat.filename_lookup.vfs_statx.__do_sys_ne= wstat.do_syscall_64.entry_SYSCALL_64_after_hwframe 244.00 =C2=B1 42% -37.3% 153.00 -6.1% 229.00 =C2= =B1 44% latency_stats.sum.rpc_wait_bit_killable.__rpc_execute.rpc_run_ta= sk.rpc_call_sync.nfs3_rpc_wrapper.nfs3_proc_lookup.nfs_lookup.__lookup_sl= ow.walk_component.path_lookupat.filename_lookup.vfs_statx 2286234 =C2=B1 6% -33.1% 1528413 =C2=B1 10% -11.1% 2031= 545 =C2=B1 7% latency_stats.sum.poll_schedule_timeout.do_sys_poll.__x64= _sys_poll.do_syscall_64.entry_SYSCALL_64_after_hwframe 16.67 =C2=B1124% -32.0% 11.33 =C2=B1106% -86.0% 2= .33 =C2=B1141% latency_stats.sum.d_alloc_parallel.path_openat.do_filp_op= en.do_sys_openat2.do_sys_open.do_syscall_64.entry_SYSCALL_64_after_hwfram= e 1155 =C2=B1 42% -27.9% 832.67 =C2=B1 58% -57.5% 491= .67 =C2=B1 2% latency_stats.sum.hrtimer_nanosleep.__x64_sys_nanosleep.d= o_syscall_64.entry_SYSCALL_64_after_hwframe 22794 =C2=B1 3% -16.2% 19111 =C2=B1 29% +5.5% 24= 048 =C2=B1 2% latency_stats.sum.msleep.cpuinfo_open.do_dentry_open.path= _openat.do_filp_open.do_sys_openat2.do_sys_open.do_syscall_64.entry_SYSCA= LL_64_after_hwframe 177439 =C2=B1 3% -13.7% 153212 =C2=B1 11% -13.0% 154= 460 =C2=B1 10% latency_stats.sum.poll_schedule_timeout.do_select.core_sy= s_select.kern_select.__x64_sys_select.do_syscall_64.entry_SYSCALL_64_afte= r_hwframe 72.00 =C2=B1 27% -13.4% 62.33 =C2=B1 58% -56.5% 31= .33 =C2=B1 56% latency_stats.sum.stop_one_cpu.__set_cpus_allowed_ptr.sch= ed_setaffinity.__x64_sys_sched_setaffinity.do_syscall_64.entry_SYSCALL_64= _after_hwframe 101087 =C2=B1 8% -11.6% 89382 =C2=B1 22% -8.4% 92= 615 =C2=B1 20% latency_stats.sum.ep_poll.do_epoll_wait.__x64_sys_epoll_w= ait.do_syscall_64.entry_SYSCALL_64_after_hwframe 6793 =C2=B1 10% -2.5% 6621 =C2=B1 8% -36.7% 4= 303 =C2=B1 17% latency_stats.sum.smp_call_on_cpu.lockup_detector_reconfi= gure.proc_watchdog_common.proc_sys_call_handler.vfs_write.ksys_write.do_s= yscall_64.entry_SYSCALL_64_after_hwframe 1538 =C2=B1 6% +0.7% 1550 =C2=B1 15% -3.9% 1= 478 =C2=B1 7% latency_stats.sum.pipe_wait.wait_for_partner.fifo_open.do= _dentry_open.path_openat.do_filp_open.do_sys_openat2.do_sys_open.do_sysca= ll_64.entry_SYSCALL_64_after_hwframe 187755 =C2=B1 12% +2.4% 192239 =C2=B1 8% +0.1% 187= 887 =C2=B1 8% latency_stats.sum.futex_wait_queue_me.futex_wait.do_futex= .__x64_sys_futex.do_syscall_64.entry_SYSCALL_64_after_hwframe 3671346 +8.0% 3964849 =C2=B1 3% +2.9% 3776545 = latency_stats.sum.do_wait.kernel_wait4.__do_sys_wait4.do_syscall_64= .entry_SYSCALL_64_after_hwframe 5356584 +9.0% 5839450 +7.7% 5768748 =C2=B1= 3% latency_stats.sum.pipe_read.new_sync_read.vfs_read.ksys_read.do_sys= call_64.entry_SYSCALL_64_after_hwframe 5356584 +9.0% 5839450 +7.7% 5768748 =C2=B1= 3% latency_stats.sum.max 200.33 =C2=B1 13% +11.1% 222.67 =C2=B1 3% +18.3% 237= .00 =C2=B1 7% latency_stats.sum.wait_woken.__inet_stream_connect.inet_s= tream_connect.__sys_connect.__x64_sys_connect.do_syscall_64.entry_SYSCALL= _64_after_hwframe 38879 =C2=B1 9% +27.7% 49649 =C2=B1 21% +35.1% 52= 519 =C2=B1 19% latency_stats.sum.do_syslog.kmsg_read.vfs_read.ksys_read.= do_syscall_64.entry_SYSCALL_64_after_hwframe 39288 =C2=B1 7% +28.0% 50296 =C2=B1 22% +36.2% 53= 512 =C2=B1 18% latency_stats.sum.devkmsg_read.vfs_read.ksys_read.do_sysc= all_64.entry_SYSCALL_64_after_hwframe 1665 =C2=B1 12% +32.8% 2211 =C2=B1 16% -6.6% 1= 555 =C2=B1 9% latency_stats.sum.rpc_wait_bit_killable.__rpc_execute.rpc= _run_task.rpc_call_sync.nfs3_rpc_wrapper.nfs3_proc_access.nfs_do_access.n= fs_permission.inode_permission.link_path_walk.path_lookupat.filename_look= up 513961 =C2=B1126% +55.3% 797989 =C2=B1 49% +193.8% 1510= 268 =C2=B1 80% latency_stats.sum.lru_add_drain_all.generic_fadvise.ksys_= fadvise64_64.__x64_sys_fadvise64.do_syscall_64.entry_SYSCALL_64_after_hwf= rame 43695 =C2=B1116% +156.7% 112174 =C2=B1 26% -28.0% 31= 446 =C2=B1 32% latency_stats.sum.pipe_write.new_sync_write.vfs_write.ksy= s_write.do_syscall_64.entry_SYSCALL_64_after_hwframe 37.67 =C2=B1141% +198.2% 112.33 =C2=B1141% +1486.7% 597= .67 =C2=B1 24% latency_stats.sum.rwsem_down_write_slowpath.__vm_munmap._= _x64_sys_munmap.do_syscall_64.entry_SYSCALL_64_after_hwframe 55.00 =C2=B1141% +1682.4% 980.33 =C2=B1 83% +267.3% 202= .00 =C2=B1 89% latency_stats.sum.rpc_wait_bit_killable.__rpc_execute.rpc= _run_task.rpc_call_sync.nfs3_rpc_wrapper.nfs3_proc_lookup.nfs_lookup_reva= lidate_dentry.nfs_do_lookup_revalidate.__nfs_lookup_revalidate.lookup_fas= t.walk_component.link_path_walk 0.00 +2e+103% 19.67 =C2=B1141% +1.3e+105% 1317 =C2= =B1 55% latency_stats.sum.do_user_addr_fault.exc_page_fault.asm_exc_page= _fault 0.00 +7.5e+103% 75.00 =C2=B1141% +1.1e+105% 1066 =C2= =B1 59% latency_stats.sum.do_exit.__x64_sys_exit.do_syscall_64.entry_SYS= CALL_64_after_hwframe 0.00 +9.8e+103% 98.33 =C2=B1141% +1.3e+105% 1259 =C2= =B1 93% latency_stats.sum.do_madvise.__x64_sys_madvise.do_syscall_64.ent= ry_SYSCALL_64_after_hwframe 194455 -0.1% 194317 -0.1% 194260 = slabinfo.Acpi-Operand.active_objs 3471 -0.1% 3469 -0.1% 3468 = slabinfo.Acpi-Operand.active_slabs 194455 -0.1% 194317 -0.1% 194260 = slabinfo.Acpi-Operand.num_objs 3471 -0.1% 3469 -0.1% 3468 = slabinfo.Acpi-Operand.num_slabs 1411 =C2=B1 9% +1.7% 1435 =C2=B1 2% +8.6% 1= 533 =C2=B1 3% slabinfo.Acpi-Parse.active_objs 19.33 =C2=B1 9% +1.7% 19.67 =C2=B1 2% +8.6% 21= .00 =C2=B1 3% slabinfo.Acpi-Parse.active_slabs 1411 =C2=B1 9% +1.7% 1435 =C2=B1 2% +8.6% 1= 533 =C2=B1 3% slabinfo.Acpi-Parse.num_objs 19.33 =C2=B1 9% +1.7% 19.67 =C2=B1 2% +8.6% 21= .00 =C2=B1 3% slabinfo.Acpi-Parse.num_slabs 4975 -0.1% 4968 +0.2% 4984 = slabinfo.Acpi-State.active_objs 97.00 +0.0% 97.00 +0.0% 97.00 = slabinfo.Acpi-State.active_slabs 4975 -0.1% 4968 +0.2% 4984 = slabinfo.Acpi-State.num_objs 97.00 +0.0% 97.00 +0.0% 97.00 = slabinfo.Acpi-State.num_slabs 1977 =C2=B1 3% +8.4% 2142 =C2=B1 3% +6.6% 2= 108 =C2=B1 7% slabinfo.PING.active_objs 61.67 =C2=B1 3% +8.1% 66.67 =C2=B1 3% +5.9% 65= .33 =C2=B1 7% slabinfo.PING.active_slabs 1977 =C2=B1 3% +8.4% 2142 =C2=B1 3% +6.6% 2= 108 =C2=B1 7% slabinfo.PING.num_objs 61.67 =C2=B1 3% +8.1% 66.67 =C2=B1 3% +5.9% 65= .33 =C2=B1 7% slabinfo.PING.num_slabs 192.00 +0.0% 192.00 +0.0% 192.00 = slabinfo.RAW.active_objs 6.00 +0.0% 6.00 +0.0% 6.00 = slabinfo.RAW.active_slabs 192.00 +0.0% 192.00 +0.0% 192.00 = slabinfo.RAW.num_objs 6.00 +0.0% 6.00 +0.0% 6.00 = slabinfo.RAW.num_slabs 112.67 =C2=B1 10% +7.7% 121.33 =C2=B1 10% +0.0% 112= .67 =C2=B1 10% slabinfo.RAWv6.active_objs 4.33 =C2=B1 10% +7.7% 4.67 =C2=B1 10% +0.0% 4= .33 =C2=B1 10% slabinfo.RAWv6.active_slabs 112.67 =C2=B1 10% +7.7% 121.33 =C2=B1 10% +0.0% 112= .67 =C2=B1 10% slabinfo.RAWv6.num_objs 4.33 =C2=B1 10% +7.7% 4.67 =C2=B1 10% +0.0% 4= .33 =C2=B1 10% slabinfo.RAWv6.num_slabs 79.33 =C2=B1 8% +5.9% 84.00 +5.9% 84.00 = slabinfo.TCP.active_objs 5.67 =C2=B1 8% +5.9% 6.00 +5.9% 6.00 = slabinfo.TCP.active_slabs 79.33 =C2=B1 8% +5.9% 84.00 +5.9% 84.00 = slabinfo.TCP.num_objs 5.67 =C2=B1 8% +5.9% 6.00 +5.9% 6.00 = slabinfo.TCP.num_slabs 52.00 +0.0% 52.00 +0.0% 52.00 = slabinfo.TCPv6.active_objs 4.00 +0.0% 4.00 +0.0% 4.00 = slabinfo.TCPv6.active_slabs 52.00 +0.0% 52.00 +0.0% 52.00 = slabinfo.TCPv6.num_objs 4.00 +0.0% 4.00 +0.0% 4.00 = slabinfo.TCPv6.num_slabs 218.67 =C2=B1 5% -3.7% 210.67 -0.3% 218.00 =C2= =B1 5% slabinfo.UDPv6.active_objs 8.33 =C2=B1 5% -4.0% 8.00 +0.0% 8.33 =C2= =B1 5% slabinfo.UDPv6.active_slabs 218.67 =C2=B1 5% -3.7% 210.67 -0.3% 218.00 =C2= =B1 5% slabinfo.UDPv6.num_objs 8.33 =C2=B1 5% -4.0% 8.00 +0.0% 8.33 =C2= =B1 5% slabinfo.UDPv6.num_slabs 24576 =C2=B1 2% +2.3% 25145 +1.6% 24966 = slabinfo.anon_vma.active_objs 533.67 =C2=B1 2% +2.3% 546.00 +1.6% 542.33 = slabinfo.anon_vma.active_slabs 24576 =C2=B1 2% +2.3% 25145 +1.6% 24966 = slabinfo.anon_vma.num_objs 533.67 =C2=B1 2% +2.3% 546.00 +1.6% 542.33 = slabinfo.anon_vma.num_slabs 52187 =C2=B1 4% +4.0% 54299 =C2=B1 2% +3.6% 54= 050 slabinfo.anon_vma_chain.active_objs 815.00 =C2=B1 4% +4.0% 848.00 =C2=B1 2% +3.6% 844= .00 slabinfo.anon_vma_chain.active_slabs 52187 =C2=B1 4% +4.0% 54299 =C2=B1 2% +3.6% 54= 050 slabinfo.anon_vma_chain.num_objs 815.00 =C2=B1 4% +4.0% 848.00 =C2=B1 2% +3.6% 844= .00 slabinfo.anon_vma_chain.num_slabs 455.00 =C2=B1 4% +5.7% 481.00 =C2=B1 13% +5.7% 481= .00 =C2=B1 7% slabinfo.bdev_cache.active_objs 11.67 =C2=B1 4% +5.7% 12.33 =C2=B1 13% +5.7% 12= .33 =C2=B1 7% slabinfo.bdev_cache.active_slabs 455.00 =C2=B1 4% +5.7% 481.00 =C2=B1 13% +5.7% 481= .00 =C2=B1 7% slabinfo.bdev_cache.num_objs 11.67 =C2=B1 4% +5.7% 12.33 =C2=B1 13% +5.7% 12= .33 =C2=B1 7% slabinfo.bdev_cache.num_slabs 294.00 =C2=B1 9% -3.2% 284.67 =C2=B1 11% +8.7% 319= .67 =C2=B1 15% slabinfo.biovec-128.active_objs 17.67 =C2=B1 9% -1.9% 17.33 =C2=B1 9% +11.3% 19= .67 =C2=B1 16% slabinfo.biovec-128.active_slabs 294.00 =C2=B1 9% -3.2% 284.67 =C2=B1 11% +8.7% 319= .67 =C2=B1 15% slabinfo.biovec-128.num_objs 17.67 =C2=B1 9% -1.9% 17.33 =C2=B1 9% +11.3% 19= .67 =C2=B1 16% slabinfo.biovec-128.num_slabs 213.33 =C2=B1 14% +25.0% 266.67 =C2=B1 20% +25.0% 266= .67 =C2=B1 11% slabinfo.biovec-64.active_objs 6.67 =C2=B1 14% +25.0% 8.33 =C2=B1 20% +25.0% 8= .33 =C2=B1 11% slabinfo.biovec-64.active_slabs 213.33 =C2=B1 14% +25.0% 266.67 =C2=B1 20% +25.0% 266= .67 =C2=B1 11% slabinfo.biovec-64.num_objs 6.67 =C2=B1 14% +25.0% 8.33 =C2=B1 20% +25.0% 8= .33 =C2=B1 11% slabinfo.biovec-64.num_slabs 554.67 =C2=B1 24% -4.0% 532.67 =C2=B1 18% +51.9% 842= .67 =C2=B1 19% slabinfo.biovec-max.active_objs 71.33 =C2=B1 23% -3.3% 69.00 =C2=B1 18% +51.9% 108= .33 =C2=B1 17% slabinfo.biovec-max.active_slabs 570.67 =C2=B1 23% -3.3% 552.00 =C2=B1 18% +51.9% 866= .67 =C2=B1 17% slabinfo.biovec-max.num_objs 71.33 =C2=B1 23% -3.3% 69.00 =C2=B1 18% +51.9% 108= .33 =C2=B1 17% slabinfo.biovec-max.num_slabs 2239 =C2=B1 2% -2.9% 2175 =C2=B1 2% -1.2% 2= 213 slabinfo.blkdev_ioc.active_objs 57.00 =C2=B1 2% +0.0% 57.00 =C2=B1 2% +0.0% 57= .00 =C2=B1 2% slabinfo.blkdev_ioc.active_slabs 2246 =C2=B1 2% -0.4% 2237 =C2=B1 2% -0.4% 2= 238 =C2=B1 2% slabinfo.blkdev_ioc.num_objs 57.00 =C2=B1 2% +0.0% 57.00 =C2=B1 2% +0.0% 57= .00 =C2=B1 2% slabinfo.blkdev_ioc.num_slabs 108.00 -8.3% 99.00 =C2=B1 12% +0.0% 108.00 = slabinfo.btrfs_inode.active_objs 4.00 -8.3% 3.67 =C2=B1 12% +0.0% 4.00 = slabinfo.btrfs_inode.active_slabs 108.00 -8.3% 99.00 =C2=B1 12% +0.0% 108.00 = slabinfo.btrfs_inode.num_objs 4.00 -8.3% 3.67 =C2=B1 12% +0.0% 4.00 = slabinfo.btrfs_inode.num_slabs 299.00 =C2=B1 6% +21.7% 364.00 =C2=B1 5% -4.3% 286= .00 =C2=B1 23% slabinfo.buffer_head.active_objs 7.67 =C2=B1 6% +21.7% 9.33 =C2=B1 5% -4.3% 7= .33 =C2=B1 23% slabinfo.buffer_head.active_slabs 299.00 =C2=B1 6% +21.7% 364.00 =C2=B1 5% -4.3% 286= .00 =C2=B1 23% slabinfo.buffer_head.num_objs 7.67 =C2=B1 6% +21.7% 9.33 =C2=B1 5% -4.3% 7= .33 =C2=B1 23% slabinfo.buffer_head.num_slabs 5400 +0.0% 5403 +1.3% 5473 = slabinfo.cred_jar.active_objs 127.67 +0.0% 127.67 +1.3% 129.33 = slabinfo.cred_jar.active_slabs 5400 +0.0% 5403 +1.3% 5473 = slabinfo.cred_jar.num_objs 127.67 +0.0% 127.67 +1.3% 129.33 = slabinfo.cred_jar.num_slabs 112.00 =C2=B1 17% +0.0% 112.00 =C2=B1 17% +0.0% 112= .00 =C2=B1 17% slabinfo.dax_cache.active_objs 2.67 =C2=B1 17% +0.0% 2.67 =C2=B1 17% +0.0% 2= .67 =C2=B1 17% slabinfo.dax_cache.active_slabs 112.00 =C2=B1 17% +0.0% 112.00 =C2=B1 17% +0.0% 112= .00 =C2=B1 17% slabinfo.dax_cache.num_objs 2.67 =C2=B1 17% +0.0% 2.67 =C2=B1 17% +0.0% 2= .67 =C2=B1 17% slabinfo.dax_cache.num_slabs 99243 +3.2% 102415 +1.2% 100396 = slabinfo.dentry.active_objs 2375 +3.3% 2453 +1.2% 2404 = slabinfo.dentry.active_slabs 99771 +3.2% 102991 +1.2% 100983 = slabinfo.dentry.num_objs 2375 +3.3% 2453 +1.2% 2404 = slabinfo.dentry.num_slabs 30.00 +0.0% 30.00 +0.0% 30.00 = slabinfo.dmaengine-unmap-128.active_objs 1.00 +0.0% 1.00 +0.0% 1.00 = slabinfo.dmaengine-unmap-128.active_slabs 30.00 +0.0% 30.00 +0.0% 30.00 = slabinfo.dmaengine-unmap-128.num_objs 1.00 +0.0% 1.00 +0.0% 1.00 = slabinfo.dmaengine-unmap-128.num_slabs 4893 =C2=B1 6% -6.8% 4561 -3.3% 4733 =C2= =B1 9% slabinfo.dmaengine-unmap-16.active_objs 115.67 =C2=B1 6% -6.3% 108.33 -2.9% 112.33 =C2= =B1 9% slabinfo.dmaengine-unmap-16.active_slabs 4893 =C2=B1 6% -6.8% 4561 -3.3% 4733 =C2= =B1 9% slabinfo.dmaengine-unmap-16.num_objs 115.67 =C2=B1 6% -6.3% 108.33 -2.9% 112.33 =C2= =B1 9% slabinfo.dmaengine-unmap-16.num_slabs 15.00 +0.0% 15.00 +0.0% 15.00 = slabinfo.dmaengine-unmap-256.active_objs 1.00 +0.0% 1.00 +0.0% 1.00 = slabinfo.dmaengine-unmap-256.active_slabs 15.00 +0.0% 15.00 +0.0% 15.00 = slabinfo.dmaengine-unmap-256.num_objs 1.00 +0.0% 1.00 +0.0% 1.00 = slabinfo.dmaengine-unmap-256.num_slabs 4115 =C2=B1 12% +5.1% 4324 =C2=B1 15% +11.5% 4= 589 =C2=B1 8% slabinfo.eventpoll_pwq.active_objs 73.33 =C2=B1 13% +5.0% 77.00 =C2=B1 15% +11.4% 81= .67 =C2=B1 8% slabinfo.eventpoll_pwq.active_slabs 4115 =C2=B1 12% +5.1% 4324 =C2=B1 15% +11.5% 4= 589 =C2=B1 8% slabinfo.eventpoll_pwq.num_objs 73.33 =C2=B1 13% +5.0% 77.00 =C2=B1 15% +11.4% 81= .67 =C2=B1 8% slabinfo.eventpoll_pwq.num_slabs 954.67 =C2=B1 11% +16.9% 1115 =C2=B1 8% +19.4% 1= 140 =C2=B1 2% slabinfo.file_lock_cache.active_objs 25.33 =C2=B1 13% +18.4% 30.00 =C2=B1 8% +21.1% 30= .67 =C2=B1 3% slabinfo.file_lock_cache.active_slabs 954.67 =C2=B1 11% +16.9% 1115 =C2=B1 8% +19.4% 1= 140 =C2=B1 2% slabinfo.file_lock_cache.num_objs 25.33 =C2=B1 13% +18.4% 30.00 =C2=B1 8% +21.1% 30= .67 =C2=B1 3% slabinfo.file_lock_cache.num_slabs 4586 +1.4% 4649 +0.7% 4616 = slabinfo.files_cache.active_objs 100.00 +0.3% 100.33 +0.0% 100.00 = slabinfo.files_cache.active_slabs 4586 +1.4% 4649 +0.7% 4616 = slabinfo.files_cache.num_objs 100.00 +0.3% 100.33 +0.0% 100.00 = slabinfo.files_cache.num_slabs 32617 =C2=B1 2% +3.8% 33851 =C2=B1 2% +4.9% 34= 218 slabinfo.filp.active_objs 1023 =C2=B1 2% +3.9% 1063 =C2=B1 2% +4.9% 1= 073 slabinfo.filp.active_slabs 32759 =C2=B1 2% +3.9% 34024 =C2=B1 2% +4.9% 34= 357 slabinfo.filp.num_objs 1023 =C2=B1 2% +3.9% 1063 =C2=B1 2% +4.9% 1= 073 slabinfo.filp.num_slabs 2865 =C2=B1 7% -4.0% 2750 =C2=B1 3% +0.1% 2= 868 =C2=B1 12% slabinfo.fsnotify_mark_connector.active_objs 22.00 =C2=B1 7% -3.0% 21.33 =C2=B1 2% +1.5% 22= .33 =C2=B1 12% slabinfo.fsnotify_mark_connector.active_slabs 2865 =C2=B1 7% -4.0% 2750 =C2=B1 3% +0.1% 2= 868 =C2=B1 12% slabinfo.fsnotify_mark_connector.num_objs 22.00 =C2=B1 7% -3.0% 21.33 =C2=B1 2% +1.5% 22= .33 =C2=B1 12% slabinfo.fsnotify_mark_connector.num_slabs 32186 +0.0% 32186 -0.2% 32130 = slabinfo.ftrace_event_field.active_objs 378.67 +0.0% 378.67 -0.2% 378.00 = slabinfo.ftrace_event_field.active_slabs 32186 +0.0% 32186 -0.2% 32130 = slabinfo.ftrace_event_field.num_objs 378.67 +0.0% 378.67 -0.2% 378.00 = slabinfo.ftrace_event_field.num_slabs 104.00 +0.0% 104.00 +0.0% 104.00 = slabinfo.hugetlbfs_inode_cache.active_objs 2.00 +0.0% 2.00 +0.0% 2.00 = slabinfo.hugetlbfs_inode_cache.active_slabs 104.00 +0.0% 104.00 +0.0% 104.00 = slabinfo.hugetlbfs_inode_cache.num_objs 2.00 +0.0% 2.00 +0.0% 2.00 = slabinfo.hugetlbfs_inode_cache.num_slabs 54212 +3.3% 55977 =C2=B1 4% +1.4% 54957 = slabinfo.inode_cache.active_objs 1017 +3.2% 1050 =C2=B1 4% +1.2% 1029 = slabinfo.inode_cache.active_slabs 54928 +3.2% 56688 =C2=B1 4% +1.3% 55636 = slabinfo.inode_cache.num_objs 1017 +3.2% 1050 =C2=B1 4% +1.2% 1029 = slabinfo.inode_cache.num_slabs 2668 =C2=B1 18% -5.7% 2516 =C2=B1 14% +1.1% 2= 698 =C2=B1 16% slabinfo.ip6-frags.active_objs 60.00 =C2=B1 19% -5.6% 56.67 =C2=B1 15% +1.1% 60= .67 =C2=B1 16% slabinfo.ip6-frags.active_slabs 2668 =C2=B1 18% -5.7% 2516 =C2=B1 14% +1.1% 2= 698 =C2=B1 16% slabinfo.ip6-frags.num_objs 60.00 =C2=B1 19% -5.6% 56.67 =C2=B1 15% +1.1% 60= .67 =C2=B1 16% slabinfo.ip6-frags.num_slabs 83680 +0.0% 83698 +0.2% 83812 = slabinfo.kernfs_node_cache.active_objs 2614 +0.0% 2615 +0.2% 2619 = slabinfo.kernfs_node_cache.active_slabs 83680 +0.0% 83698 +0.2% 83812 = slabinfo.kernfs_node_cache.num_objs 2614 +0.0% 2615 +0.2% 2619 = slabinfo.kernfs_node_cache.num_slabs 1606 =C2=B1 2% +6.7% 1714 =C2=B1 4% +4.5% 1= 678 =C2=B1 2% slabinfo.khugepaged_mm_slot.active_objs 43.67 =C2=B1 2% +6.9% 46.67 =C2=B1 4% +4.6% 45= .67 =C2=B1 2% slabinfo.khugepaged_mm_slot.active_slabs 1606 =C2=B1 2% +6.7% 1714 =C2=B1 4% +4.5% 1= 678 =C2=B1 2% slabinfo.khugepaged_mm_slot.num_objs 43.67 =C2=B1 2% +6.9% 46.67 =C2=B1 4% +4.6% 45= .67 =C2=B1 2% slabinfo.khugepaged_mm_slot.num_slabs 5258 -1.4% 5184 -0.3% 5245 = slabinfo.kmalloc-128.active_objs 166.67 -1.8% 163.67 +0.4% 167.33 = slabinfo.kmalloc-128.active_slabs 5346 -1.9% 5244 +0.3% 5360 = slabinfo.kmalloc-128.num_objs 166.67 -1.8% 163.67 +0.4% 167.33 = slabinfo.kmalloc-128.num_slabs 35242 +0.1% 35295 +0.2% 35328 = slabinfo.kmalloc-16.active_objs 137.67 +0.5% 138.33 +0.2% 138.00 = slabinfo.kmalloc-16.active_slabs 35242 +0.5% 35413 +0.2% 35328 = slabinfo.kmalloc-16.num_objs 137.67 +0.5% 138.33 +0.2% 138.00 = slabinfo.kmalloc-16.num_slabs 5616 -0.1% 5613 +0.5% 5642 = slabinfo.kmalloc-192.active_objs 134.00 +0.7% 135.00 +0.0% 134.00 = slabinfo.kmalloc-192.active_slabs 5653 +0.7% 5694 +0.2% 5661 = slabinfo.kmalloc-192.num_objs 134.00 +0.7% 135.00 +0.0% 134.00 = slabinfo.kmalloc-192.num_slabs 5873 +0.3% 5888 =C2=B1 2% +0.0% 5874 =C2= =B1 2% slabinfo.kmalloc-1k.active_objs 187.00 -0.5% 186.00 =C2=B1 3% -0.4% 186.33 =C2= =B1 3% slabinfo.kmalloc-1k.active_slabs 5993 -0.3% 5975 =C2=B1 3% -0.2% 5982 =C2= =B1 3% slabinfo.kmalloc-1k.num_objs 187.00 -0.5% 186.00 =C2=B1 3% -0.4% 186.33 =C2= =B1 3% slabinfo.kmalloc-1k.num_slabs 7549 +4.5% 7885 +1.3% 7647 = slabinfo.kmalloc-256.active_objs 241.00 +4.0% 250.67 +2.6% 247.33 = slabinfo.kmalloc-256.active_slabs 7728 +4.1% 8043 +2.5% 7924 = slabinfo.kmalloc-256.num_objs 241.00 +4.0% 250.67 +2.6% 247.33 = slabinfo.kmalloc-256.num_slabs 9025 =C2=B1 3% -0.1% 9012 =C2=B1 3% +1.2% 9= 133 =C2=B1 3% slabinfo.kmalloc-2k.active_objs 567.67 =C2=B1 3% +0.0% 567.67 =C2=B1 3% +1.3% 575= .00 =C2=B1 3% slabinfo.kmalloc-2k.active_slabs 9089 =C2=B1 3% -0.0% 9087 =C2=B1 3% +1.3% 9= 203 =C2=B1 3% slabinfo.kmalloc-2k.num_objs 567.67 =C2=B1 3% +0.0% 567.67 =C2=B1 3% +1.3% 575= .00 =C2=B1 3% slabinfo.kmalloc-2k.num_slabs 72566 -2.3% 70882 -0.2% 72449 = slabinfo.kmalloc-32.active_objs 567.33 -2.4% 554.00 -0.2% 566.33 = slabinfo.kmalloc-32.active_slabs 72672 -2.3% 70995 -0.1% 72577 = slabinfo.kmalloc-32.num_objs 567.33 -2.4% 554.00 -0.2% 566.33 = slabinfo.kmalloc-32.num_slabs 1904 +0.4% 1911 +0.9% 1922 = slabinfo.kmalloc-4k.active_objs 244.33 -0.4% 243.33 +1.2% 247.33 = slabinfo.kmalloc-4k.active_slabs 1956 -0.2% 1951 +1.3% 1980 = slabinfo.kmalloc-4k.num_objs 244.33 -0.4% 243.33 +1.2% 247.33 = slabinfo.kmalloc-4k.num_slabs 32670 +1.1% 33025 +1.9% 33295 = slabinfo.kmalloc-512.active_objs 1086 +0.5% 1092 +2.3% 1111 =C2=B1= 2% slabinfo.kmalloc-512.active_slabs 34785 +0.5% 34967 +2.3% 35581 =C2=B1= 2% slabinfo.kmalloc-512.num_objs 1086 +0.5% 1092 +2.3% 1111 =C2=B1= 2% slabinfo.kmalloc-512.num_slabs 48899 -0.0% 48895 -0.2% 48804 = slabinfo.kmalloc-64.active_objs 784.33 -0.4% 781.33 -0.1% 783.33 = slabinfo.kmalloc-64.active_slabs 50234 -0.4% 50036 -0.1% 50171 = slabinfo.kmalloc-64.num_objs 784.33 -0.4% 781.33 -0.1% 783.33 = slabinfo.kmalloc-64.num_slabs 54345 -0.0% 54341 +2.0% 55410 = slabinfo.kmalloc-8.active_objs 113.33 -1.2% 112.00 =C2=B1 2% +5.3% 119.33 =C2= =B1 4% slabinfo.kmalloc-8.active_slabs 58231 -1.1% 57601 =C2=B1 2% +5.3% 61346 =C2= =B1 4% slabinfo.kmalloc-8.num_objs 113.33 -1.2% 112.00 =C2=B1 2% +5.3% 119.33 =C2= =B1 4% slabinfo.kmalloc-8.num_slabs 794.00 -1.3% 783.33 -0.3% 791.67 = slabinfo.kmalloc-8k.active_objs 203.00 -1.3% 200.33 -0.2% 202.67 = slabinfo.kmalloc-8k.active_slabs 815.00 -1.4% 803.67 -0.3% 812.33 = slabinfo.kmalloc-8k.num_objs 203.00 -1.3% 200.33 -0.2% 202.67 = slabinfo.kmalloc-8k.num_slabs 9749 =C2=B1 5% -0.7% 9684 =C2=B1 4% -0.2% 9= 729 =C2=B1 4% slabinfo.kmalloc-96.active_objs 233.67 =C2=B1 5% -1.0% 231.33 =C2=B1 4% -0.6% 232= .33 =C2=B1 4% slabinfo.kmalloc-96.active_slabs 9834 =C2=B1 5% -1.0% 9732 =C2=B1 4% -0.5% 9= 785 =C2=B1 4% slabinfo.kmalloc-96.num_objs 233.67 =C2=B1 5% -1.0% 231.33 =C2=B1 4% -0.6% 232= .33 =C2=B1 4% slabinfo.kmalloc-96.num_slabs 810.67 =C2=B1 14% -10.5% 725.33 =C2=B1 4% +5.3% 853= .33 =C2=B1 19% slabinfo.kmalloc-rcl-128.active_objs 25.33 =C2=B1 14% -10.5% 22.67 =C2=B1 4% +5.3% 26= .67 =C2=B1 19% slabinfo.kmalloc-rcl-128.active_slabs 810.67 =C2=B1 14% -10.5% 725.33 =C2=B1 4% +5.3% 853= .33 =C2=B1 19% slabinfo.kmalloc-rcl-128.num_objs 25.33 =C2=B1 14% -10.5% 22.67 =C2=B1 4% +5.3% 26= .67 =C2=B1 19% slabinfo.kmalloc-rcl-128.num_slabs 42.00 +0.0% 42.00 +0.0% 42.00 = slabinfo.kmalloc-rcl-192.active_objs 1.00 +0.0% 1.00 +0.0% 1.00 = slabinfo.kmalloc-rcl-192.active_slabs 42.00 +0.0% 42.00 +0.0% 42.00 = slabinfo.kmalloc-rcl-192.num_objs 1.00 +0.0% 1.00 +0.0% 1.00 = slabinfo.kmalloc-rcl-192.num_slabs 64.00 +0.0% 64.00 +0.0% 64.00 = slabinfo.kmalloc-rcl-256.active_objs 2.00 +0.0% 2.00 +0.0% 2.00 = slabinfo.kmalloc-rcl-256.active_slabs 64.00 +0.0% 64.00 +0.0% 64.00 = slabinfo.kmalloc-rcl-256.num_objs 2.00 +0.0% 2.00 +0.0% 2.00 = slabinfo.kmalloc-rcl-256.num_slabs 1435 =C2=B1 6% +15.8% 1662 =C2=B1 8% +9.8% 1= 576 =C2=B1 7% slabinfo.kmalloc-rcl-512.active_objs 44.33 =C2=B1 6% +16.5% 51.67 =C2=B1 7% +10.5% 49= .00 =C2=B1 8% slabinfo.kmalloc-rcl-512.active_slabs 1435 =C2=B1 6% +15.8% 1662 =C2=B1 8% +10.2% 1= 581 =C2=B1 8% slabinfo.kmalloc-rcl-512.num_objs 44.33 =C2=B1 6% +16.5% 51.67 =C2=B1 7% +10.5% 49= .00 =C2=B1 8% slabinfo.kmalloc-rcl-512.num_slabs 4487 +6.0% 4754 =C2=B1 5% +3.0% 4623 = slabinfo.kmalloc-rcl-64.active_objs 69.67 +6.2% 74.00 =C2=B1 4% +2.9% 71.67 = slabinfo.kmalloc-rcl-64.active_slabs 4487 +6.0% 4754 =C2=B1 5% +3.0% 4623 = slabinfo.kmalloc-rcl-64.num_objs 69.67 +6.2% 74.00 =C2=B1 4% +2.9% 71.67 = slabinfo.kmalloc-rcl-64.num_slabs 2453 =C2=B1 4% -3.4% 2369 =C2=B1 2% -1.1% 2= 425 =C2=B1 6% slabinfo.kmalloc-rcl-96.active_objs 58.33 =C2=B1 4% -3.4% 56.33 =C2=B1 2% -1.1% 57= .67 =C2=B1 6% slabinfo.kmalloc-rcl-96.active_slabs 2453 =C2=B1 4% -3.4% 2369 =C2=B1 2% -1.1% 2= 425 =C2=B1 6% slabinfo.kmalloc-rcl-96.num_objs 58.33 =C2=B1 4% -3.4% 56.33 =C2=B1 2% -1.1% 57= .67 =C2=B1 6% slabinfo.kmalloc-rcl-96.num_slabs 437.33 =C2=B1 3% +12.2% 490.67 =C2=B1 11% -2.4% 426= .67 =C2=B1 12% slabinfo.kmem_cache.active_objs 13.67 =C2=B1 3% +12.2% 15.33 =C2=B1 11% -2.4% 13= .33 =C2=B1 12% slabinfo.kmem_cache.active_slabs 437.33 =C2=B1 3% +12.2% 490.67 =C2=B1 11% -2.4% 426= .67 =C2=B1 12% slabinfo.kmem_cache.num_objs 13.67 =C2=B1 3% +12.2% 15.33 =C2=B1 11% -2.4% 13= .33 =C2=B1 12% slabinfo.kmem_cache.num_slabs 968.67 =C2=B1 3% +4.4% 1011 =C2=B1 10% -4.4% 926= .00 =C2=B1 9% slabinfo.kmem_cache_node.active_objs 15.67 =C2=B1 3% +4.3% 16.33 =C2=B1 10% -4.3% 15= .00 =C2=B1 9% slabinfo.kmem_cache_node.active_slabs 1002 =C2=B1 3% +4.3% 1045 =C2=B1 10% -4.3% 960= .00 =C2=B1 9% slabinfo.kmem_cache_node.num_objs 15.67 =C2=B1 3% +4.3% 16.33 =C2=B1 10% -4.3% 15= .00 =C2=B1 9% slabinfo.kmem_cache_node.num_slabs 17560 -0.0% 17559 -0.6% 17447 = slabinfo.lsm_file_cache.active_objs 102.33 +0.0% 102.33 -0.7% 101.67 = slabinfo.lsm_file_cache.active_slabs 17560 -0.0% 17559 -0.6% 17447 = slabinfo.lsm_file_cache.num_objs 102.33 +0.0% 102.33 -0.7% 101.67 = slabinfo.lsm_file_cache.num_slabs 3133 -0.2% 3127 -0.2% 3127 = slabinfo.mm_struct.active_objs 103.67 -0.3% 103.33 -0.3% 103.33 = slabinfo.mm_struct.active_slabs 3133 -0.2% 3127 -0.2% 3127 = slabinfo.mm_struct.num_objs 103.67 -0.3% 103.33 -0.3% 103.33 = slabinfo.mm_struct.num_slabs 1071 =C2=B1 10% -17.5% 884.00 =C2=B1 11% -12.7% 935= .00 =C2=B1 6% slabinfo.mnt_cache.active_objs 21.00 =C2=B1 10% -17.5% 17.33 =C2=B1 11% -12.7% 18= .33 =C2=B1 6% slabinfo.mnt_cache.active_slabs 1071 =C2=B1 10% -17.5% 884.00 =C2=B1 11% -12.7% 935= .00 =C2=B1 6% slabinfo.mnt_cache.num_objs 21.00 =C2=B1 10% -17.5% 17.33 =C2=B1 11% -12.7% 18= .33 =C2=B1 6% slabinfo.mnt_cache.num_slabs 34.00 +0.0% 34.00 +0.0% 34.00 = slabinfo.mqueue_inode_cache.active_objs 1.00 +0.0% 1.00 +0.0% 1.00 = slabinfo.mqueue_inode_cache.active_slabs 34.00 +0.0% 34.00 +0.0% 34.00 = slabinfo.mqueue_inode_cache.num_objs 1.00 +0.0% 1.00 +0.0% 1.00 = slabinfo.mqueue_inode_cache.num_slabs 768.00 +0.0% 768.00 +0.0% 768.00 = slabinfo.names_cache.active_objs 96.00 +0.0% 96.00 +0.0% 96.00 = slabinfo.names_cache.active_slabs 768.00 +0.0% 768.00 +0.0% 768.00 = slabinfo.names_cache.num_objs 96.00 +0.0% 96.00 +0.0% 96.00 = slabinfo.names_cache.num_slabs 119.67 -16.4% 100.00 =C2=B1 28% -8.1% 110.00 =C2= =B1 12% slabinfo.nfs_inode_cache.active_objs 3.67 =C2=B1 12% -9.1% 3.33 =C2=B1 28% +0.0% 3= .67 =C2=B1 12% slabinfo.nfs_inode_cache.active_slabs 119.67 -16.4% 100.00 =C2=B1 28% -8.1% 110.00 =C2= =B1 12% slabinfo.nfs_inode_cache.num_objs 3.67 =C2=B1 12% -9.1% 3.33 =C2=B1 28% +0.0% 3= .67 =C2=B1 12% slabinfo.nfs_inode_cache.num_slabs 125.67 =C2=B1 7% -0.3% 125.33 =C2=B1 10% +8.2% 136= .00 =C2=B1 12% slabinfo.nfs_read_data.active_objs 3.00 +0.0% 3.00 +11.1% 3.33 =C2=B1= 14% slabinfo.nfs_read_data.active_slabs 125.67 =C2=B1 7% -0.3% 125.33 =C2=B1 10% +8.2% 136= .00 =C2=B1 12% slabinfo.nfs_read_data.num_objs 3.00 +0.0% 3.00 +11.1% 3.33 =C2=B1= 14% slabinfo.nfs_read_data.num_slabs 3204 =C2=B1 18% -2.9% 3113 =C2=B1 15% +2.9% 3= 297 =C2=B1 14% slabinfo.numa_policy.active_objs 51.33 =C2=B1 18% -2.6% 50.00 =C2=B1 15% +2.6% 52= .67 =C2=B1 15% slabinfo.numa_policy.active_slabs 3204 =C2=B1 18% -2.9% 3113 =C2=B1 15% +2.9% 3= 297 =C2=B1 14% slabinfo.numa_policy.num_objs 51.33 =C2=B1 18% -2.6% 50.00 =C2=B1 15% +2.6% 52= .67 =C2=B1 15% slabinfo.numa_policy.num_slabs 9378 +0.8% 9450 +1.4% 9505 = slabinfo.pde_opener.active_objs 91.33 +1.1% 92.33 +1.5% 92.67 = slabinfo.pde_opener.active_slabs 9378 +0.8% 9450 +1.4% 9505 = slabinfo.pde_opener.num_objs 91.33 +1.1% 92.33 +1.5% 92.67 = slabinfo.pde_opener.num_slabs 4415 +2.0% 4504 +0.9% 4454 = slabinfo.pid.active_objs 137.33 +1.9% 140.00 +1.0% 138.67 = slabinfo.pid.active_slabs 4415 +2.0% 4504 +0.9% 4454 = slabinfo.pid.num_objs 137.33 +1.9% 140.00 +1.0% 138.67 = slabinfo.pid.num_slabs 92.00 =C2=B1 27% -19.6% 74.00 =C2=B1 34% -39.1% 56= .00 slabinfo.pid_namespace.active_objs 1.00 +0.0% 1.00 +0.0% 1.00 = slabinfo.pid_namespace.active_slabs 92.00 =C2=B1 27% -19.6% 74.00 =C2=B1 34% -39.1% 56= .00 slabinfo.pid_namespace.num_objs 1.00 +0.0% 1.00 +0.0% 1.00 = slabinfo.pid_namespace.num_slabs 2989 =C2=B1 10% -9.6% 2703 =C2=B1 15% -16.7% 2= 489 =C2=B1 8% slabinfo.pool_workqueue.active_objs 93.33 =C2=B1 11% -10.0% 84.00 =C2=B1 15% -17.5% 77= .00 =C2=B1 9% slabinfo.pool_workqueue.active_slabs 3008 =C2=B1 11% -10.1% 2703 =C2=B1 15% -17.2% 2= 490 =C2=B1 8% slabinfo.pool_workqueue.num_objs 93.33 =C2=B1 11% -10.0% 84.00 =C2=B1 15% -17.5% 77= .00 =C2=B1 9% slabinfo.pool_workqueue.num_slabs 2912 +1.9% 2968 +1.9% 2968 = slabinfo.proc_dir_entry.active_objs 69.33 +1.9% 70.67 +1.9% 70.67 = slabinfo.proc_dir_entry.active_slabs 2912 +1.9% 2968 +1.9% 2968 = slabinfo.proc_dir_entry.num_objs 69.33 +1.9% 70.67 +1.9% 70.67 = slabinfo.proc_dir_entry.num_slabs 12479 =C2=B1 3% -21.7% 9772 =C2=B1 4% -15.8% 10= 506 =C2=B1 13% slabinfo.proc_inode_cache.active_objs 265.67 =C2=B1 3% -19.9% 212.67 =C2=B1 5% -15.6% 224= .33 =C2=B1 13% slabinfo.proc_inode_cache.active_slabs 12738 =C2=B1 3% -21.3% 10024 =C2=B1 3% -15.5% 10= 767 =C2=B1 13% slabinfo.proc_inode_cache.num_objs 265.67 =C2=B1 3% -19.9% 212.67 =C2=B1 5% -15.6% 224= .33 =C2=B1 13% slabinfo.proc_inode_cache.num_slabs 507751 -0.6% 504586 +0.1% 508356 = slabinfo.radix_tree_node.active_objs 9914 -1.5% 9769 +0.2% 9929 = slabinfo.radix_tree_node.active_slabs 551267 -1.4% 543647 +0.2% 552280 = slabinfo.radix_tree_node.num_objs 9914 -1.5% 9769 +0.2% 9929 = slabinfo.radix_tree_node.num_slabs 45.00 +0.0% 45.00 +0.0% 45.00 =C2=B1= 27% slabinfo.request_queue.active_objs 3.00 +0.0% 3.00 +0.0% 3.00 =C2=B1= 27% slabinfo.request_queue.active_slabs 45.00 +0.0% 45.00 +0.0% 45.00 =C2=B1= 27% slabinfo.request_queue.num_objs 3.00 +0.0% 3.00 +0.0% 3.00 =C2=B1= 27% slabinfo.request_queue.num_slabs 102.00 +0.0% 102.00 +0.0% 102.00 = slabinfo.rpc_inode_cache.active_objs 2.00 +0.0% 2.00 +0.0% 2.00 = slabinfo.rpc_inode_cache.active_slabs 102.00 +0.0% 102.00 +0.0% 102.00 = slabinfo.rpc_inode_cache.num_objs 2.00 +0.0% 2.00 +0.0% 2.00 = slabinfo.rpc_inode_cache.num_slabs 640.00 +0.0% 640.00 -1.7% 629.33 =C2=B1= 2% slabinfo.scsi_sense_cache.active_objs 20.00 +0.0% 20.00 -1.7% 19.67 =C2=B1= 2% slabinfo.scsi_sense_cache.active_slabs 640.00 +0.0% 640.00 -1.7% 629.33 =C2=B1= 2% slabinfo.scsi_sense_cache.num_objs 20.00 +0.0% 20.00 -1.7% 19.67 =C2=B1= 2% slabinfo.scsi_sense_cache.num_slabs 3264 +0.0% 3264 +0.0% 3264 = slabinfo.seq_file.active_objs 96.00 +0.0% 96.00 +0.0% 96.00 = slabinfo.seq_file.active_slabs 3264 +0.0% 3264 +0.0% 3264 = slabinfo.seq_file.num_objs 96.00 +0.0% 96.00 +0.0% 96.00 = slabinfo.seq_file.num_slabs 5384 +1.9% 5487 =C2=B1 3% -0.4% 5364 = slabinfo.shmem_inode_cache.active_objs 116.33 +1.7% 118.33 =C2=B1 3% -0.6% 115.67 = slabinfo.shmem_inode_cache.active_slabs 5384 +1.9% 5487 =C2=B1 3% -0.4% 5364 = slabinfo.shmem_inode_cache.num_objs 116.33 +1.7% 118.33 =C2=B1 3% -0.6% 115.67 = slabinfo.shmem_inode_cache.num_slabs 2345 +1.1% 2370 +2.0% 2392 = slabinfo.sighand_cache.active_objs 156.00 +0.9% 157.33 +1.9% 159.00 = slabinfo.sighand_cache.active_slabs 2345 +1.1% 2370 +2.0% 2393 = slabinfo.sighand_cache.num_objs 156.00 +0.9% 157.33 +1.9% 159.00 = slabinfo.sighand_cache.num_slabs 3755 =C2=B1 2% +0.5% 3774 +1.8% 3821 = slabinfo.signal_cache.active_objs 133.67 =C2=B1 2% +0.2% 134.00 +2.0% 136.33 = slabinfo.signal_cache.active_slabs 3755 =C2=B1 2% +0.5% 3774 +2.2% 3837 = slabinfo.signal_cache.num_objs 133.67 =C2=B1 2% +0.2% 134.00 +2.0% 136.33 = slabinfo.signal_cache.num_slabs 639.67 =C2=B1 8% +1.5% 649.33 =C2=B1 13% +7.5% 687= .67 =C2=B1 8% slabinfo.skbuff_fclone_cache.active_objs 20.33 =C2=B1 10% +0.0% 20.33 =C2=B1 12% +4.9% 21= .33 =C2=B1 9% slabinfo.skbuff_fclone_cache.active_slabs 639.67 =C2=B1 8% +1.5% 649.33 =C2=B1 13% +7.5% 687= .67 =C2=B1 8% slabinfo.skbuff_fclone_cache.num_objs 20.33 =C2=B1 10% +0.0% 20.33 =C2=B1 12% +4.9% 21= .33 =C2=B1 9% slabinfo.skbuff_fclone_cache.num_slabs 4021 =C2=B1 8% -8.2% 3690 =C2=B1 2% -1.8% 3= 950 =C2=B1 3% slabinfo.skbuff_head_cache.active_objs 125.67 =C2=B1 8% -8.2% 115.33 =C2=B1 2% -0.5% 125= .00 =C2=B1 2% slabinfo.skbuff_head_cache.active_slabs 4021 =C2=B1 8% -8.2% 3690 =C2=B1 2% -0.4% 4= 004 =C2=B1 2% slabinfo.skbuff_head_cache.num_objs 125.67 =C2=B1 8% -8.2% 115.33 =C2=B1 2% -0.5% 125= .00 =C2=B1 2% slabinfo.skbuff_head_cache.num_slabs 3165 =C2=B1 2% +6.9% 3384 +4.6% 3310 =C2= =B1 4% slabinfo.sock_inode_cache.active_objs 81.00 =C2=B1 2% +6.6% 86.33 +4.1% 84.33 =C2= =B1 4% slabinfo.sock_inode_cache.active_slabs 3165 =C2=B1 2% +6.9% 3384 +4.6% 3310 =C2= =B1 4% slabinfo.sock_inode_cache.num_objs 81.00 =C2=B1 2% +6.6% 86.33 +4.1% 84.33 =C2= =B1 4% slabinfo.sock_inode_cache.num_slabs 6085 +0.8% 6135 -0.7% 6043 = slabinfo.task_delay_info.active_objs 118.67 +0.8% 119.67 -0.6% 118.00 = slabinfo.task_delay_info.active_slabs 6085 +0.8% 6135 -0.7% 6043 = slabinfo.task_delay_info.num_objs 118.67 +0.8% 119.67 -0.6% 118.00 = slabinfo.task_delay_info.num_slabs 2225 =C2=B1 11% +2.9% 2290 =C2=B1 9% +4.1% 2= 317 =C2=B1 6% slabinfo.task_group.active_objs 52.33 =C2=B1 11% +3.8% 54.33 =C2=B1 9% +4.5% 54= .67 =C2=B1 5% slabinfo.task_group.active_slabs 2225 =C2=B1 11% +2.9% 2290 =C2=B1 9% +4.1% 2= 317 =C2=B1 6% slabinfo.task_group.num_objs 52.33 =C2=B1 11% +3.8% 54.33 =C2=B1 9% +4.5% 54= .67 =C2=B1 5% slabinfo.task_group.num_slabs 1278 +0.7% 1286 +1.4% 1295 = slabinfo.task_struct.active_objs 1285 +0.5% 1291 +1.3% 1301 = slabinfo.task_struct.active_slabs 1285 +0.5% 1291 +1.3% 1301 = slabinfo.task_struct.num_objs 1285 +0.5% 1291 +1.3% 1301 = slabinfo.task_struct.num_slabs 216.67 =C2=B1 25% -17.8% 178.00 -18.2% 177.33 = slabinfo.taskstats.active_objs 4.00 =C2=B1 35% -25.0% 3.00 -25.0% 3.00 = slabinfo.taskstats.active_slabs 216.67 =C2=B1 25% -17.8% 178.00 -18.2% 177.33 = slabinfo.taskstats.num_objs 4.00 =C2=B1 35% -25.0% 3.00 -25.0% 3.00 = slabinfo.taskstats.num_slabs 3187 =C2=B1 3% -3.7% 3070 =C2=B1 2% -0.3% 3= 177 slabinfo.trace_event_file.active_objs 69.00 =C2=B1 3% -3.4% 66.67 =C2=B1 2% +0.0% 69= .00 slabinfo.trace_event_file.active_slabs 3187 =C2=B1 3% -3.7% 3070 =C2=B1 2% -0.3% 3= 177 slabinfo.trace_event_file.num_objs 69.00 =C2=B1 3% -3.4% 66.67 =C2=B1 2% +0.0% 69= .00 slabinfo.trace_event_file.num_slabs 88.00 =C2=B1 17% +12.5% 99.00 +12.5% 99.00 = slabinfo.tw_sock_TCP.active_objs 2.67 =C2=B1 17% +12.5% 3.00 +12.5% 3.00 = slabinfo.tw_sock_TCP.active_slabs 88.00 =C2=B1 17% +12.5% 99.00 +12.5% 99.00 = slabinfo.tw_sock_TCP.num_objs 2.67 =C2=B1 17% +12.5% 3.00 +12.5% 3.00 = slabinfo.tw_sock_TCP.num_slabs 63425 =C2=B1 5% +4.6% 66358 =C2=B1 2% +5.3% 66= 811 slabinfo.vm_area_struct.active_objs 1585 =C2=B1 5% +4.8% 1661 =C2=B1 2% +5.5% 1= 672 slabinfo.vm_area_struct.active_slabs 63444 =C2=B1 5% +4.8% 66477 =C2=B1 2% +5.5% 66= 928 slabinfo.vm_area_struct.num_objs 1585 =C2=B1 5% +4.8% 1661 =C2=B1 2% +5.5% 1= 672 slabinfo.vm_area_struct.num_slabs 11832 +2.5% 12131 +2.1% 12083 = slabinfo.vmap_area.active_objs 184.33 +2.5% 189.00 +2.2% 188.33 = slabinfo.vmap_area.active_slabs 11834 +2.5% 12131 +2.1% 12085 = slabinfo.vmap_area.num_objs 184.33 +2.5% 189.00 +2.2% 188.33 = slabinfo.vmap_area.num_slabs 504.00 =C2=B1 70% -11.9% 444.00 =C2=B1 55% +95.2% 984= .00 =C2=B1 19% slabinfo.xfs_btree_cur.active_objs 14.00 =C2=B1 70% -11.9% 12.33 =C2=B1 55% +95.2% 27= .33 =C2=B1 19% slabinfo.xfs_btree_cur.active_slabs 504.00 =C2=B1 70% -11.9% 444.00 =C2=B1 55% +95.2% 984= .00 =C2=B1 19% slabinfo.xfs_btree_cur.num_objs 14.00 =C2=B1 70% -11.9% 12.33 =C2=B1 55% +95.2% 27= .33 =C2=B1 19% slabinfo.xfs_btree_cur.num_slabs 378.00 =C2=B1 41% -22.2% 294.00 =C2=B1 23% +7.4% 406= .00 =C2=B1 12% slabinfo.xfs_buf.active_objs 9.00 =C2=B1 41% -22.2% 7.00 =C2=B1 23% +7.4% 9= .67 =C2=B1 12% slabinfo.xfs_buf.active_slabs 378.00 =C2=B1 41% -22.2% 294.00 =C2=B1 23% +7.4% 406= .00 =C2=B1 12% slabinfo.xfs_buf.num_objs 9.00 =C2=B1 41% -22.2% 7.00 =C2=B1 23% +7.4% 9= .67 =C2=B1 12% slabinfo.xfs_buf.num_slabs 504.00 =C2=B1 76% -13.9% 434.00 =C2=B1 66% +116.7% 1= 092 =C2=B1 20% slabinfo.xfs_ili.active_objs 12.00 =C2=B1 76% -13.9% 10.33 =C2=B1 66% +116.7% 26= .00 =C2=B1 20% slabinfo.xfs_ili.active_slabs 504.00 =C2=B1 76% -13.9% 434.00 =C2=B1 66% +116.7% 1= 092 =C2=B1 20% slabinfo.xfs_ili.num_objs 12.00 =C2=B1 76% -13.9% 10.33 =C2=B1 66% +116.7% 26= .00 =C2=B1 20% slabinfo.xfs_ili.num_slabs 437.33 =C2=B1 63% -9.8% 394.67 =C2=B1 55% +100.0% 874= .67 =C2=B1 19% slabinfo.xfs_inode.active_objs 13.67 =C2=B1 63% -9.8% 12.33 =C2=B1 55% +100.0% 27= .33 =C2=B1 19% slabinfo.xfs_inode.active_slabs 437.33 =C2=B1 63% -9.8% 394.67 =C2=B1 55% +100.0% 874= .67 =C2=B1 19% slabinfo.xfs_inode.num_objs 13.67 =C2=B1 63% -9.8% 12.33 =C2=B1 55% +100.0% 27= .33 =C2=B1 19% slabinfo.xfs_inode.num_slabs 6.69 =C2=B1 8% -6.7 0.00 -6.7 0.00 = perf-profile.calltrace.cycles-pp._raw_spin_lock_irqsave.__pagevec_l= ru_add.lru_cache_add.add_to_page_cache_lru.pagecache_get_page 6.65 =C2=B1 8% -6.6 0.00 -6.6 0.00 = perf-profile.calltrace.cycles-pp.native_queued_spin_lock_slowpath._= raw_spin_lock_irqsave.__pagevec_lru_add.lru_cache_add.add_to_page_cache_l= ru 15.82 =C2=B1 5% -5.5 10.29 =C2=B1 3% -8.1 7= .68 =C2=B1 5% perf-profile.calltrace.cycles-pp._raw_spin_lock_irq.lru_n= ote_cost.shrink_inactive_list.shrink_lruvec.shrink_node 15.75 =C2=B1 5% -5.5 10.24 =C2=B1 3% -8.1 7= .63 =C2=B1 5% perf-profile.calltrace.cycles-pp.native_queued_spin_lock_= slowpath._raw_spin_lock_irq.lru_note_cost.shrink_inactive_list.shrink_lru= vec 15.23 =C2=B1 6% -4.9 10.37 =C2=B1 3% -7.5 7= .77 =C2=B1 5% perf-profile.calltrace.cycles-pp.lru_note_cost.shrink_ina= ctive_list.shrink_lruvec.shrink_node.do_try_to_free_pages 8.12 -3.4 4.76 =C2=B1 3% -1.1 7.01 =C2= =B1 7% perf-profile.calltrace.cycles-pp.iomap_readpage.filemap_fault.__= xfs_filemap_fault.__do_fault.do_fault 6.94 =C2=B1 2% -2.9 4.02 =C2=B1 4% -1.0 5= .97 =C2=B1 7% perf-profile.calltrace.cycles-pp.submit_bio_noacct.submit= _bio.iomap_readpage.filemap_fault.__xfs_filemap_fault 6.96 =C2=B1 2% -2.9 4.04 =C2=B1 4% -1.0 5= .99 =C2=B1 7% perf-profile.calltrace.cycles-pp.submit_bio.iomap_readpag= e.filemap_fault.__xfs_filemap_fault.__do_fault 6.54 =C2=B1 2% -2.8 3.69 =C2=B1 4% -0.9 5= .60 =C2=B1 7% perf-profile.calltrace.cycles-pp.pmem_submit_bio.submit_b= io_noacct.submit_bio.iomap_readpage.filemap_fault 5.90 =C2=B1 2% -2.6 3.29 =C2=B1 4% -0.9 5= .04 =C2=B1 7% perf-profile.calltrace.cycles-pp.pmem_do_read.pmem_submit= _bio.submit_bio_noacct.submit_bio.iomap_readpage 5.83 =C2=B1 2% -2.6 3.23 =C2=B1 4% -0.9 4= .98 =C2=B1 7% perf-profile.calltrace.cycles-pp.__memcpy_mcsafe.pmem_do_= read.pmem_submit_bio.submit_bio_noacct.submit_bio 4.91 -1.7 3.22 =C2=B1 3% -0.4 4.50 =C2= =B1 4% perf-profile.calltrace.cycles-pp.xfs_filemap_map_pages.do_fault.= __handle_mm_fault.handle_mm_fault.do_user_addr_fault 4.63 =C2=B1 2% -1.6 3.02 =C2=B1 3% -0.4 4= .23 =C2=B1 4% perf-profile.calltrace.cycles-pp.filemap_map_pages.xfs_fi= lemap_map_pages.do_fault.__handle_mm_fault.handle_mm_fault 1.35 =C2=B1 52% -1.4 0.00 -1.4 0.00 = perf-profile.calltrace.cycles-pp._raw_spin_lock_irqsave.pagevec_lru= _move_fn.deactivate_file_page.invalidate_mapping_pages.generic_fadvise 1.34 =C2=B1 52% -1.3 0.00 -1.3 0.00 = perf-profile.calltrace.cycles-pp.native_queued_spin_lock_slowpath._= raw_spin_lock_irqsave.pagevec_lru_move_fn.deactivate_file_page.invalidate= _mapping_pages 2.24 =C2=B1 3% -1.0 1.28 =C2=B1 22% -0.4 1= .82 =C2=B1 6% perf-profile.calltrace.cycles-pp.__add_to_page_cache_lock= ed.add_to_page_cache_lru.pagecache_get_page.filemap_fault.__xfs_filemap_f= ault 0.90 =C2=B1 11% -0.9 0.00 -0.3 0.64 =C2= =B1 6% perf-profile.calltrace.cycles-pp.rmqueue.get_page_from_freelist.= __alloc_pages_nodemask.pagecache_get_page.filemap_fault 1.22 =C2=B1 8% -0.9 0.37 =C2=B1 70% -0.3 0= .88 =C2=B1 5% perf-profile.calltrace.cycles-pp.get_page_from_freelist._= _alloc_pages_nodemask.pagecache_get_page.filemap_fault.__xfs_filemap_faul= t 0.77 =C2=B1 4% -0.8 0.00 -0.8 0.00 = perf-profile.calltrace.cycles-pp.lru_note_cost.shrink_inactive_list= .shrink_lruvec.shrink_node.balance_pgdat 0.70 =C2=B1 4% -0.7 0.00 -0.1 0.60 =C2= =B1 2% perf-profile.calltrace.cycles-pp.page_add_file_rmap.alloc_set_pt= e.filemap_map_pages.xfs_filemap_map_pages.do_fault 1.14 =C2=B1 9% -0.7 0.44 =C2=B1 70% -0.2 0= .89 =C2=B1 13% perf-profile.calltrace.cycles-pp.mem_cgroup_charge.__add_= to_page_cache_locked.add_to_page_cache_lru.pagecache_get_page.filemap_fau= lt 0.62 =C2=B1 11% -0.6 0.00 -0.6 0.00 = perf-profile.calltrace.cycles-pp.rmqueue_bulk.rmqueue.get_page_from= _freelist.__alloc_pages_nodemask.pagecache_get_page 0.58 =C2=B1 2% -0.6 0.00 -0.0 0.56 =C2= =B1 4% perf-profile.calltrace.cycles-pp.unlock_page.filemap_map_pages.x= fs_filemap_map_pages.do_fault.__handle_mm_fault 0.75 =C2=B1 3% -0.6 0.17 =C2=B1141% -0.1 0= .69 =C2=B1 4% perf-profile.calltrace.cycles-pp.page_referenced_one.rmap= _walk_file.page_referenced.shrink_page_list.shrink_inactive_list 8.09 =C2=B1 4% -0.6 7.51 +0.7 8.76 =C2= =B1 7% perf-profile.calltrace.cycles-pp.shrink_page_list.shrink_inactiv= e_list.shrink_lruvec.shrink_node.do_try_to_free_pages 2.99 =C2=B1 6% -0.5 2.48 =C2=B1 9% -0.1 2= .88 =C2=B1 14% perf-profile.calltrace.cycles-pp.shrink_node.balance_pgda= t.kswapd.kthread.ret_from_fork 2.99 =C2=B1 6% -0.5 2.48 =C2=B1 9% -0.1 2= .88 =C2=B1 14% perf-profile.calltrace.cycles-pp.kswapd.kthread.ret_from_= fork 2.99 =C2=B1 6% -0.5 2.48 =C2=B1 9% -0.1 2= .88 =C2=B1 14% perf-profile.calltrace.cycles-pp.balance_pgdat.kswapd.kth= read.ret_from_fork 0.51 -0.5 0.00 -0.3 0.17 =C2=B1= 141% perf-profile.calltrace.cycles-pp.iomap_readpage_actor.iomap_apply.i= omap_readpage.filemap_fault.__xfs_filemap_fault 3.16 =C2=B1 4% -0.5 2.66 =C2=B1 9% -0.1 3= .05 =C2=B1 13% perf-profile.calltrace.cycles-pp.ret_from_fork 3.16 =C2=B1 4% -0.5 2.66 =C2=B1 9% -0.1 3= .05 =C2=B1 13% perf-profile.calltrace.cycles-pp.kthread.ret_from_fork 2.96 =C2=B1 6% -0.5 2.46 =C2=B1 9% -0.1 2= .85 =C2=B1 14% perf-profile.calltrace.cycles-pp.shrink_inactive_list.shr= ink_lruvec.shrink_node.balance_pgdat.kswapd 2.98 =C2=B1 6% -0.5 2.48 =C2=B1 9% -0.1 2= .87 =C2=B1 14% perf-profile.calltrace.cycles-pp.shrink_lruvec.shrink_nod= e.balance_pgdat.kswapd.kthread 2.09 =C2=B1 9% -0.5 1.61 =C2=B1 5% +0.2 2= .26 =C2=B1 12% perf-profile.calltrace.cycles-pp.__remove_mapping.shrink_= page_list.shrink_inactive_list.shrink_lruvec.shrink_node 1.05 =C2=B1 2% -0.5 0.59 =C2=B1 14% -0.1 0= .92 =C2=B1 2% perf-profile.calltrace.cycles-pp.alloc_set_pte.filemap_ma= p_pages.xfs_filemap_map_pages.do_fault.__handle_mm_fault 1.32 =C2=B1 2% -0.4 0.87 =C2=B1 2% -0.1 1= .23 =C2=B1 4% perf-profile.calltrace.cycles-pp.page_referenced.shrink_p= age_list.shrink_inactive_list.shrink_lruvec.shrink_node 1.13 =C2=B1 5% -0.4 0.70 =C2=B1 3% -0.1 1= .00 =C2=B1 4% perf-profile.calltrace.cycles-pp.iomap_apply.iomap_readpa= ge.filemap_fault.__xfs_filemap_fault.__do_fault 1.16 =C2=B1 2% -0.4 0.77 =C2=B1 2% -0.1 1= .08 =C2=B1 3% perf-profile.calltrace.cycles-pp.rmap_walk_file.page_refe= renced.shrink_page_list.shrink_inactive_list.shrink_lruvec 0.56 =C2=B1 3% -0.4 0.17 =C2=B1141% +0.0 0= .59 =C2=B1 6% perf-profile.calltrace.cycles-pp.__delete_from_page_cache= .__remove_mapping.shrink_page_list.shrink_inactive_list.shrink_lruvec 0.39 =C2=B1 71% -0.4 0.00 -0.2 0.18 =C2= =B1141% perf-profile.calltrace.cycles-pp.__count_memcg_events.handle_mm_= fault.do_user_addr_fault.exc_page_fault.asm_exc_page_fault 0.37 =C2=B1 70% -0.4 0.00 -0.4 0.00 = perf-profile.calltrace.cycles-pp.xfs_read_iomap_begin.iomap_apply.i= omap_readpage.filemap_fault.__xfs_filemap_fault 66.79 -0.3 66.46 -2.0 64.84 =C2=B1= 2% perf-profile.calltrace.cycles-pp.asm_exc_page_fault 66.70 -0.3 66.40 -1.9 64.76 =C2=B1= 2% perf-profile.calltrace.cycles-pp.exc_page_fault.asm_exc_page_fault 1.30 =C2=B1 7% -0.3 1.01 =C2=B1 14% +0.0 1= .34 =C2=B1 13% perf-profile.calltrace.cycles-pp.shrink_page_list.shrink_= inactive_list.shrink_lruvec.shrink_node.balance_pgdat 66.64 -0.3 66.36 -1.9 64.70 =C2=B1= 2% perf-profile.calltrace.cycles-pp.do_user_addr_fault.exc_page_fault.= asm_exc_page_fault 0.27 =C2=B1141% -0.3 0.00 +0.1 0.39 =C2= =B1 71% perf-profile.calltrace.cycles-pp.cpu_startup_entry.start_kernel.= secondary_startup_64 0.27 =C2=B1141% -0.3 0.00 +0.1 0.39 =C2= =B1 71% perf-profile.calltrace.cycles-pp.do_idle.cpu_startup_entry.start= _kernel.secondary_startup_64 0.27 =C2=B1141% -0.3 0.00 +0.1 0.39 =C2= =B1 71% perf-profile.calltrace.cycles-pp.cpuidle_enter.do_idle.cpu_start= up_entry.start_kernel.secondary_startup_64 0.27 =C2=B1141% -0.3 0.00 +0.1 0.39 =C2= =B1 71% perf-profile.calltrace.cycles-pp.cpuidle_enter_state.cpuidle_ent= er.do_idle.cpu_startup_entry.start_kernel 0.27 =C2=B1141% -0.3 0.00 +0.1 0.39 =C2= =B1 71% perf-profile.calltrace.cycles-pp.start_kernel.secondary_startup_= 64 1.04 =C2=B1 3% -0.3 0.77 =C2=B1 10% -0.0 1= .03 =C2=B1 5% perf-profile.calltrace.cycles-pp.try_to_unmap.shrink_page= _list.shrink_inactive_list.shrink_lruvec.shrink_node 25.69 =C2=B1 4% -0.2 25.44 =C2=B1 3% +1.1 26= .82 =C2=B1 4% perf-profile.calltrace.cycles-pp.secondary_startup_64 0.95 =C2=B1 3% -0.2 0.72 =C2=B1 12% +0.0 0= .96 =C2=B1 5% perf-profile.calltrace.cycles-pp.rmap_walk_file.try_to_un= map.shrink_page_list.shrink_inactive_list.shrink_lruvec 25.35 =C2=B1 4% -0.2 25.13 =C2=B1 3% +1.3 26= .63 =C2=B1 3% perf-profile.calltrace.cycles-pp.intel_idle.cpuidle_enter= _state.cpuidle_enter.do_idle.cpu_startup_entry 0.77 =C2=B1 3% -0.2 0.59 =C2=B1 15% +0.0 0= .79 =C2=B1 6% perf-profile.calltrace.cycles-pp.try_to_unmap_one.rmap_wa= lk_file.try_to_unmap.shrink_page_list.shrink_inactive_list 0.18 =C2=B1141% -0.2 0.00 -0.0 0.17 =C2= =B1141% perf-profile.calltrace.cycles-pp.page_vma_mapped_walk.page_refer= enced_one.rmap_walk_file.page_referenced.shrink_page_list 0.17 =C2=B1141% -0.2 0.00 -0.2 0.00 = perf-profile.calltrace.cycles-pp.get_mem_cgroup_from_mm.mem_cgroup_= charge.__add_to_page_cache_locked.add_to_page_cache_lru.pagecache_get_pag= e 0.17 =C2=B1141% -0.2 0.00 +0.2 0.37 =C2= =B1 71% perf-profile.calltrace.cycles-pp.workingset_eviction.__remove_ma= pping.shrink_page_list.shrink_inactive_list.shrink_lruvec 66.16 -0.1 66.05 -1.9 64.28 =C2=B1= 2% perf-profile.calltrace.cycles-pp.handle_mm_fault.do_user_addr_fault= .exc_page_fault.asm_exc_page_fault 0.59 =C2=B1 70% -0.1 0.52 =C2=B1 70% +0.3 0= .85 =C2=B1 23% perf-profile.calltrace.cycles-pp._raw_spin_lock_irqsave._= _remove_mapping.shrink_page_list.shrink_inactive_list.shrink_lruvec 0.55 =C2=B1 70% -0.1 0.49 =C2=B1 70% +0.2 0= .80 =C2=B1 25% perf-profile.calltrace.cycles-pp.native_queued_spin_lock_= slowpath._raw_spin_lock_irqsave.__remove_mapping.shrink_page_list.shrink_= inactive_list 0.00 +0.0 0.00 +0.2 0.17 =C2=B1= 141% perf-profile.calltrace.cycles-pp.free_unref_page_list.shrink_page_l= ist.shrink_inactive_list.shrink_lruvec.shrink_node 0.75 =C2=B1 2% +0.0 0.76 -0.0 0.75 =C2= =B1 5% perf-profile.calltrace.cycles-pp.isolate_lru_pages.shrink_inacti= ve_list.shrink_lruvec.shrink_node.do_try_to_free_pages 25.16 =C2=B1 3% +0.0 25.18 =C2=B1 3% +1.2 26= .36 =C2=B1 4% perf-profile.calltrace.cycles-pp.cpu_startup_entry.start_= secondary.secondary_startup_64 25.16 =C2=B1 3% +0.0 25.18 =C2=B1 3% +1.2 26= .36 =C2=B1 4% perf-profile.calltrace.cycles-pp.do_idle.cpu_startup_entr= y.start_secondary.secondary_startup_64 25.16 =C2=B1 3% +0.0 25.18 =C2=B1 3% +1.2 26= .36 =C2=B1 4% perf-profile.calltrace.cycles-pp.start_secondary.secondar= y_startup_64 25.16 =C2=B1 3% +0.0 25.18 =C2=B1 3% +1.2 26= .36 =C2=B1 4% perf-profile.calltrace.cycles-pp.cpuidle_enter.do_idle.cp= u_startup_entry.start_secondary.secondary_startup_64 25.16 =C2=B1 3% +0.0 25.18 =C2=B1 3% +1.2 26= .36 =C2=B1 4% perf-profile.calltrace.cycles-pp.cpuidle_enter_state.cpui= dle_enter.do_idle.cpu_startup_entry.start_secondary 0.35 =C2=B1 70% +0.2 0.51 =C2=B1 73% +0.2 0= .58 =C2=B1 4% perf-profile.calltrace.cycles-pp.generic_perform_write.__= generic_file_write_iter.generic_file_write_iter.new_sync_write.vfs_write 0.35 =C2=B1 70% +0.2 0.51 =C2=B1 73% +0.2 0= .58 =C2=B1 4% perf-profile.calltrace.cycles-pp.__generic_file_write_ite= r.generic_file_write_iter.new_sync_write.vfs_write.ksys_write 0.35 =C2=B1 70% +0.2 0.51 =C2=B1 73% +0.2 0= .58 =C2=B1 4% perf-profile.calltrace.cycles-pp.new_sync_write.vfs_write= .ksys_write.do_syscall_64.entry_SYSCALL_64_after_hwframe 0.35 =C2=B1 70% +0.2 0.51 =C2=B1 73% +0.2 0= .58 =C2=B1 4% perf-profile.calltrace.cycles-pp.generic_file_write_iter.= new_sync_write.vfs_write.ksys_write.do_syscall_64 0.00 +0.2 0.17 =C2=B1141% +0.0 0.00 = perf-profile.calltrace.cycles-pp.try_to_free_pages.__alloc_pages_sl= owpath.__alloc_pages_nodemask.alloc_pages_vma.shmem_alloc_page 0.00 +0.2 0.17 =C2=B1141% +0.0 0.00 = perf-profile.calltrace.cycles-pp.do_try_to_free_pages.try_to_free_p= ages.__alloc_pages_slowpath.__alloc_pages_nodemask.alloc_pages_vma 0.00 +0.2 0.17 =C2=B1141% +0.0 0.00 = perf-profile.calltrace.cycles-pp.__alloc_pages_slowpath.__alloc_pag= es_nodemask.alloc_pages_vma.shmem_alloc_page.shmem_alloc_and_acct_page 0.00 +0.2 0.18 =C2=B1141% +0.0 0.00 = perf-profile.calltrace.cycles-pp.__alloc_pages_nodemask.alloc_pages= _vma.shmem_alloc_page.shmem_alloc_and_acct_page.shmem_getpage_gfp 0.00 +0.2 0.18 =C2=B1141% +0.0 0.00 = perf-profile.calltrace.cycles-pp.alloc_pages_vma.shmem_alloc_page.s= hmem_alloc_and_acct_page.shmem_getpage_gfp.shmem_write_begin 0.00 +0.2 0.18 =C2=B1141% +0.0 0.00 = perf-profile.calltrace.cycles-pp.shmem_alloc_and_acct_page.shmem_ge= tpage_gfp.shmem_write_begin.generic_perform_write.__generic_file_write_it= er 0.00 +0.2 0.18 =C2=B1141% +0.0 0.00 = perf-profile.calltrace.cycles-pp.shmem_alloc_page.shmem_alloc_and_a= cct_page.shmem_getpage_gfp.shmem_write_begin.generic_perform_write 0.64 =C2=B1 6% +0.2 0.85 =C2=B1 8% +0.2 0= .86 =C2=B1 15% perf-profile.calltrace.cycles-pp._raw_spin_lock_irq.shrin= k_inactive_list.shrink_lruvec.shrink_node.balance_pgdat 65.23 +0.3 65.53 -1.7 63.52 =C2=B1= 2% perf-profile.calltrace.cycles-pp.__handle_mm_fault.handle_mm_fault.= do_user_addr_fault.exc_page_fault.asm_exc_page_fault 0.36 =C2=B1 70% +0.3 0.68 =C2=B1 24% +0.2 0= .59 =C2=B1 4% perf-profile.calltrace.cycles-pp.__libc_write 0.36 =C2=B1 70% +0.3 0.68 =C2=B1 24% +0.2 0= .59 =C2=B1 3% perf-profile.calltrace.cycles-pp.vfs_write.ksys_write.do_= syscall_64.entry_SYSCALL_64_after_hwframe.__libc_write 0.36 =C2=B1 70% +0.3 0.68 =C2=B1 24% +0.2 0= .59 =C2=B1 4% perf-profile.calltrace.cycles-pp.ksys_write.do_syscall_64= .entry_SYSCALL_64_after_hwframe.__libc_write 0.36 =C2=B1 70% +0.3 0.68 =C2=B1 24% +0.2 0= .59 =C2=B1 4% perf-profile.calltrace.cycles-pp.entry_SYSCALL_64_after_h= wframe.__libc_write 0.36 =C2=B1 70% +0.3 0.68 =C2=B1 24% +0.2 0= .59 =C2=B1 4% perf-profile.calltrace.cycles-pp.do_syscall_64.entry_SYSC= ALL_64_after_hwframe.__libc_write 64.85 +0.4 65.23 -1.7 63.16 =C2=B1= 2% perf-profile.calltrace.cycles-pp.do_fault.__handle_mm_fault.handle_= mm_fault.do_user_addr_fault.exc_page_fault 0.00 +0.5 0.46 =C2=B1 74% +0.0 0.00 = perf-profile.calltrace.cycles-pp.shmem_write_begin.generic_perform_= write.__generic_file_write_iter.generic_file_write_iter.new_sync_write 0.00 +0.5 0.46 =C2=B1 74% +0.0 0.00 = perf-profile.calltrace.cycles-pp.shmem_getpage_gfp.shmem_write_begi= n.generic_perform_write.__generic_file_write_iter.generic_file_write_iter 2.34 +1.1 3.46 =C2=B1 8% +0.6 2.98 =C2= =B1 6% perf-profile.calltrace.cycles-pp.smp_call_function_many_cond.on_= each_cpu_cond_mask.arch_tlbbatch_flush.try_to_unmap_flush.shrink_page_lis= t 2.45 =C2=B1 2% +1.2 3.63 =C2=B1 8% +0.6 3= .07 =C2=B1 6% perf-profile.calltrace.cycles-pp.try_to_unmap_flush.shrin= k_page_list.shrink_inactive_list.shrink_lruvec.shrink_node 2.45 =C2=B1 2% +1.2 3.63 =C2=B1 8% +0.6 3= .07 =C2=B1 6% perf-profile.calltrace.cycles-pp.arch_tlbbatch_flush.try_= to_unmap_flush.shrink_page_list.shrink_inactive_list.shrink_lruvec 2.44 =C2=B1 2% +1.2 3.62 =C2=B1 9% +0.6 3= .07 =C2=B1 6% perf-profile.calltrace.cycles-pp.on_each_cpu_cond_mask.ar= ch_tlbbatch_flush.try_to_unmap_flush.shrink_page_list.shrink_inactive_lis= t 2.00 =C2=B1 53% +1.4 3.40 =C2=B1 49% +1.1 3= .07 =C2=B1 30% perf-profile.calltrace.cycles-pp.invalidate_mapping_pages= .generic_fadvise.ksys_fadvise64_64.__x64_sys_fadvise64.do_syscall_64 2.00 =C2=B1 53% +1.4 3.41 =C2=B1 49% +1.1 3= .09 =C2=B1 30% perf-profile.calltrace.cycles-pp.__x64_sys_fadvise64.do_s= yscall_64.entry_SYSCALL_64_after_hwframe 2.00 =C2=B1 53% +1.4 3.41 =C2=B1 49% +1.1 3= .09 =C2=B1 30% perf-profile.calltrace.cycles-pp.ksys_fadvise64_64.__x64_= sys_fadvise64.do_syscall_64.entry_SYSCALL_64_after_hwframe 2.00 =C2=B1 53% +1.4 3.41 =C2=B1 49% +1.1 3= .09 =C2=B1 30% perf-profile.calltrace.cycles-pp.generic_fadvise.ksys_fad= vise64_64.__x64_sys_fadvise64.do_syscall_64.entry_SYSCALL_64_after_hwfram= e 2.03 =C2=B1 52% +1.4 3.44 =C2=B1 49% +1.1 3= .11 =C2=B1 30% perf-profile.calltrace.cycles-pp.entry_SYSCALL_64_after_h= wframe 2.03 =C2=B1 52% +1.4 3.44 =C2=B1 49% +1.1 3= .11 =C2=B1 30% perf-profile.calltrace.cycles-pp.do_syscall_64.entry_SYSC= ALL_64_after_hwframe 1.48 =C2=B1 53% +1.5 2.99 =C2=B1 51% +1.0 2= .44 =C2=B1 34% perf-profile.calltrace.cycles-pp.deactivate_file_page.inv= alidate_mapping_pages.generic_fadvise.ksys_fadvise64_64.__x64_sys_fadvise= 64 1.46 =C2=B1 52% +1.5 2.97 =C2=B1 51% +1.0 2= .41 =C2=B1 34% perf-profile.calltrace.cycles-pp.pagevec_lru_move_fn.deac= tivate_file_page.invalidate_mapping_pages.generic_fadvise.ksys_fadvise64_= 64 59.72 =C2=B1 2% +2.1 61.84 -1.2 58.47 = perf-profile.calltrace.cycles-pp.__do_fault.do_fault.__handle_mm_fa= ult.handle_mm_fault.do_user_addr_fault 59.67 =C2=B1 2% +2.1 61.80 -1.2 58.43 = perf-profile.calltrace.cycles-pp.__xfs_filemap_fault.__do_fault.do_= fault.__handle_mm_fault.handle_mm_fault 59.49 =C2=B1 2% +2.2 61.69 -1.2 58.27 = perf-profile.calltrace.cycles-pp.filemap_fault.__xfs_filemap_fault.= __do_fault.do_fault.__handle_mm_fault 40.49 =C2=B1 4% +2.3 42.79 =C2=B1 2% -3.7 36= .78 =C2=B1 4% perf-profile.calltrace.cycles-pp.__alloc_pages_nodemask.p= agecache_get_page.filemap_fault.__xfs_filemap_fault.__do_fault 0.00 +2.9 2.87 =C2=B1 52% +2.3 2.27 =C2= =B1 35% perf-profile.calltrace.cycles-pp.native_queued_spin_lock_slowpat= h._raw_spin_lock_irqsave.lock_page_lruvec_irqsave.pagevec_lru_move_fn.dea= ctivate_file_page 0.00 +2.9 2.88 =C2=B1 51% +2.3 2.28 =C2= =B1 35% perf-profile.calltrace.cycles-pp._raw_spin_lock_irqsave.lock_pag= e_lruvec_irqsave.pagevec_lru_move_fn.deactivate_file_page.invalidate_mapp= ing_pages 0.00 +2.9 2.88 =C2=B1 51% +2.3 2.29 =C2= =B1 35% perf-profile.calltrace.cycles-pp.lock_page_lruvec_irqsave.pageve= c_lru_move_fn.deactivate_file_page.invalidate_mapping_pages.generic_fadvi= se 39.15 =C2=B1 4% +3.0 42.19 =C2=B1 2% -3.3 35= .81 =C2=B1 4% perf-profile.calltrace.cycles-pp.__alloc_pages_slowpath._= _alloc_pages_nodemask.pagecache_get_page.filemap_fault.__xfs_filemap_faul= t 38.75 =C2=B1 4% +3.2 42.00 =C2=B1 2% -3.2 35= .55 =C2=B1 4% perf-profile.calltrace.cycles-pp.try_to_free_pages.__allo= c_pages_slowpath.__alloc_pages_nodemask.pagecache_get_page.filemap_fault 38.73 =C2=B1 4% +3.3 41.99 =C2=B1 2% -3.2 35= .53 =C2=B1 4% perf-profile.calltrace.cycles-pp.do_try_to_free_pages.try= _to_free_pages.__alloc_pages_slowpath.__alloc_pages_nodemask.pagecache_ge= t_page 38.73 =C2=B1 4% +3.4 42.16 =C2=B1 2% -3.2 35= .52 =C2=B1 4% perf-profile.calltrace.cycles-pp.shrink_node.do_try_to_fr= ee_pages.try_to_free_pages.__alloc_pages_slowpath.__alloc_pages_nodemask 9.97 =C2=B1 5% +3.6 13.55 =C2=B1 5% +3.7 13= .64 =C2=B1 9% perf-profile.calltrace.cycles-pp.add_to_page_cache_lru.pa= gecache_get_page.filemap_fault.__xfs_filemap_fault.__do_fault 37.92 =C2=B1 5% +3.6 41.56 =C2=B1 2% -3.2 34= .74 =C2=B1 5% perf-profile.calltrace.cycles-pp.shrink_inactive_list.shr= ink_lruvec.shrink_node.do_try_to_free_pages.try_to_free_pages 38.12 =C2=B1 5% +3.7 41.87 =C2=B1 2% -3.0 35= .09 =C2=B1 4% perf-profile.calltrace.cycles-pp.shrink_lruvec.shrink_nod= e.do_try_to_free_pages.try_to_free_pages.__alloc_pages_slowpath 7.55 =C2=B1 8% +4.6 12.16 =C2=B1 8% +4.1 11= .66 =C2=B1 12% perf-profile.calltrace.cycles-pp.lru_cache_add.add_to_pag= e_cache_lru.pagecache_get_page.filemap_fault.__xfs_filemap_fault 7.48 =C2=B1 8% +4.6 12.11 =C2=B1 8% +4.1 11= .60 =C2=B1 12% perf-profile.calltrace.cycles-pp.__pagevec_lru_add.lru_ca= che_add.add_to_page_cache_lru.pagecache_get_page.filemap_fault 50.80 =C2=B1 2% +5.8 56.57 -0.0 50.75 = perf-profile.calltrace.cycles-pp.pagecache_get_page.filemap_fault._= _xfs_filemap_fault.__do_fault.do_fault 13.35 =C2=B1 6% +8.8 22.12 =C2=B1 2% +3.6 16= .92 =C2=B1 6% perf-profile.calltrace.cycles-pp._raw_spin_lock_irq.shrin= k_inactive_list.shrink_lruvec.shrink_node.do_try_to_free_pages 13.95 =C2=B1 6% +9.0 22.92 =C2=B1 2% +3.8 17= .74 =C2=B1 6% perf-profile.calltrace.cycles-pp.native_queued_spin_lock_= slowpath._raw_spin_lock_irq.shrink_inactive_list.shrink_lruvec.shrink_nod= e 0.00 +11.3 11.34 =C2=B1 8% +10.7 10.67 =C2= =B1 13% perf-profile.calltrace.cycles-pp.native_queued_spin_lock_slowpat= h._raw_spin_lock_irqsave.lock_page_lruvec_irqsave.__pagevec_lru_add.lru_c= ache_add 0.00 +11.4 11.37 =C2=B1 8% +10.7 10.72 =C2= =B1 13% perf-profile.calltrace.cycles-pp._raw_spin_lock_irqsave.lock_pag= e_lruvec_irqsave.__pagevec_lru_add.lru_cache_add.add_to_page_cache_lru 0.00 +11.4 11.37 =C2=B1 8% +10.7 10.72 =C2= =B1 13% perf-profile.calltrace.cycles-pp.lock_page_lruvec_irqsave.__page= vec_lru_add.lru_cache_add.add_to_page_cache_lru.pagecache_get_page 16.27 =C2=B1 5% -5.2 11.05 =C2=B1 4% -7.9 8= .33 =C2=B1 5% perf-profile.children.cycles-pp.lru_note_cost 8.12 -3.4 4.77 =C2=B1 3% -1.1 7.02 =C2= =B1 7% perf-profile.children.cycles-pp.iomap_readpage 6.96 =C2=B1 2% -2.9 4.04 =C2=B1 4% -1.0 5= .99 =C2=B1 7% perf-profile.children.cycles-pp.submit_bio 6.94 =C2=B1 2% -2.9 4.03 =C2=B1 4% -1.0 5= .97 =C2=B1 7% perf-profile.children.cycles-pp.submit_bio_noacct 6.54 =C2=B1 2% -2.8 3.69 =C2=B1 4% -0.9 5= .61 =C2=B1 7% perf-profile.children.cycles-pp.pmem_submit_bio 5.90 =C2=B1 2% -2.6 3.30 =C2=B1 4% -0.9 5= .04 =C2=B1 7% perf-profile.children.cycles-pp.pmem_do_read 5.84 =C2=B1 2% -2.6 3.24 =C2=B1 4% -0.8 5= .00 =C2=B1 7% perf-profile.children.cycles-pp.__memcpy_mcsafe 4.91 -1.7 3.22 =C2=B1 3% -0.4 4.50 =C2= =B1 4% perf-profile.children.cycles-pp.xfs_filemap_map_pages 4.69 =C2=B1 2% -1.6 3.06 =C2=B1 3% -0.4 4= .30 =C2=B1 4% perf-profile.children.cycles-pp.filemap_map_pages 2.25 =C2=B1 3% -1.0 1.28 =C2=B1 22% -0.4 1= .83 =C2=B1 6% perf-profile.children.cycles-pp.__add_to_page_cache_locke= d 9.55 =C2=B1 2% -0.9 8.68 =C2=B1 2% +0.7 10= .24 =C2=B1 4% perf-profile.children.cycles-pp.shrink_page_list 2.60 -0.8 1.76 =C2=B1 3% -0.1 2.51 = perf-profile.children.cycles-pp.rmap_walk_file 1.53 =C2=B1 4% -0.8 0.70 =C2=B1 5% -0.4 1= .12 =C2=B1 5% perf-profile.children.cycles-pp.get_page_from_freelist 1.18 =C2=B1 6% -0.7 0.52 =C2=B1 9% -0.3 0= .86 =C2=B1 6% perf-profile.children.cycles-pp.rmqueue 2.37 =C2=B1 7% -0.6 1.77 =C2=B1 5% +0.2 2= .52 =C2=B1 11% perf-profile.children.cycles-pp.__remove_mapping 1.64 -0.6 1.07 =C2=B1 4% -0.1 1.56 = perf-profile.children.cycles-pp.page_referenced 1.15 =C2=B1 9% -0.5 0.62 =C2=B1 12% -0.3 0= .90 =C2=B1 13% perf-profile.children.cycles-pp.mem_cgroup_charge 2.99 =C2=B1 6% -0.5 2.48 =C2=B1 9% -0.1 2= .88 =C2=B1 14% perf-profile.children.cycles-pp.kswapd 2.99 =C2=B1 6% -0.5 2.48 =C2=B1 9% -0.1 2= .88 =C2=B1 14% perf-profile.children.cycles-pp.balance_pgdat 3.16 =C2=B1 4% -0.5 2.66 =C2=B1 9% -0.1 3= .05 =C2=B1 13% perf-profile.children.cycles-pp.ret_from_fork 3.16 =C2=B1 4% -0.5 2.66 =C2=B1 9% -0.1 3= .05 =C2=B1 13% perf-profile.children.cycles-pp.kthread 1.04 =C2=B1 9% -0.5 0.54 =C2=B1 11% -0.2 0= .82 =C2=B1 14% perf-profile.children.cycles-pp.__count_memcg_events 1.10 -0.5 0.61 =C2=B1 4% -0.2 0.92 =C2= =B1 3% perf-profile.children.cycles-pp.__list_del_entry_valid 0.80 =C2=B1 7% -0.5 0.32 =C2=B1 11% -0.2 0= .56 =C2=B1 8% perf-profile.children.cycles-pp.rmqueue_bulk 1.06 =C2=B1 2% -0.5 0.59 =C2=B1 14% -0.1 0= .93 =C2=B1 2% perf-profile.children.cycles-pp.alloc_set_pte 0.98 =C2=B1 3% -0.5 0.52 =C2=B1 9% -0.2 0= .75 =C2=B1 11% perf-profile.children.cycles-pp._raw_spin_lock 1.13 =C2=B1 5% -0.4 0.70 =C2=B1 3% -0.1 1= .00 =C2=B1 4% perf-profile.children.cycles-pp.iomap_apply 0.88 =C2=B1 3% -0.4 0.48 =C2=B1 4% -0.1 0= .74 =C2=B1 7% perf-profile.children.cycles-pp.native_irq_return_iret 1.24 -0.4 0.88 =C2=B1 9% -0.0 1.21 =C2= =B1 3% perf-profile.children.cycles-pp.try_to_unmap 0.71 =C2=B1 3% -0.4 0.36 =C2=B1 22% -0.1 0= .61 =C2=B1 2% perf-profile.children.cycles-pp.page_add_file_rmap 0.94 -0.3 0.61 =C2=B1 3% -0.1 0.88 = perf-profile.children.cycles-pp.page_referenced_one 66.88 -0.3 66.55 -2.0 64.90 =C2=B1= 2% perf-profile.children.cycles-pp.asm_exc_page_fault 0.87 =C2=B1 3% -0.3 0.55 -0.1 0.79 = perf-profile.children.cycles-pp.down_read 66.77 -0.3 66.48 -2.0 64.81 =C2=B1= 2% perf-profile.children.cycles-pp.exc_page_fault 0.96 =C2=B1 3% -0.3 0.68 =C2=B1 25% +0.0 1= .00 =C2=B1 3% perf-profile.children.cycles-pp.__mod_memcg_lruvec_state 0.81 -0.3 0.53 =C2=B1 3% -0.0 0.77 =C2= =B1 2% perf-profile.children.cycles-pp.page_vma_mapped_walk 66.72 -0.3 66.45 -2.0 64.76 =C2=B1= 2% perf-profile.children.cycles-pp.do_user_addr_fault 0.53 =C2=B1 39% -0.3 0.26 =C2=B1 75% -0.1 0= .46 =C2=B1 39% perf-profile.children.cycles-pp.start_kernel 0.95 -0.3 0.68 =C2=B1 14% -0.0 0.94 =C2= =B1 4% perf-profile.children.cycles-pp.try_to_unmap_one 25.69 =C2=B1 4% -0.2 25.44 =C2=B1 3% +1.1 26= .82 =C2=B1 4% perf-profile.children.cycles-pp.secondary_startup_64 25.69 =C2=B1 4% -0.2 25.44 =C2=B1 3% +1.1 26= .82 =C2=B1 4% perf-profile.children.cycles-pp.cpu_startup_entry 25.69 =C2=B1 4% -0.2 25.44 =C2=B1 3% +1.1 26= .82 =C2=B1 4% perf-profile.children.cycles-pp.do_idle 25.68 =C2=B1 4% -0.2 25.43 =C2=B1 3% +1.1 26= .82 =C2=B1 4% perf-profile.children.cycles-pp.cpuidle_enter 25.68 =C2=B1 4% -0.2 25.43 =C2=B1 3% +1.1 26= .82 =C2=B1 4% perf-profile.children.cycles-pp.cpuidle_enter_state 0.85 =C2=B1 2% -0.2 0.60 =C2=B1 2% -0.0 0= .82 =C2=B1 4% perf-profile.children.cycles-pp.unlock_page 0.52 =C2=B1 11% -0.2 0.29 =C2=B1 2% -0.1 0= .43 =C2=B1 6% perf-profile.children.cycles-pp.xfs_read_iomap_begin 0.52 =C2=B1 5% -0.2 0.30 =C2=B1 10% -0.1 0= .45 =C2=B1 10% perf-profile.children.cycles-pp.__mod_memcg_state 0.53 =C2=B1 8% -0.2 0.31 =C2=B1 7% +0.0 0= .57 =C2=B1 11% perf-profile.children.cycles-pp.workingset_eviction 25.60 =C2=B1 4% -0.2 25.39 =C2=B1 3% +1.1 26= .70 =C2=B1 3% perf-profile.children.cycles-pp.intel_idle 0.44 =C2=B1 12% -0.2 0.23 =C2=B1 14% -0.1 0= .31 =C2=B1 18% perf-profile.children.cycles-pp.get_mem_cgroup_from_mm 0.67 =C2=B1 4% -0.2 0.47 =C2=B1 4% -0.0 0= .66 perf-profile.children.cycles-pp.asm_call_sysvec_on_stack 0.62 =C2=B1 12% -0.2 0.44 =C2=B1 5% +0.0 0= .63 =C2=B1 3% perf-profile.children.cycles-pp.xas_store 0.57 -0.2 0.38 =C2=B1 4% -0.0 0.56 =C2= =B1 9% perf-profile.children.cycles-pp.free_unref_page_list 0.68 -0.2 0.50 =C2=B1 11% +0.0 0.69 =C2= =B1 5% perf-profile.children.cycles-pp.__delete_from_page_cache 0.42 =C2=B1 10% -0.2 0.25 =C2=B1 18% -0.1 0= .36 =C2=B1 2% perf-profile.children.cycles-pp.shrink_slab 0.33 =C2=B1 2% -0.2 0.16 =C2=B1 7% -0.1 0= .24 =C2=B1 5% perf-profile.children.cycles-pp.__mod_lruvec_state 0.47 -0.2 0.30 =C2=B1 7% -0.0 0.42 =C2= =B1 5% perf-profile.children.cycles-pp.up_read 0.57 =C2=B1 2% -0.2 0.40 =C2=B1 5% +0.0 0= .57 =C2=B1 2% perf-profile.children.cycles-pp.asm_sysvec_apic_timer_int= errupt 0.36 =C2=B1 5% -0.2 0.19 -0.0 0.32 =C2= =B1 6% perf-profile.children.cycles-pp.iomap_read_end_io 0.51 -0.2 0.35 =C2=B1 4% -0.0 0.49 =C2= =B1 3% perf-profile.children.cycles-pp.iomap_readpage_actor 0.52 =C2=B1 3% -0.2 0.36 =C2=B1 4% +0.0 0= .52 =C2=B1 3% perf-profile.children.cycles-pp.sysvec_apic_timer_interru= pt 0.29 =C2=B1 2% -0.2 0.13 =C2=B1 9% -0.1 0= .20 =C2=B1 4% perf-profile.children.cycles-pp.__mod_node_page_state 0.49 =C2=B1 3% -0.2 0.34 =C2=B1 5% +0.0 0= .49 =C2=B1 3% perf-profile.children.cycles-pp.__sysvec_apic_timer_inter= rupt 0.48 =C2=B1 4% -0.1 0.33 =C2=B1 7% +0.0 0= .48 =C2=B1 3% perf-profile.children.cycles-pp.hrtimer_interrupt 0.55 =C2=B1 9% -0.1 0.40 =C2=B1 8% +0.0 0= .56 =C2=B1 5% perf-profile.children.cycles-pp.xas_load 0.57 =C2=B1 14% -0.1 0.43 =C2=B1 13% -0.0 0= .55 =C2=B1 17% perf-profile.children.cycles-pp.free_pcppages_bulk 0.25 =C2=B1 6% -0.1 0.12 =C2=B1 3% -0.0 0= .22 =C2=B1 5% perf-profile.children.cycles-pp.iomap_set_range_uptodate 0.30 =C2=B1 8% -0.1 0.17 =C2=B1 2% +0.0 0= .33 =C2=B1 8% perf-profile.children.cycles-pp.workingset_age_nonresiden= t 0.41 =C2=B1 5% -0.1 0.28 =C2=B1 5% -0.0 0= .40 =C2=B1 3% perf-profile.children.cycles-pp.__hrtimer_run_queues 0.37 -0.1 0.25 -0.0 0.35 =C2=B1= 3% perf-profile.children.cycles-pp.sync_regs 0.30 -0.1 0.19 =C2=B1 12% -0.1 0.25 =C2= =B1 8% perf-profile.children.cycles-pp.tick_sched_timer 0.33 -0.1 0.22 =C2=B1 3% -0.0 0.31 =C2= =B1 6% perf-profile.children.cycles-pp.xas_create 0.29 -0.1 0.19 =C2=B1 10% -0.0 0.24 =C2= =B1 9% perf-profile.children.cycles-pp.tick_sched_handle 0.29 -0.1 0.19 =C2=B1 10% -0.0 0.24 =C2= =B1 9% perf-profile.children.cycles-pp.update_process_times 0.30 =C2=B1 3% -0.1 0.20 =C2=B1 4% -0.0 0= .28 =C2=B1 6% perf-profile.children.cycles-pp.asm_sysvec_call_function 66.24 -0.1 66.13 -1.9 64.33 =C2=B1= 2% perf-profile.children.cycles-pp.handle_mm_fault 0.33 =C2=B1 2% -0.1 0.23 =C2=B1 9% -0.0 0= .31 =C2=B1 4% perf-profile.children.cycles-pp.xas_find 0.30 =C2=B1 3% -0.1 0.21 =C2=B1 2% -0.0 0= .27 =C2=B1 3% perf-profile.children.cycles-pp.xfs_ilock 0.23 =C2=B1 8% -0.1 0.14 =C2=B1 3% -0.0 0= .20 =C2=B1 10% perf-profile.children.cycles-pp.try_charge 0.19 =C2=B1 11% -0.1 0.10 =C2=B1 16% -0.0 0= .16 =C2=B1 8% perf-profile.children.cycles-pp.mem_cgroup_charge_statist= ics 0.09 =C2=B1 9% -0.1 0.00 -0.1 0.00 = perf-profile.children.cycles-pp.wake_all_kswapds 0.23 =C2=B1 2% -0.1 0.14 =C2=B1 10% -0.0 0= .19 =C2=B1 7% perf-profile.children.cycles-pp.scheduler_tick 0.18 =C2=B1 14% -0.1 0.10 -0.0 0.16 =C2= =B1 10% perf-profile.children.cycles-pp.xfs_bmapi_read 0.17 =C2=B1 5% -0.1 0.09 =C2=B1 18% -0.0 0= .15 =C2=B1 13% perf-profile.children.cycles-pp.lock_page_memcg 0.26 -0.1 0.18 =C2=B1 2% -0.0 0.24 = perf-profile.children.cycles-pp.___might_sleep 0.07 =C2=B1 6% -0.1 0.00 -0.1 0.00 = perf-profile.children.cycles-pp.wakeup_kswapd 0.22 =C2=B1 2% -0.1 0.14 =C2=B1 6% -0.0 0= .19 =C2=B1 6% perf-profile.children.cycles-pp.xfs_iunlock 0.22 =C2=B1 2% -0.1 0.14 =C2=B1 3% -0.0 0= .19 =C2=B1 6% perf-profile.children.cycles-pp.sysvec_call_function 0.20 =C2=B1 2% -0.1 0.13 =C2=B1 3% -0.0 0= .18 =C2=B1 4% perf-profile.children.cycles-pp._cond_resched 0.15 =C2=B1 8% -0.1 0.08 =C2=B1 6% -0.0 0= .11 =C2=B1 7% perf-profile.children.cycles-pp.xfs_ilock_for_iomap 0.20 =C2=B1 2% -0.1 0.13 -0.0 0.17 =C2= =B1 7% perf-profile.children.cycles-pp.flush_smp_call_function_queue 0.20 =C2=B1 2% -0.1 0.13 -0.0 0.18 =C2= =B1 4% perf-profile.children.cycles-pp.__sysvec_call_function 0.23 -0.1 0.16 =C2=B1 2% -0.0 0.23 =C2= =B1 4% perf-profile.children.cycles-pp.bio_alloc_bioset 0.16 =C2=B1 13% -0.1 0.09 =C2=B1 22% -0.0 0= .14 =C2=B1 8% perf-profile.children.cycles-pp.down_read_trylock 0.22 =C2=B1 5% -0.1 0.15 =C2=B1 5% +0.0 0= .22 =C2=B1 5% perf-profile.children.cycles-pp.find_get_entry 0.15 =C2=B1 3% -0.1 0.09 =C2=B1 5% -0.0 0= .13 =C2=B1 9% perf-profile.children.cycles-pp.workingset_refault 0.19 =C2=B1 5% -0.1 0.13 =C2=B1 3% -0.0 0= .18 =C2=B1 9% perf-profile.children.cycles-pp.__perf_sw_event 0.06 =C2=B1 8% -0.1 0.00 -0.0 0.04 =C2= =B1 71% perf-profile.children.cycles-pp.cpumask_any_but 0.06 =C2=B1 8% -0.1 0.00 -0.0 0.05 =C2= =B1 8% perf-profile.children.cycles-pp.find_vma 0.06 =C2=B1 8% -0.1 0.00 +0.0 0.06 =C2= =B1 8% perf-profile.children.cycles-pp.default_send_IPI_mask_sequence_p= hys 0.13 =C2=B1 10% -0.1 0.07 =C2=B1 12% -0.0 0= .11 =C2=B1 14% perf-profile.children.cycles-pp.page_counter_try_charge 0.07 =C2=B1 11% -0.1 0.02 =C2=B1141% -0.1 0= .00 perf-profile.children.cycles-pp.native_flush_tlb_one_user 0.07 -0.1 0.02 =C2=B1141% -0.0 0.06 =C2= =B1 13% perf-profile.children.cycles-pp.bio_endio 0.12 =C2=B1 3% -0.1 0.07 =C2=B1 11% -0.0 0= .10 =C2=B1 9% perf-profile.children.cycles-pp.task_tick_fair 0.15 =C2=B1 6% -0.1 0.10 =C2=B1 4% -0.0 0= .13 =C2=B1 9% perf-profile.children.cycles-pp.do_shrink_slab 0.05 -0.1 0.00 -0.1 0.00 = perf-profile.children.cycles-pp.vmacache_find 0.05 -0.1 0.00 -0.1 0.00 = perf-profile.children.cycles-pp.bio_init 0.05 -0.1 0.00 -0.1 0.00 = perf-profile.children.cycles-pp.update_load_avg 0.05 -0.1 0.00 -0.1 0.00 = perf-profile.children.cycles-pp.ghes_notify_nmi 0.05 -0.1 0.00 -0.0 0.04 =C2=B1= 71% perf-profile.children.cycles-pp.llist_reverse_order 0.05 -0.1 0.00 +0.0 0.05 = perf-profile.children.cycles-pp.check_pte 0.07 =C2=B1 14% -0.1 0.02 =C2=B1141% -0.1 0= .00 perf-profile.children.cycles-pp.acpi_os_read_memory 0.16 =C2=B1 5% -0.1 0.11 =C2=B1 4% -0.0 0= .16 =C2=B1 5% perf-profile.children.cycles-pp.page_mapping 0.07 =C2=B1 7% -0.1 0.02 =C2=B1141% -0.0 0= .06 =C2=B1 7% perf-profile.children.cycles-pp.ptep_clear_flush_young 0.32 -0.0 0.27 -0.0 0.29 =C2=B1= 11% perf-profile.children.cycles-pp.submit_bio_checks 0.14 =C2=B1 5% -0.0 0.09 =C2=B1 5% -0.0 0= .13 =C2=B1 9% perf-profile.children.cycles-pp.___perf_sw_event 0.15 -0.0 0.10 =C2=B1 4% +0.0 0.15 =C2= =B1 3% perf-profile.children.cycles-pp.mempool_alloc 0.15 =C2=B1 3% -0.0 0.11 =C2=B1 4% -0.0 0= .14 =C2=B1 13% perf-profile.children.cycles-pp.mem_cgroup_uncharge_list 0.16 =C2=B1 55% -0.0 0.12 =C2=B1 33% +0.0 0= .20 =C2=B1 15% perf-profile.children.cycles-pp.pagevec_lookup_entries 0.16 =C2=B1 55% -0.0 0.12 =C2=B1 33% +0.0 0= .20 =C2=B1 15% perf-profile.children.cycles-pp.find_get_entries 0.08 =C2=B1 6% -0.0 0.03 =C2=B1 70% -0.0 0= .06 =C2=B1 7% perf-profile.children.cycles-pp.bio_associate_blkg_from_c= ss 0.08 =C2=B1 6% -0.0 0.03 =C2=B1 70% -0.0 0= .07 perf-profile.children.cycles-pp.__mod_zone_page_state 0.08 =C2=B1 22% -0.0 0.03 =C2=B1 70% +0.0 0= .08 =C2=B1 12% perf-profile.children.cycles-pp.kmem_cache_free 0.11 =C2=B1 8% -0.0 0.06 =C2=B1 7% -0.0 0= .09 =C2=B1 5% perf-profile.children.cycles-pp.rcu_all_qs 0.14 -0.0 0.10 =C2=B1 4% -0.0 0.14 =C2= =B1 3% perf-profile.children.cycles-pp.__might_sleep 0.04 =C2=B1 71% -0.0 0.00 +0.0 0.06 =C2= =B1 7% perf-profile.children.cycles-pp.copy_user_enhanced_fast_string 0.04 =C2=B1 71% -0.0 0.00 +0.0 0.06 =C2= =B1 7% perf-profile.children.cycles-pp.iov_iter_copy_from_user_atomic 0.04 =C2=B1 70% -0.0 0.00 +0.0 0.06 =C2= =B1 7% perf-profile.children.cycles-pp.copyin 0.94 -0.0 0.90 -0.0 0.93 =C2=B1= 2% perf-profile.children.cycles-pp.isolate_lru_pages 0.07 -0.0 0.03 =C2=B1 70% -0.0 0.06 =C2= =B1 8% perf-profile.children.cycles-pp.perf_event_task_tick 0.13 =C2=B1 3% -0.0 0.09 =C2=B1 9% -0.0 0= .11 =C2=B1 4% perf-profile.children.cycles-pp.ktime_get 0.13 =C2=B1 14% -0.0 0.10 =C2=B1 17% +0.0 0= .13 =C2=B1 7% perf-profile.children.cycles-pp.xas_init_marks 0.12 =C2=B1 21% -0.0 0.09 =C2=B1 10% +0.0 0= .13 =C2=B1 10% perf-profile.children.cycles-pp.release_pages 0.11 =C2=B1 4% -0.0 0.08 =C2=B1 6% -0.0 0= .11 =C2=B1 12% perf-profile.children.cycles-pp.uncharge_batch 0.10 =C2=B1 4% -0.0 0.06 =C2=B1 14% -0.0 0= .08 =C2=B1 10% perf-profile.children.cycles-pp.bio_associate_blkg 0.03 =C2=B1 70% -0.0 0.00 -0.0 0.00 = perf-profile.children.cycles-pp.mem_cgroup_iter 0.03 =C2=B1 70% -0.0 0.00 -0.0 0.02 =C2= =B1141% perf-profile.children.cycles-pp.xfs_bmbt_to_iomap 0.03 =C2=B1 70% -0.0 0.00 -0.0 0.02 =C2= =B1141% perf-profile.children.cycles-pp.__default_send_IPI_dest_field 0.03 =C2=B1 70% -0.0 0.00 +0.0 0.03 =C2= =B1 70% perf-profile.children.cycles-pp.cpumask_next 0.05 -0.0 0.02 =C2=B1141% +0.0 0.05 =C2= =B1 8% perf-profile.children.cycles-pp.mem_cgroup_update_lru_size 0.10 =C2=B1 17% -0.0 0.07 =C2=B1 7% +0.0 0= .10 =C2=B1 4% perf-profile.children.cycles-pp.workingset_update_node 0.23 =C2=B1 4% -0.0 0.20 =C2=B1 37% +0.0 0= .26 perf-profile.children.cycles-pp.page_remove_rmap 0.09 =C2=B1 5% -0.0 0.07 =C2=B1 7% -0.0 0= .09 =C2=B1 10% perf-profile.children.cycles-pp.count_shadow_nodes 0.09 =C2=B1 5% -0.0 0.07 =C2=B1 7% -0.0 0= .09 =C2=B1 9% perf-profile.children.cycles-pp.PageHuge 0.09 =C2=B1 9% -0.0 0.06 =C2=B1 7% +0.0 0= .09 =C2=B1 9% perf-profile.children.cycles-pp.page_counter_cancel 0.09 =C2=B1 9% -0.0 0.06 =C2=B1 7% +0.0 0= .09 =C2=B1 13% perf-profile.children.cycles-pp.page_counter_uncharge 0.03 =C2=B1141% -0.0 0.00 +0.0 0.04 =C2= =B1 71% perf-profile.children.cycles-pp.__softirqentry_text_start 0.08 =C2=B1 20% -0.0 0.06 =C2=B1 79% +0.0 0= .12 =C2=B1 26% perf-profile.children.cycles-pp.__intel_pmu_enable_all 0.02 =C2=B1141% -0.0 0.00 -0.0 0.02 =C2= =B1141% perf-profile.children.cycles-pp.rcu_core 0.02 =C2=B1141% -0.0 0.00 -0.0 0.02 =C2= =B1141% perf-profile.children.cycles-pp.rcu_do_batch 0.08 =C2=B1 14% -0.0 0.06 =C2=B1 23% +0.0 0= .08 =C2=B1 5% perf-profile.children.cycles-pp.xas_clear_mark 0.08 =C2=B1 20% -0.0 0.06 =C2=B1 81% +0.0 0= .13 =C2=B1 28% perf-profile.children.cycles-pp.perf_mux_hrtimer_handler 0.21 =C2=B1 15% -0.0 0.19 =C2=B1 18% -0.1 0= .15 =C2=B1 16% perf-profile.children.cycles-pp.__poll 0.21 =C2=B1 15% -0.0 0.19 =C2=B1 18% -0.1 0= .15 =C2=B1 16% perf-profile.children.cycles-pp.__x64_sys_poll 0.21 =C2=B1 15% -0.0 0.19 =C2=B1 18% -0.1 0= .15 =C2=B1 16% perf-profile.children.cycles-pp.do_sys_poll 0.17 =C2=B1 5% -0.0 0.14 =C2=B1 8% +0.0 0= .19 =C2=B1 6% perf-profile.children.cycles-pp._raw_spin_unlock_irqresto= re 0.18 -0.0 0.16 =C2=B1 31% +0.0 0.21 =C2= =B1 2% perf-profile.children.cycles-pp.unaccount_page_cache_page 0.07 =C2=B1 6% -0.0 0.05 =C2=B1 8% -0.0 0= .07 =C2=B1 7% perf-profile.children.cycles-pp.flush_tlb_func_common 0.05 =C2=B1 8% -0.0 0.03 =C2=B1 70% +0.0 0= .05 =C2=B1 72% perf-profile.children.cycles-pp.perf_session__deliver_eve= nt 0.02 =C2=B1141% -0.0 0.00 -0.0 0.00 = perf-profile.children.cycles-pp.xfs_bmapi_update_map 0.02 =C2=B1141% -0.0 0.00 -0.0 0.00 = perf-profile.children.cycles-pp.mem_cgroup_page_lruvec 0.07 -0.0 0.05 +0.0 0.07 = perf-profile.children.cycles-pp._find_next_bit 0.02 =C2=B1141% -0.0 0.00 -0.0 0.00 = perf-profile.children.cycles-pp.shmem_mapping 0.02 =C2=B1141% -0.0 0.00 -0.0 0.00 = perf-profile.children.cycles-pp.xfs_filemap_fault 0.02 =C2=B1141% -0.0 0.00 -0.0 0.00 = perf-profile.children.cycles-pp.fput_many 0.02 =C2=B1141% -0.0 0.00 -0.0 0.00 = perf-profile.children.cycles-pp.irq_exit_rcu 0.02 =C2=B1141% -0.0 0.00 -0.0 0.00 = perf-profile.children.cycles-pp.to_nd_region 0.02 =C2=B1141% -0.0 0.00 -0.0 0.00 = perf-profile.children.cycles-pp.mem_cgroup_from_task 0.02 =C2=B1141% -0.0 0.00 -0.0 0.00 = perf-profile.children.cycles-pp.list_lru_del 0.02 =C2=B1141% -0.0 0.00 -0.0 0.00 = perf-profile.children.cycles-pp.xas_alloc 0.02 =C2=B1141% -0.0 0.00 +0.0 0.02 =C2= =B1141% perf-profile.children.cycles-pp.smpboot_thread_fn 0.02 =C2=B1141% -0.0 0.00 +0.0 0.02 =C2= =B1141% perf-profile.children.cycles-pp.run_ksoftirqd 0.03 =C2=B1 70% -0.0 0.02 =C2=B1141% +0.0 0= .05 =C2=B1 71% perf-profile.children.cycles-pp.perf_session__process_use= r_event 0.03 =C2=B1 70% -0.0 0.02 =C2=B1141% +0.0 0= .05 =C2=B1 71% perf-profile.children.cycles-pp.__ordered_events__flush 0.08 -0.0 0.06 =C2=B1 7% -0.0 0.07 =C2= =B1 14% perf-profile.children.cycles-pp.read_tsc 0.19 =C2=B1 12% -0.0 0.18 =C2=B1 19% -0.1 0= .13 =C2=B1 16% perf-profile.children.cycles-pp.perf_poll 0.09 -0.0 0.08 =C2=B1 22% +0.0 0.09 =C2= =B1 72% perf-profile.children.cycles-pp.process_simple 0.09 =C2=B1 14% -0.0 0.07 =C2=B1 25% +0.0 0= .09 =C2=B1 5% perf-profile.children.cycles-pp.xas_start 0.17 -0.0 0.16 =C2=B1 18% -0.0 0.17 =C2= =B1 37% perf-profile.children.cycles-pp.cmd_record 0.15 =C2=B1 3% -0.0 0.14 =C2=B1 17% -0.0 0= .15 =C2=B1 37% perf-profile.children.cycles-pp.perf_session__process_eve= nts 0.15 =C2=B1 3% -0.0 0.14 =C2=B1 17% -0.0 0= .15 =C2=B1 38% perf-profile.children.cycles-pp.record__finish_output 0.12 =C2=B1 10% -0.0 0.12 -0.0 0.11 =C2= =B1 12% perf-profile.children.cycles-pp.blk_throtl_bio 0.21 =C2=B1 39% -0.0 0.21 =C2=B1 68% -0.1 0= .16 =C2=B1 29% perf-profile.children.cycles-pp.kmem_cache_alloc 0.15 =C2=B1 10% +0.0 0.15 =C2=B1 23% -0.1 0= .10 =C2=B1 25% perf-profile.children.cycles-pp.__pollwait 0.00 +0.0 0.00 +0.0 0.02 =C2=B1= 141% perf-profile.children.cycles-pp.ordered_events__queue 0.00 +0.0 0.00 +0.0 0.02 =C2=B1= 141% perf-profile.children.cycles-pp.queue_event 0.00 +0.0 0.00 +0.0 0.02 =C2=B1= 141% perf-profile.children.cycles-pp.bio_add_page 0.00 +0.0 0.00 +0.0 0.02 =C2=B1= 141% perf-profile.children.cycles-pp.clockevents_program_event 0.17 =C2=B1 11% +0.0 0.18 =C2=B1 16% -0.1 0= .11 =C2=B1 23% perf-profile.children.cycles-pp.__get_free_pages 0.07 =C2=B1 11% +0.0 0.08 =C2=B1 5% -0.0 0= .06 =C2=B1 8% perf-profile.children.cycles-pp.percpu_counter_add_batch 0.12 =C2=B1 68% +0.0 0.13 =C2=B1 33% -0.0 0= .11 =C2=B1 71% perf-profile.children.cycles-pp.drain_pages 25.16 =C2=B1 3% +0.0 25.18 =C2=B1 3% +1.2 26= .36 =C2=B1 4% perf-profile.children.cycles-pp.start_secondary 0.13 =C2=B1 61% +0.0 0.15 =C2=B1 28% -0.0 0= .12 =C2=B1 70% perf-profile.children.cycles-pp.worker_thread 0.13 =C2=B1 65% +0.0 0.15 =C2=B1 32% -0.0 0= .12 =C2=B1 70% perf-profile.children.cycles-pp.process_one_work 0.00 +0.0 0.02 =C2=B1141% +0.0 0.00 = perf-profile.children.cycles-pp.exec_binprm 0.00 +0.0 0.02 =C2=B1141% +0.0 0.00 = perf-profile.children.cycles-pp.load_elf_binary 0.12 =C2=B1 70% +0.0 0.14 =C2=B1 35% -0.0 0= .11 =C2=B1 70% perf-profile.children.cycles-pp.drain_local_pages_wq 0.12 =C2=B1 70% +0.0 0.14 =C2=B1 35% -0.0 0= .11 =C2=B1 70% perf-profile.children.cycles-pp.drain_pages_zone 0.00 +0.0 0.02 =C2=B1141% +0.0 0.00 = perf-profile.children.cycles-pp.bprm_execve 0.00 +0.0 0.02 =C2=B1141% +0.0 0.00 = perf-profile.children.cycles-pp.mm_init 0.00 +0.0 0.02 =C2=B1141% +0.0 0.00 = perf-profile.children.cycles-pp.pgd_alloc 0.06 +0.0 0.09 =C2=B1 9% +0.0 0.07 =C2= =B1 14% perf-profile.children.cycles-pp.lru_add_drain 0.00 +0.0 0.03 =C2=B1 70% +0.0 0.00 = perf-profile.children.cycles-pp.__vmalloc_node_range 0.06 =C2=B1 8% +0.0 0.09 =C2=B1 9% +0.0 0= .06 =C2=B1 7% perf-profile.children.cycles-pp.lru_add_drain_cpu 0.10 =C2=B1 4% +0.0 0.13 =C2=B1 3% +0.0 0= .12 perf-profile.children.cycles-pp.__list_add_valid 0.00 +0.0 0.04 =C2=B1 70% +0.0 0.00 = perf-profile.children.cycles-pp.__x64_sys_execve 0.00 +0.0 0.04 =C2=B1 70% +0.0 0.00 = perf-profile.children.cycles-pp.do_execveat_common 0.00 +0.0 0.04 =C2=B1 70% +0.0 0.00 = perf-profile.children.cycles-pp.execve 0.07 =C2=B1141% +0.0 0.11 =C2=B1141% -0.0 0= .03 =C2=B1141% perf-profile.children.cycles-pp.xas_nomem 0.09 =C2=B1103% +0.0 0.13 =C2=B1111% -0.1 0= .04 =C2=B1141% perf-profile.children.cycles-pp.__slab_alloc 0.09 =C2=B1103% +0.0 0.13 =C2=B1111% -0.1 0= .04 =C2=B1141% perf-profile.children.cycles-pp.___slab_alloc 0.09 =C2=B1103% +0.0 0.13 =C2=B1111% -0.1 0= .04 =C2=B1141% perf-profile.children.cycles-pp.allocate_slab 0.02 =C2=B1141% +0.0 0.06 =C2=B1 77% +0.0 0= .03 =C2=B1141% perf-profile.children.cycles-pp.do_anonymous_page 0.04 =C2=B1 71% +0.1 0.10 =C2=B1 48% -0.0 0= .00 perf-profile.children.cycles-pp.pte_alloc_one 0.11 =C2=B1 23% +0.1 0.17 =C2=B1 16% -0.0 0= .10 =C2=B1 8% perf-profile.children.cycles-pp.smp_call_function_single 0.00 +0.1 0.07 =C2=B1 23% +0.0 0.02 =C2= =B1141% perf-profile.children.cycles-pp.__do_sys_clone 0.00 +0.1 0.07 =C2=B1 23% +0.0 0.02 =C2= =B1141% perf-profile.children.cycles-pp._do_fork 0.00 +0.1 0.07 =C2=B1 23% +0.0 0.02 =C2= =B1141% perf-profile.children.cycles-pp.copy_process 0.00 +0.1 0.07 =C2=B1 23% +0.0 0.02 =C2= =B1141% perf-profile.children.cycles-pp.__libc_fork 0.15 =C2=B1 56% +0.1 0.27 =C2=B1 36% +0.2 0= .31 =C2=B1 51% perf-profile.children.cycles-pp.shrink_active_list 0.25 =C2=B1 8% +0.1 0.39 =C2=B1 30% +0.0 0= .28 =C2=B1 12% perf-profile.children.cycles-pp.shmem_alloc_and_acct_page 0.24 =C2=B1 10% +0.1 0.39 =C2=B1 30% +0.0 0= .28 =C2=B1 12% perf-profile.children.cycles-pp.shmem_alloc_page 0.30 =C2=B1 3% +0.2 0.46 =C2=B1 4% +0.0 0= .35 =C2=B1 6% perf-profile.children.cycles-pp.move_pages_to_lru 0.29 =C2=B1 7% +0.2 0.47 =C2=B1 30% +0.0 0= .33 =C2=B1 15% perf-profile.children.cycles-pp.alloc_pages_vma 0.49 =C2=B1 15% +0.2 0.68 =C2=B1 23% +0.1 0= .59 =C2=B1 4% perf-profile.children.cycles-pp.vfs_write 0.49 =C2=B1 15% +0.2 0.68 =C2=B1 23% +0.1 0= .59 =C2=B1 4% perf-profile.children.cycles-pp.ksys_write 0.49 =C2=B1 15% +0.2 0.68 =C2=B1 23% +0.1 0= .59 =C2=B1 4% perf-profile.children.cycles-pp.__libc_write 0.48 =C2=B1 14% +0.2 0.68 =C2=B1 23% +0.1 0= .58 =C2=B1 4% perf-profile.children.cycles-pp.generic_file_write_iter 0.48 =C2=B1 15% +0.2 0.68 =C2=B1 24% +0.1 0= .59 =C2=B1 3% perf-profile.children.cycles-pp.new_sync_write 0.47 =C2=B1 15% +0.2 0.68 =C2=B1 23% +0.1 0= .58 =C2=B1 4% perf-profile.children.cycles-pp.generic_perform_write 0.47 =C2=B1 15% +0.2 0.68 =C2=B1 23% +0.1 0= .58 =C2=B1 4% perf-profile.children.cycles-pp.__generic_file_write_iter 0.38 =C2=B1 12% +0.2 0.60 =C2=B1 27% +0.1 0= .46 =C2=B1 5% perf-profile.children.cycles-pp.shmem_write_begin 0.37 =C2=B1 12% +0.2 0.60 =C2=B1 27% +0.1 0= .46 =C2=B1 5% perf-profile.children.cycles-pp.shmem_getpage_gfp 65.30 +0.3 65.61 -1.7 63.57 =C2=B1= 2% perf-profile.children.cycles-pp.__handle_mm_fault 64.91 +0.4 65.30 -1.7 63.20 =C2=B1= 2% perf-profile.children.cycles-pp.do_fault 2.71 +1.1 3.81 =C2=B1 3% +0.7 3.44 =C2= =B1 3% perf-profile.children.cycles-pp.smp_call_function_many_cond 2.82 +1.2 3.98 =C2=B1 3% +0.7 3.55 =C2= =B1 3% perf-profile.children.cycles-pp.on_each_cpu_cond_mask 2.82 +1.2 3.98 =C2=B1 3% +0.7 3.55 =C2= =B1 3% perf-profile.children.cycles-pp.try_to_unmap_flush 2.82 +1.2 3.98 =C2=B1 3% +0.7 3.55 =C2= =B1 3% perf-profile.children.cycles-pp.arch_tlbbatch_flush 2.00 =C2=B1 53% +1.4 3.41 =C2=B1 49% +1.1 3= .08 =C2=B1 30% perf-profile.children.cycles-pp.invalidate_mapping_pages 2.00 =C2=B1 53% +1.4 3.41 =C2=B1 49% +1.1 3= .09 =C2=B1 30% perf-profile.children.cycles-pp.__x64_sys_fadvise64 2.00 =C2=B1 53% +1.4 3.41 =C2=B1 49% +1.1 3= .09 =C2=B1 30% perf-profile.children.cycles-pp.ksys_fadvise64_64 2.00 =C2=B1 53% +1.4 3.41 =C2=B1 49% +1.1 3= .09 =C2=B1 30% perf-profile.children.cycles-pp.generic_fadvise 1.48 =C2=B1 53% +1.5 2.99 =C2=B1 51% +1.0 2= .44 =C2=B1 34% perf-profile.children.cycles-pp.deactivate_file_page 1.46 =C2=B1 53% +1.5 2.99 =C2=B1 51% +1.0 2= .42 =C2=B1 34% perf-profile.children.cycles-pp.pagevec_lru_move_fn 2.86 =C2=B1 38% +1.6 4.50 =C2=B1 33% +1.1 3= .96 =C2=B1 22% perf-profile.children.cycles-pp.entry_SYSCALL_64_after_hw= frame 2.85 =C2=B1 38% +1.6 4.50 =C2=B1 33% +1.1 3= .96 =C2=B1 22% perf-profile.children.cycles-pp.do_syscall_64 59.72 =C2=B1 2% +2.1 61.84 -1.2 58.47 = perf-profile.children.cycles-pp.__do_fault 59.67 =C2=B1 2% +2.1 61.81 -1.2 58.43 = perf-profile.children.cycles-pp.__xfs_filemap_fault 59.50 =C2=B1 2% +2.2 61.70 -1.2 58.28 = perf-profile.children.cycles-pp.filemap_fault 41.13 =C2=B1 4% +2.6 43.75 =C2=B1 2% -3.8 37= .34 =C2=B1 5% perf-profile.children.cycles-pp.__alloc_pages_nodemask 42.33 =C2=B1 4% +3.1 45.41 =C2=B1 2% -3.4 38= .92 =C2=B1 4% perf-profile.children.cycles-pp.shrink_node 41.51 =C2=B1 4% +3.3 44.82 =C2=B1 3% -3.4 38= .14 =C2=B1 4% perf-profile.children.cycles-pp.shrink_inactive_list 39.76 =C2=B1 4% +3.4 43.13 =C2=B1 2% -3.4 36= .34 =C2=B1 5% perf-profile.children.cycles-pp.__alloc_pages_slowpath 41.70 =C2=B1 4% +3.4 45.10 =C2=B1 2% -3.2 38= .48 =C2=B1 4% perf-profile.children.cycles-pp.shrink_lruvec 9.97 =C2=B1 5% +3.6 13.55 =C2=B1 5% +3.7 13= .64 =C2=B1 9% perf-profile.children.cycles-pp.add_to_page_cache_lru 39.36 =C2=B1 4% +3.6 42.94 =C2=B1 2% -3.3 36= .06 =C2=B1 5% perf-profile.children.cycles-pp.try_to_free_pages 39.34 =C2=B1 4% +3.6 42.93 =C2=B1 2% -3.3 36= .05 =C2=B1 5% perf-profile.children.cycles-pp.do_try_to_free_pages 30.64 =C2=B1 5% +4.1 34.75 =C2=B1 3% -4.0 26= .64 =C2=B1 5% perf-profile.children.cycles-pp._raw_spin_lock_irq 7.63 =C2=B1 7% +4.7 12.34 =C2=B1 7% +4.2 11= .81 =C2=B1 12% perf-profile.children.cycles-pp.lru_cache_add 7.62 =C2=B1 8% +4.8 12.38 =C2=B1 7% +4.2 11= .81 =C2=B1 12% perf-profile.children.cycles-pp.__pagevec_lru_add 50.80 =C2=B1 2% +5.8 56.57 -0.0 50.75 = perf-profile.children.cycles-pp.pagecache_get_page 9.01 =C2=B1 12% +6.2 15.23 =C2=B1 16% +5.1 14= .14 =C2=B1 15% perf-profile.children.cycles-pp._raw_spin_lock_irqsave 39.95 =C2=B1 2% +10.1 50.03 =C2=B1 2% +1.0 40= .90 perf-profile.children.cycles-pp.native_queued_spin_lock_slowpa= th 0.00 +14.5 14.52 =C2=B1 16% +13.2 13.22 =C2= =B1 16% perf-profile.children.cycles-pp.lock_page_lruvec_irqsave 5.68 =C2=B1 2% -2.5 3.16 =C2=B1 4% -0.8 4= .90 =C2=B1 7% perf-profile.self.cycles-pp.__memcpy_mcsafe 2.68 =C2=B1 2% -0.9 1.82 =C2=B1 2% -0.2 2= .49 =C2=B1 6% perf-profile.self.cycles-pp.filemap_map_pages 1.03 =C2=B1 9% -0.5 0.53 =C2=B1 12% -0.2 0= .81 =C2=B1 15% perf-profile.self.cycles-pp.__count_memcg_events 1.09 -0.5 0.60 =C2=B1 4% -0.2 0.92 =C2= =B1 4% perf-profile.self.cycles-pp.__list_del_entry_valid 0.87 =C2=B1 3% -0.4 0.48 =C2=B1 4% -0.1 0= .73 =C2=B1 7% perf-profile.self.cycles-pp.native_irq_return_iret 0.80 =C2=B1 3% -0.2 0.57 =C2=B1 2% -0.0 0= .78 =C2=B1 4% perf-profile.self.cycles-pp.unlock_page 0.60 =C2=B1 2% -0.2 0.38 -0.1 0.55 = perf-profile.self.cycles-pp.down_read 25.60 =C2=B1 4% -0.2 25.39 =C2=B1 3% +1.1 26= .70 =C2=B1 3% perf-profile.self.cycles-pp.intel_idle 0.51 =C2=B1 5% -0.2 0.30 =C2=B1 9% -0.1 0= .44 =C2=B1 10% perf-profile.self.cycles-pp.__mod_memcg_state 0.43 =C2=B1 13% -0.2 0.22 =C2=B1 13% -0.1 0= .31 =C2=B1 18% perf-profile.self.cycles-pp.get_mem_cgroup_from_mm 0.37 =C2=B1 5% -0.2 0.18 =C2=B1 17% -0.1 0= .31 =C2=B1 5% perf-profile.self.cycles-pp.__add_to_page_cache_locked 0.51 -0.2 0.33 -0.0 0.48 =C2=B1= 2% perf-profile.self.cycles-pp.page_vma_mapped_walk 0.45 -0.2 0.29 =C2=B1 5% -0.0 0.41 =C2= =B1 4% perf-profile.self.cycles-pp.up_read 0.28 =C2=B1 2% -0.2 0.12 =C2=B1 10% -0.1 0= .19 =C2=B1 2% perf-profile.self.cycles-pp.__mod_node_page_state 0.27 =C2=B1 9% -0.2 0.11 =C2=B1 32% -0.1 0= .21 =C2=B1 10% perf-profile.self.cycles-pp.page_add_file_rmap 0.31 -0.2 0.15 =C2=B1 6% -0.1 0.23 =C2= =B1 2% perf-profile.self.cycles-pp.get_page_from_freelist 0.47 =C2=B1 2% -0.2 0.31 =C2=B1 2% -0.0 0= .44 perf-profile.self.cycles-pp.shrink_page_list 0.41 -0.1 0.28 =C2=B1 2% -0.0 0.38 =C2= =B1 5% perf-profile.self.cycles-pp.try_to_unmap_one 0.25 =C2=B1 6% -0.1 0.12 =C2=B1 6% -0.0 0= .21 =C2=B1 5% perf-profile.self.cycles-pp.iomap_set_range_uptodate 0.30 =C2=B1 8% -0.1 0.17 =C2=B1 2% +0.0 0= .33 =C2=B1 8% perf-profile.self.cycles-pp.workingset_age_nonresident 0.45 =C2=B1 9% -0.1 0.32 =C2=B1 6% +0.0 0= .46 =C2=B1 6% perf-profile.self.cycles-pp.xas_load 0.27 =C2=B1 9% -0.1 0.14 =C2=B1 17% -0.1 0= .20 =C2=B1 12% perf-profile.self.cycles-pp.mem_cgroup_charge 0.34 =C2=B1 3% -0.1 0.21 =C2=B1 4% -0.0 0= .29 =C2=B1 4% perf-profile.self.cycles-pp.__handle_mm_fault 0.36 -0.1 0.24 =C2=B1 3% -0.0 0.34 =C2= =B1 3% perf-profile.self.cycles-pp.sync_regs 0.30 =C2=B1 2% -0.1 0.20 =C2=B1 2% -0.0 0= .28 =C2=B1 2% perf-profile.self.cycles-pp._raw_spin_lock 0.28 -0.1 0.19 =C2=B1 2% -0.0 0.28 =C2= =B1 7% perf-profile.self.cycles-pp.xas_create 0.23 =C2=B1 2% -0.1 0.14 =C2=B1 3% -0.0 0= .21 =C2=B1 2% perf-profile.self.cycles-pp.page_referenced_one 0.24 =C2=B1 8% -0.1 0.15 =C2=B1 13% +0.0 0= .27 =C2=B1 12% perf-profile.self.cycles-pp.workingset_eviction 0.24 -0.1 0.15 =C2=B1 5% -0.0 0.21 =C2= =B1 6% perf-profile.self.cycles-pp.handle_mm_fault 0.17 =C2=B1 4% -0.1 0.09 =C2=B1 18% -0.0 0= .15 =C2=B1 13% perf-profile.self.cycles-pp.lock_page_memcg 0.08 -0.1 0.00 -0.0 0.07 =C2=B1= 6% perf-profile.self.cycles-pp.workingset_refault 0.27 =C2=B1 8% -0.1 0.19 =C2=B1 10% -0.0 0= .25 =C2=B1 8% perf-profile.self.cycles-pp.__remove_mapping 0.26 =C2=B1 7% -0.1 0.19 =C2=B1 6% -0.0 0= .25 =C2=B1 5% perf-profile.self.cycles-pp.filemap_fault 0.24 =C2=B1 3% -0.1 0.16 -0.0 0.22 =C2= =B1 6% perf-profile.self.cycles-pp.alloc_set_pte 0.25 -0.1 0.17 =C2=B1 4% -0.0 0.23 =C2= =B1 2% perf-profile.self.cycles-pp.___might_sleep 0.23 -0.1 0.16 =C2=B1 6% -0.0 0.23 =C2= =B1 7% perf-profile.self.cycles-pp.free_pcppages_bulk 0.09 -0.1 0.02 =C2=B1141% -0.0 0.05 = perf-profile.self.cycles-pp.lru_note_cost 0.07 =C2=B1 6% -0.1 0.00 -0.0 0.07 =C2= =B1 18% perf-profile.self.cycles-pp.xfs_bmapi_read 0.16 =C2=B1 12% -0.1 0.09 =C2=B1 19% -0.0 0= .14 =C2=B1 10% perf-profile.self.cycles-pp.down_read_trylock 0.07 -0.1 0.00 -0.0 0.06 =C2=B1= 7% perf-profile.self.cycles-pp.xfs_iunlock 0.44 =C2=B1 8% -0.1 0.37 =C2=B1 39% +0.1 0= .55 =C2=B1 12% perf-profile.self.cycles-pp.__mod_memcg_lruvec_state 0.06 =C2=B1 7% -0.1 0.00 -0.1 0.00 = perf-profile.self.cycles-pp.wakeup_kswapd 0.06 -0.1 0.00 -0.0 0.05 =C2=B1= 8% perf-profile.self.cycles-pp.asm_exc_page_fault 0.07 =C2=B1 6% -0.1 0.02 =C2=B1141% -0.0 0= .06 perf-profile.self.cycles-pp.flush_smp_call_function_queue 0.07 =C2=B1 6% -0.1 0.02 =C2=B1141% -0.0 0= .07 =C2=B1 7% perf-profile.self.cycles-pp.__mod_zone_page_state 0.09 -0.1 0.03 =C2=B1 70% -0.0 0.06 =C2= =B1 7% perf-profile.self.cycles-pp.__alloc_pages_nodemask 0.07 =C2=B1 11% -0.1 0.02 =C2=B1141% -0.1 0= .00 perf-profile.self.cycles-pp.native_flush_tlb_one_user 0.07 =C2=B1 11% -0.1 0.02 =C2=B1141% -0.0 0= .06 =C2=B1 8% perf-profile.self.cycles-pp.lru_cache_add 0.05 =C2=B1 8% -0.1 0.00 -0.0 0.03 =C2= =B1 70% perf-profile.self.cycles-pp.page_referenced 0.05 =C2=B1 8% -0.1 0.00 -0.0 0.04 =C2= =B1 73% perf-profile.self.cycles-pp.blk_throtl_bio 0.05 =C2=B1 8% -0.1 0.00 -0.0 0.04 =C2= =B1 70% perf-profile.self.cycles-pp.kmem_cache_free 0.05 =C2=B1 8% -0.1 0.00 +0.0 0.05 =C2= =B1 8% perf-profile.self.cycles-pp.iomap_read_end_io 0.12 =C2=B1 11% -0.1 0.07 =C2=B1 7% -0.0 0= .10 =C2=B1 12% perf-profile.self.cycles-pp.page_counter_try_charge 0.10 =C2=B1 12% -0.1 0.04 =C2=B1 71% -0.0 0= .08 perf-profile.self.cycles-pp.shrink_slab 0.22 =C2=B1 9% -0.1 0.17 =C2=B1 10% -0.0 0= .20 =C2=B1 2% perf-profile.self.cycles-pp._raw_spin_lock_irq 0.16 =C2=B1 3% -0.1 0.10 =C2=B1 4% -0.0 0= .15 =C2=B1 5% perf-profile.self.cycles-pp.page_mapping 0.14 =C2=B1 6% -0.1 0.09 =C2=B1 5% -0.0 0= .13 =C2=B1 6% perf-profile.self.cycles-pp.rmqueue 0.05 -0.1 0.00 -0.1 0.00 = perf-profile.self.cycles-pp.bio_init 0.05 -0.1 0.00 -0.1 0.00 = perf-profile.self.cycles-pp.ghes_notify_nmi 0.05 -0.1 0.00 -0.0 0.03 =C2=B1= 70% perf-profile.self.cycles-pp.__perf_sw_event 0.05 -0.1 0.00 -0.0 0.03 =C2=B1= 70% perf-profile.self.cycles-pp.ktime_get 0.05 -0.1 0.00 -0.0 0.03 =C2=B1= 70% perf-profile.self.cycles-pp.perf_event_task_tick 0.05 -0.1 0.00 -0.0 0.04 =C2=B1= 71% perf-profile.self.cycles-pp.submit_bio_checks 0.05 -0.1 0.00 -0.0 0.04 =C2=B1= 71% perf-profile.self.cycles-pp.llist_reverse_order 0.05 -0.1 0.00 +0.0 0.05 = perf-profile.self.cycles-pp.xfs_ilock 0.07 =C2=B1 14% -0.1 0.02 =C2=B1141% -0.1 0= .00 perf-profile.self.cycles-pp.acpi_os_read_memory 0.07 =C2=B1 7% -0.1 0.02 =C2=B1141% -0.0 0= .06 =C2=B1 13% perf-profile.self.cycles-pp.ptep_clear_flush_young 0.15 =C2=B1 9% -0.0 0.10 =C2=B1 4% -0.0 0= .13 =C2=B1 7% perf-profile.self.cycles-pp._raw_spin_lock_irqsave 0.06 =C2=B1 7% -0.0 0.02 =C2=B1141% -0.0 0= .06 =C2=B1 16% perf-profile.self.cycles-pp.count_shadow_nodes 0.11 =C2=B1 22% -0.0 0.06 =C2=B1 23% +0.0 0= .11 =C2=B1 8% perf-profile.self.cycles-pp.release_pages 0.10 =C2=B1 21% -0.0 0.05 =C2=B1 8% -0.0 0= .07 perf-profile.self.cycles-pp.xfs_read_iomap_begin 0.08 =C2=B1 6% -0.0 0.03 =C2=B1 70% -0.0 0= .06 =C2=B1 13% perf-profile.self.cycles-pp.bio_associate_blkg_from_css 0.11 -0.0 0.07 =C2=B1 7% -0.0 0.09 =C2= =B1 9% perf-profile.self.cycles-pp.rmqueue_bulk 0.14 =C2=B1 58% -0.0 0.09 =C2=B1 36% +0.0 0= .16 =C2=B1 16% perf-profile.self.cycles-pp.find_get_entries 0.10 =C2=B1 4% -0.0 0.06 =C2=B1 7% -0.0 0= .10 =C2=B1 4% perf-profile.self.cycles-pp.try_charge 0.04 =C2=B1 70% -0.0 0.00 +0.0 0.06 =C2= =B1 7% perf-profile.self.cycles-pp.copy_user_enhanced_fast_string 0.12 -0.0 0.08 -0.0 0.12 =C2=B1= 4% perf-profile.self.cycles-pp.__might_sleep 0.10 =C2=B1 9% -0.0 0.06 -0.0 0.09 =C2= =B1 5% perf-profile.self.cycles-pp.xas_find 0.10 =C2=B1 4% -0.0 0.07 =C2=B1 7% -0.0 0= .10 perf-profile.self.cycles-pp.iomap_readpage_actor 0.09 =C2=B1 10% -0.0 0.06 =C2=B1 8% -0.0 0= .08 =C2=B1 5% perf-profile.self.cycles-pp.do_user_addr_fault 0.05 =C2=B1 8% -0.0 0.02 =C2=B1141% -0.0 0= .02 =C2=B1141% perf-profile.self.cycles-pp.submit_bio_noacct 0.13 =C2=B1 21% -0.0 0.09 =C2=B1 13% +0.0 0= .14 =C2=B1 5% perf-profile.self.cycles-pp.xas_store 0.11 =C2=B1 4% -0.0 0.08 =C2=B1 6% -0.0 0= .11 perf-profile.self.cycles-pp.rmap_walk_file 0.10 -0.0 0.07 =C2=B1 7% -0.0 0.09 =C2= =B1 9% perf-profile.self.cycles-pp.do_fault 0.09 -0.0 0.06 =C2=B1 8% +0.0 0.09 = perf-profile.self.cycles-pp.kmem_cache_alloc 0.03 =C2=B1 70% -0.0 0.00 -0.0 0.02 =C2= =B1141% perf-profile.self.cycles-pp.__mod_lruvec_state 0.03 =C2=B1 70% -0.0 0.00 -0.0 0.02 =C2= =B1141% perf-profile.self.cycles-pp.__default_send_IPI_dest_field 0.03 =C2=B1 70% -0.0 0.00 +0.0 0.03 =C2= =B1 70% perf-profile.self.cycles-pp.check_pte 0.03 =C2=B1 70% -0.0 0.00 +0.0 0.04 =C2= =B1 71% perf-profile.self.cycles-pp.__delete_from_page_cache 0.11 =C2=B1 8% -0.0 0.07 =C2=B1 6% +0.0 0= .11 =C2=B1 8% perf-profile.self.cycles-pp.___perf_sw_event 0.09 -0.0 0.06 -0.0 0.08 =C2=B1= 10% perf-profile.self.cycles-pp.iomap_apply 0.08 =C2=B1 10% -0.0 0.05 -0.0 0.07 =C2= =B1 6% perf-profile.self.cycles-pp.rcu_all_qs 0.08 =C2=B1 11% -0.0 0.05 =C2=B1 8% +0.0 0= .08 =C2=B1 14% perf-profile.self.cycles-pp.page_counter_cancel 0.08 -0.0 0.05 =C2=B1 8% +0.0 0.08 = perf-profile.self.cycles-pp._cond_resched 0.08 =C2=B1 20% -0.0 0.06 =C2=B1 79% +0.0 0= .12 =C2=B1 26% perf-profile.self.cycles-pp.__intel_pmu_enable_all 0.08 =C2=B1 17% -0.0 0.06 =C2=B1 16% +0.0 0= .08 =C2=B1 10% perf-profile.self.cycles-pp.xas_clear_mark 0.07 =C2=B1 6% -0.0 0.05 =C2=B1 8% +0.0 0= .07 =C2=B1 6% perf-profile.self.cycles-pp._raw_spin_unlock_irqrestore 0.08 =C2=B1 6% -0.0 0.06 =C2=B1 8% +0.0 0= .08 =C2=B1 10% perf-profile.self.cycles-pp.PageHuge 0.08 -0.0 0.06 =C2=B1 13% -0.0 0.07 =C2= =B1 14% perf-profile.self.cycles-pp.read_tsc 0.02 =C2=B1141% -0.0 0.00 -0.0 0.00 = perf-profile.self.cycles-pp.xfs_bmapi_update_map 0.04 =C2=B1 71% -0.0 0.02 =C2=B1141% +0.0 0= .05 perf-profile.self.cycles-pp.xas_init_marks 0.07 -0.0 0.05 -0.0 0.06 =C2=B1= 7% perf-profile.self.cycles-pp._find_next_bit 0.02 =C2=B1141% -0.0 0.00 -0.0 0.00 = perf-profile.self.cycles-pp.vmacache_find 0.02 =C2=B1141% -0.0 0.00 -0.0 0.00 = perf-profile.self.cycles-pp.shmem_mapping 0.02 =C2=B1141% -0.0 0.00 -0.0 0.00 = perf-profile.self.cycles-pp.mem_cgroup_iter 0.02 =C2=B1141% -0.0 0.00 -0.0 0.00 = perf-profile.self.cycles-pp.xfs_filemap_fault 0.02 =C2=B1141% -0.0 0.00 -0.0 0.00 = perf-profile.self.cycles-pp.mem_cgroup_page_lruvec 0.02 =C2=B1141% -0.0 0.00 +0.0 0.02 =C2= =B1141% perf-profile.self.cycles-pp.bio_endio 0.03 =C2=B1 70% -0.0 0.02 =C2=B1141% +0.0 0= .05 =C2=B1 8% perf-profile.self.cycles-pp.shrink_inactive_list 0.08 =C2=B1 16% -0.0 0.06 =C2=B1 23% +0.0 0= .08 perf-profile.self.cycles-pp.xas_start 0.10 =C2=B1 4% -0.0 0.09 =C2=B1 23% -0.0 0= .08 =C2=B1 5% perf-profile.self.cycles-pp.pmem_submit_bio 0.07 -0.0 0.06 =C2=B1 29% +0.0 0.08 = perf-profile.self.cycles-pp.unaccount_page_cache_page 0.08 =C2=B1 5% -0.0 0.08 =C2=B1 40% +0.0 0= .09 =C2=B1 5% perf-profile.self.cycles-pp.page_remove_rmap 0.03 =C2=B1141% -0.0 0.03 =C2=B1141% +0.0 0= .07 =C2=B1 17% perf-profile.self.cycles-pp.invalidate_mapping_pages 0.06 -0.0 0.05 =C2=B1 8% -0.0 0.05 =C2= =B1 8% perf-profile.self.cycles-pp.pmem_do_read 0.00 +0.0 0.00 +0.0 0.02 =C2=B1= 141% perf-profile.self.cycles-pp.xfs_filemap_map_pages 0.00 +0.0 0.00 +0.0 0.02 =C2=B1= 141% perf-profile.self.cycles-pp.free_unref_page_list 0.00 +0.0 0.00 +0.0 0.02 =C2=B1= 141% perf-profile.self.cycles-pp.queue_event 0.02 =C2=B1141% +0.0 0.02 =C2=B1141% +0.0 0= .04 =C2=B1 76% perf-profile.self.cycles-pp.pagevec_lru_move_fn 0.02 =C2=B1141% +0.0 0.02 =C2=B1141% +0.0 0= .05 =C2=B1 8% perf-profile.self.cycles-pp.mem_cgroup_update_lru_size 0.07 =C2=B1 7% +0.0 0.08 -0.0 0.06 =C2= =B1 8% perf-profile.self.cycles-pp.percpu_counter_add_batch 0.09 =C2=B1 5% +0.0 0.13 =C2=B1 6% +0.0 0= .11 =C2=B1 4% perf-profile.self.cycles-pp.__list_add_valid 0.10 =C2=B1 19% +0.1 0.17 =C2=B1 18% -0.0 0= .10 =C2=B1 8% perf-profile.self.cycles-pp.smp_call_function_single 0.18 =C2=B1 7% +0.1 0.31 =C2=B1 5% +0.0 0= .21 =C2=B1 6% perf-profile.self.cycles-pp.move_pages_to_lru 0.24 =C2=B1 5% +0.1 0.38 =C2=B1 6% +0.1 0= .37 =C2=B1 8% perf-profile.self.cycles-pp.__pagevec_lru_add 0.35 +0.2 0.54 =C2=B1 3% +0.1 0.43 = perf-profile.self.cycles-pp.isolate_lru_pages 2.55 +1.1 3.70 =C2=B1 3% +0.7 3.30 =C2= =B1 3% perf-profile.self.cycles-pp.smp_call_function_many_cond 39.94 =C2=B1 2% +10.1 50.03 =C2=B1 2% +1.0 40= .90 perf-profile.self.cycles-pp.native_queued_spin_lock_slowpath 365.67 +1.1% 369.67 -0.1% 365.33 = softirqs.BLOCK 6.67 =C2=B1 86% -30.0% 4.67 =C2=B1141% -95.0% 0= .33 =C2=B1141% softirqs.CPU0.BLOCK 1.00 +0.0% 1.00 +0.0% 1.00 = softirqs.CPU0.HI 2.33 =C2=B1112% +100.0% 4.67 =C2=B1112% +28.6% 3= .00 =C2=B1 54% softirqs.CPU0.NET_RX 0.00 +1.8e+103% 17.67 =C2=B1141% +6.7e+101% 0.67 =C2= =B1 70% softirqs.CPU0.NET_TX 16900 =C2=B1 33% +14.2% 19303 =C2=B1 27% -42.6% 9= 706 =C2=B1 23% softirqs.CPU0.RCU 34359 =C2=B1 11% -10.7% 30699 =C2=B1 8% -10.9% 30= 605 =C2=B1 12% softirqs.CPU0.SCHED 105.00 +0.0% 105.00 +0.0% 105.00 = softirqs.CPU0.TASKLET 2833 =C2=B1 11% +7.5% 3046 =C2=B1 3% +30.7% 3= 703 =C2=B1 41% softirqs.CPU0.TIMER 12.33 =C2=B1135% -78.4% 2.67 =C2=B1141% -100.0% 0= .00 softirqs.CPU1.BLOCK 9.67 =C2=B1 57% -89.7% 1.00 =C2=B1141% -13.8% 8= .33 =C2=B1 62% softirqs.CPU1.NET_RX 35.00 =C2=B1 68% -99.0% 0.33 =C2=B1141% -1.9% 34= .33 =C2=B1 70% softirqs.CPU1.NET_TX 14913 =C2=B1 35% -5.5% 14088 =C2=B1 36% -49.0% 7= 598 softirqs.CPU1.RCU 20175 =C2=B1 19% -2.5% 19665 =C2=B1 35% -26.5% 14= 821 =C2=B1 9% softirqs.CPU1.SCHED 0.00 +6.7e+101% 0.67 =C2=B1141% -100.0% 0.00 = softirqs.CPU1.TASKLET 435.33 =C2=B1 35% +12.4% 489.33 =C2=B1 17% -14.0% 374= .33 =C2=B1 54% softirqs.CPU1.TIMER 1.33 =C2=B1 35% +0.0% 1.33 =C2=B1 35% +25.0% 1= .67 =C2=B1 28% softirqs.CPU10.HI 1.00 =C2=B1 81% +1100.0% 12.00 =C2=B1 58% +15866.7% 159= .67 =C2=B1141% softirqs.CPU10.NET_RX 0.00 +2e+102% 2.00 =C2=B1 81% +3.3e+101% 0.33 =C2= =B1141% softirqs.CPU10.NET_TX 6652 =C2=B1 7% -11.9% 5857 =C2=B1 7% -5.9% 6= 261 =C2=B1 2% softirqs.CPU10.RCU 14950 =C2=B1 18% +12.4% 16806 =C2=B1 15% -0.8% 14= 826 =C2=B1 16% softirqs.CPU10.SCHED 36.00 +6.5% 38.33 =C2=B1 4% +0.0% 36.00 = softirqs.CPU10.TASKLET 145.67 =C2=B1 20% +81.2% 264.00 =C2=B1 26% +174.4% 399= .67 =C2=B1 35% softirqs.CPU10.TIMER 0.00 -100.0% 0.00 +9e+102% 9.00 =C2=B1= 141% softirqs.CPU11.BLOCK 1.33 =C2=B1141% +25.0% 1.67 =C2=B1101% +200.0% 4= .00 =C2=B1124% softirqs.CPU11.NET_RX 0.33 =C2=B1141% -100.0% 0.00 -100.0% 0.00 = softirqs.CPU11.NET_TX 6534 =C2=B1 10% -19.0% 5292 =C2=B1 8% -6.4% 6= 113 =C2=B1 6% softirqs.CPU11.RCU 14141 =C2=B1 12% +18.8% 16793 =C2=B1 6% -9.8% 12= 749 =C2=B1 29% softirqs.CPU11.SCHED 3.67 =C2=B1 64% -45.5% 2.00 -45.5% 2.00 = softirqs.CPU11.TASKLET 226.00 =C2=B1 54% -35.1% 146.67 =C2=B1 32% -30.1% 158= .00 =C2=B1 20% softirqs.CPU11.TIMER 0.00 -100.0% 0.00 +6.7e+102% 6.67 =C2=B1= 141% softirqs.CPU12.BLOCK 0.33 =C2=B1141% +100.0% 0.67 =C2=B1141% +1000.0% 3= .67 =C2=B1122% softirqs.CPU12.NET_RX 0.00 -100.0% 0.00 +1.7e+102% 1.67 =C2=B1= 101% softirqs.CPU12.NET_TX 6326 =C2=B1 7% +2.6% 6489 =C2=B1 18% -3.2% 6= 124 =C2=B1 5% softirqs.CPU12.RCU 14685 =C2=B1 13% -24.4% 11096 =C2=B1 39% -5.4% 13= 885 =C2=B1 17% softirqs.CPU12.SCHED 9.00 =C2=B1109% -77.8% 2.00 -77.8% 2.00 = softirqs.CPU12.TASKLET 847.67 =C2=B1 87% -61.2% 329.00 =C2=B1 69% -59.9% 340= .00 =C2=B1 66% softirqs.CPU12.TIMER 8.33 =C2=B1124% -76.0% 2.00 =C2=B1 70% +396.0% 41= .33 =C2=B1137% softirqs.CPU13.NET_RX 0.33 =C2=B1141% +200.0% 1.00 =C2=B1 81% +100.0% 0= .67 =C2=B1 70% softirqs.CPU13.NET_TX 7025 =C2=B1 14% -6.0% 6600 =C2=B1 17% -4.5% 6= 708 =C2=B1 8% softirqs.CPU13.RCU 13141 =C2=B1 32% -6.4% 12296 =C2=B1 40% +4.0% 13= 668 =C2=B1 7% softirqs.CPU13.SCHED 2.67 =C2=B1 35% +150.0% 6.67 =C2=B1 78% -50.0% 1= .33 =C2=B1 70% softirqs.CPU13.TASKLET 363.00 =C2=B1 97% -58.3% 151.33 =C2=B1 31% +81.5% 659= .00 =C2=B1 72% softirqs.CPU13.TIMER 2.00 =C2=B1141% +33.3% 2.67 =C2=B1141% -100.0% 0= .00 softirqs.CPU14.BLOCK 2.00 =C2=B1 40% +933.3% 20.67 =C2=B1114% -66.7% 0= .67 =C2=B1 70% softirqs.CPU14.NET_RX 1.67 =C2=B1 28% -40.0% 1.00 =C2=B1 81% -60.0% 0= .67 =C2=B1 70% softirqs.CPU14.NET_TX 7908 =C2=B1 13% -24.0% 6013 =C2=B1 2% -14.5% 6= 763 =C2=B1 7% softirqs.CPU14.RCU 16706 =C2=B1 22% -17.6% 13766 =C2=B1 32% -28.9% 11= 873 =C2=B1 19% softirqs.CPU14.SCHED 3.00 =C2=B1 47% +166.7% 8.00 =C2=B1106% -11.1% 2= .67 =C2=B1 35% softirqs.CPU14.TASKLET 929.00 =C2=B1 38% -81.3% 174.00 =C2=B1 34% -56.8% 401= .67 =C2=B1 57% softirqs.CPU14.TIMER 13.33 =C2=B1141% -60.0% 5.33 =C2=B1141% -100.0% 0= .00 softirqs.CPU15.BLOCK 110.33 =C2=B1134% -98.5% 1.67 =C2=B1 74% -98.8% 1= .33 =C2=B1 35% softirqs.CPU15.NET_RX 3.33 =C2=B1 56% -80.0% 0.67 =C2=B1 70% -80.0% 0= .67 =C2=B1 70% softirqs.CPU15.NET_TX 7358 =C2=B1 9% -13.8% 6342 =C2=B1 8% -10.2% 6= 608 =C2=B1 4% softirqs.CPU15.RCU 13227 =C2=B1 4% -12.1% 11626 =C2=B1 13% +11.4% 14= 733 =C2=B1 12% softirqs.CPU15.SCHED 6.33 =C2=B1 66% -68.4% 2.00 -78.9% 1.33 =C2= =B1 70% softirqs.CPU15.TASKLET 635.00 =C2=B1 36% -57.0% 273.33 =C2=B1 79% -69.3% 194= .67 =C2=B1 49% softirqs.CPU15.TIMER 2.67 =C2=B1141% -100.0% 0.00 -100.0% 0.00 = softirqs.CPU16.BLOCK 3.33 =C2=B1 37% +350.0% 15.00 =C2=B1127% -60.0% 1= .33 =C2=B1 35% softirqs.CPU16.NET_RX 0.33 =C2=B1141% +200.0% 1.00 =C2=B1 81% +100.0% 0= .67 =C2=B1 70% softirqs.CPU16.NET_TX 6858 =C2=B1 3% -12.4% 6009 =C2=B1 10% -7.5% 6= 343 =C2=B1 2% softirqs.CPU16.RCU 13320 =C2=B1 19% +23.0% 16389 =C2=B1 15% +39.1% 18= 522 =C2=B1 10% softirqs.CPU16.SCHED 2.67 =C2=B1 70% -25.0% 2.00 -25.0% 2.00 = softirqs.CPU16.TASKLET 510.00 =C2=B1 8% +4.9% 535.00 =C2=B1110% +183.9% 1= 448 =C2=B1 25% softirqs.CPU16.TIMER 48.33 =C2=B1141% -77.9% 10.67 =C2=B1 93% -26.2% 35= .67 =C2=B1141% softirqs.CPU17.BLOCK 2.67 =C2=B1 46% -62.5% 1.00 =C2=B1 81% +6387.5% 173= .00 =C2=B1141% softirqs.CPU17.NET_RX 0.67 =C2=B1 70% +50.0% 1.00 =C2=B1 81% -50.0% 0= .33 =C2=B1141% softirqs.CPU17.NET_TX 6084 =C2=B1 4% -4.4% 5816 =C2=B1 2% +14.4% 6= 958 =C2=B1 10% softirqs.CPU17.RCU 16228 =C2=B1 31% -17.3% 13420 =C2=B1 23% -11.5% 14= 367 =C2=B1 38% softirqs.CPU17.SCHED 0.00 +1.3e+102% 1.33 =C2=B1 70% +1.3e+103% 13.33 =C2= =B1120% softirqs.CPU17.TASKLET 1565 =C2=B1116% -89.9% 157.67 =C2=B1 33% -31.6% 1= 070 =C2=B1100% softirqs.CPU17.TIMER 119.00 =C2=B1 72% -7.0% 110.67 =C2=B1 23% -97.8% 2= .67 =C2=B1141% softirqs.CPU18.BLOCK 1.00 =C2=B1 81% +0.0% 1.00 =C2=B1141% +33.3% 1= .33 =C2=B1 35% softirqs.CPU18.NET_RX 1.00 =C2=B1 81% -66.7% 0.33 =C2=B1141% +0.0% 1= .00 softirqs.CPU18.NET_TX 6306 =C2=B1 9% +9.9% 6927 =C2=B1 13% +4.6% 6= 596 =C2=B1 11% softirqs.CPU18.RCU 14761 =C2=B1 6% -14.4% 12634 =C2=B1 8% +0.2% 14= 789 =C2=B1 20% softirqs.CPU18.SCHED 0.00 +3.3e+101% 0.33 =C2=B1141% +6.7e+101% 0.67 =C2= =B1141% softirqs.CPU18.TASKLET 401.67 =C2=B1 83% -66.0% 136.67 =C2=B1 20% +139.3% 961= .33 =C2=B1 45% softirqs.CPU18.TIMER 0.00 +4e+102% 4.00 =C2=B1141% +3.5e+103% 35.33 =C2= =B1141% softirqs.CPU19.BLOCK 2.00 +50416.7% 1010 =C2=B1141% -50.0% 1.00 =C2= =B1 81% softirqs.CPU19.NET_RX 0.33 =C2=B1141% +100.0% 0.67 =C2=B1 70% +100.0% 0= .67 =C2=B1 70% softirqs.CPU19.NET_TX 7100 =C2=B1 12% -5.8% 6686 =C2=B1 10% -3.5% 6= 852 =C2=B1 7% softirqs.CPU19.RCU 9904 =C2=B1 4% -8.1% 9102 =C2=B1 19% +43.8% 14= 245 =C2=B1 16% softirqs.CPU19.SCHED 16.67 =C2=B1141% -98.0% 0.33 =C2=B1141% -100.0% 0= .00 softirqs.CPU19.TASKLET 634.67 =C2=B1 52% -62.7% 237.00 =C2=B1 71% +144.5% 1= 552 =C2=B1107% softirqs.CPU19.TIMER 2.33 =C2=B1112% -100.0% 0.00 -100.0% 0.00 = softirqs.CPU2.BLOCK 763.67 =C2=B1 75% -99.8% 1.67 =C2=B1 28% -98.9% 8= .67 =C2=B1125% softirqs.CPU2.NET_RX 1.33 =C2=B1 70% -75.0% 0.33 =C2=B1141% -25.0% 1= .00 =C2=B1 81% softirqs.CPU2.NET_TX 8301 =C2=B1 4% -14.8% 7074 -14.8% 7071 =C2= =B1 4% softirqs.CPU2.RCU 18699 =C2=B1 9% -6.6% 17459 =C2=B1 18% -17.6% 15= 409 =C2=B1 9% softirqs.CPU2.SCHED 0.00 +3.3e+101% 0.33 =C2=B1141% -100.0% 0.00 = softirqs.CPU2.TASKLET 888.67 =C2=B1 35% -71.5% 253.33 =C2=B1 22% -64.0% 320= .00 =C2=B1 58% softirqs.CPU2.TIMER 0.00 -100.0% 0.00 +7.2e+103% 72.33 =C2=B1= 138% softirqs.CPU20.BLOCK 2.00 =C2=B1 40% +9750.0% 197.00 =C2=B1131% +33.3% 2= .67 =C2=B1 17% softirqs.CPU20.NET_RX 1.33 =C2=B1 35% -25.0% 1.00 =C2=B1141% -25.0% 1= .00 =C2=B1 81% softirqs.CPU20.NET_TX 6880 =C2=B1 8% -12.2% 6040 =C2=B1 9% -8.7% 6= 283 =C2=B1 9% softirqs.CPU20.RCU 12458 =C2=B1 14% +5.0% 13080 =C2=B1 22% +8.5% 13= 515 =C2=B1 18% softirqs.CPU20.SCHED 0.00 +3.3e+101% 0.33 =C2=B1141% +3.3e+101% 0.33 =C2= =B1141% softirqs.CPU20.TASKLET 280.67 =C2=B1 68% +104.3% 573.33 =C2=B1111% +44.9% 406= .67 =C2=B1 58% softirqs.CPU20.TIMER 0.67 =C2=B1141% -100.0% 0.00 +300.0% 2.67 =C2= =B1141% softirqs.CPU21.BLOCK 2.33 =C2=B1 88% +57.1% 3.67 =C2=B1 64% -57.1% 1= .00 =C2=B1 81% softirqs.CPU21.NET_RX 1.33 =C2=B1 70% +0.0% 1.33 =C2=B1 93% -75.0% 0= .33 =C2=B1141% softirqs.CPU21.NET_TX 6444 =C2=B1 3% -5.2% 6111 =C2=B1 11% +1.6% 6= 544 =C2=B1 5% softirqs.CPU21.RCU 15529 =C2=B1 13% -10.2% 13946 =C2=B1 20% -33.4% 10= 346 =C2=B1 23% softirqs.CPU21.SCHED 0.00 +3.3e+101% 0.33 =C2=B1141% -100.0% 0.00 = softirqs.CPU21.TASKLET 594.00 =C2=B1 61% -18.6% 483.67 =C2=B1 31% -59.8% 238= .67 =C2=B1 37% softirqs.CPU21.TIMER 0.67 =C2=B1141% -100.0% 0.00 +1250.0% 9.00 =C2= =B1133% softirqs.CPU22.BLOCK 14.33 =C2=B1112% -88.4% 1.67 =C2=B1101% -100.0% 0= .00 softirqs.CPU22.NET_RX 2.33 =C2=B1 53% -85.7% 0.33 =C2=B1141% -100.0% 0= .00 softirqs.CPU22.NET_TX 6533 =C2=B1 10% -6.1% 6133 =C2=B1 9% -8.7% 5= 962 =C2=B1 5% softirqs.CPU22.RCU 15098 =C2=B1 14% -17.9% 12391 =C2=B1 30% -7.5% 13= 970 =C2=B1 23% softirqs.CPU22.SCHED 0.33 =C2=B1141% +0.0% 0.33 =C2=B1141% -100.0% 0= .00 softirqs.CPU22.TASKLET 391.00 =C2=B1 76% -9.5% 353.67 =C2=B1 66% -49.4% 197= .67 =C2=B1 38% softirqs.CPU22.TIMER 2.00 =C2=B1 81% +16.7% 2.33 =C2=B1 20% -16.7% 1= .67 =C2=B1 74% softirqs.CPU23.NET_RX 0.33 =C2=B1141% +300.0% 1.33 =C2=B1 35% +0.0% 0= .33 =C2=B1141% softirqs.CPU23.NET_TX 6869 =C2=B1 8% -7.8% 6337 =C2=B1 5% +1.0% 6= 941 =C2=B1 7% softirqs.CPU23.RCU 11180 =C2=B1 2% +21.7% 13609 =C2=B1 22% +33.2% 14= 896 =C2=B1 21% softirqs.CPU23.SCHED 0.33 =C2=B1141% -100.0% 0.00 -100.0% 0.00 = softirqs.CPU23.TASKLET 227.00 =C2=B1 54% -50.7% 112.00 -26.9% 166.00 =C2= =B1 18% softirqs.CPU23.TIMER 9.00 =C2=B1141% -100.0% 0.00 -100.0% 0.00 = softirqs.CPU24.BLOCK 0.33 =C2=B1141% +19400.0% 65.00 =C2=B1 94% +9800.0% 33= .00 =C2=B1128% softirqs.CPU24.NET_RX 0.00 +2e+102% 2.00 =C2=B1108% +1e+102% 1.00 =C2= =B1 81% softirqs.CPU24.NET_TX 8332 =C2=B1 12% -18.2% 6818 =C2=B1 25% +10.6% 9= 213 =C2=B1 16% softirqs.CPU24.RCU 15181 =C2=B1 20% -20.6% 12050 =C2=B1 13% -4.0% 14= 569 =C2=B1 18% softirqs.CPU24.SCHED 0.00 -100.0% 0.00 -100.0% 0.00 = softirqs.CPU24.TASKLET 2183 =C2=B1117% -77.9% 483.33 =C2=B1 49% -59.2% 890= .33 =C2=B1 91% softirqs.CPU24.TIMER 9.00 =C2=B1141% -100.0% 0.00 -100.0% 0.00 = softirqs.CPU25.BLOCK 1.67 =C2=B1141% +2860.0% 49.33 =C2=B1 84% +300.0% 6= .67 =C2=B1 79% softirqs.CPU25.NET_RX 0.67 =C2=B1141% +50.0% 1.00 =C2=B1141% +0.0% 0= .67 =C2=B1141% softirqs.CPU25.NET_TX 6830 =C2=B1 7% +0.6% 6868 =C2=B1 8% +11.9% 7= 644 softirqs.CPU25.RCU 12351 =C2=B1 16% -3.3% 11943 =C2=B1 17% +9.2% 13= 482 =C2=B1 4% softirqs.CPU25.SCHED 0.00 -100.0% 0.00 -100.0% 0.00 = softirqs.CPU25.TASKLET 660.00 =C2=B1 96% -7.8% 608.33 =C2=B1 76% -77.8% 146= .33 =C2=B1 7% softirqs.CPU25.TIMER 0.00 -100.0% 0.00 +1e+102% 1.00 =C2=B1= 141% softirqs.CPU26.BLOCK 0.33 =C2=B1141% +24300.0% 81.33 =C2=B1141% +500.0% 2= .00 =C2=B1 70% softirqs.CPU26.NET_RX 0.00 -100.0% 0.00 +6.7e+101% 0.67 =C2=B1= 70% softirqs.CPU26.NET_TX 6728 =C2=B1 6% +12.0% 7535 =C2=B1 36% +15.1% 7= 741 =C2=B1 9% softirqs.CPU26.RCU 12526 =C2=B1 3% +7.9% 13516 =C2=B1 18% +6.9% 13= 387 =C2=B1 11% softirqs.CPU26.SCHED 2.00 +0.0% 2.00 +0.0% 2.00 = softirqs.CPU26.TASKLET 783.67 =C2=B1 61% -1.1% 775.33 =C2=B1 61% -69.4% 240= .00 =C2=B1 31% softirqs.CPU26.TIMER 0.00 +6.3e+102% 6.33 =C2=B1141% -100.0% 0.00 = softirqs.CPU27.BLOCK 0.33 =C2=B1141% +300.0% 1.33 =C2=B1 70% +0.0% 0= .33 =C2=B1141% softirqs.CPU27.NET_RX 0.00 +3.3e+101% 0.33 =C2=B1141% -100.0% 0.00 = softirqs.CPU27.NET_TX 7577 =C2=B1 13% -10.0% 6820 =C2=B1 18% -6.3% 7= 098 =C2=B1 7% softirqs.CPU27.RCU 12117 =C2=B1 9% +21.3% 14696 =C2=B1 6% +7.6% 13= 037 =C2=B1 16% softirqs.CPU27.SCHED 2.00 +0.0% 2.00 +0.0% 2.00 = softirqs.CPU27.TASKLET 166.33 =C2=B1 12% +513.4% 1020 =C2=B1 35% +89.8% 315= .67 =C2=B1 39% softirqs.CPU27.TIMER 1.00 =C2=B1141% +700.0% 8.00 =C2=B1141% -100.0% 0= .00 softirqs.CPU28.BLOCK 0.00 -100.0% 0.00 +3.3e+102% 3.33 =C2=B1= 101% softirqs.CPU28.NET_RX 0.00 -100.0% 0.00 +1.3e+102% 1.33 =C2=B1= 93% softirqs.CPU28.NET_TX 7672 =C2=B1 21% -10.1% 6897 =C2=B1 11% -11.8% 6= 763 =C2=B1 15% softirqs.CPU28.RCU 10936 =C2=B1 4% +4.9% 11472 =C2=B1 3% +50.5% 16= 462 =C2=B1 23% softirqs.CPU28.SCHED 2.33 =C2=B1 20% -14.3% 2.00 -14.3% 2.00 = softirqs.CPU28.TASKLET 198.00 =C2=B1 16% +60.9% 318.67 =C2=B1 30% +75.3% 347= .00 =C2=B1 55% softirqs.CPU28.TIMER 0.00 +6.7e+101% 0.67 =C2=B1141% -100.0% 0.00 = softirqs.CPU29.BLOCK 0.00 +6.6e+103% 65.67 =C2=B1 89% -100.0% 0.00 = softirqs.CPU29.NET_RX 7357 =C2=B1 22% -0.6% 7314 =C2=B1 9% -5.4% 6= 959 =C2=B1 6% softirqs.CPU29.RCU 12415 =C2=B1 21% -3.0% 12043 =C2=B1 16% +15.9% 14= 386 =C2=B1 2% softirqs.CPU29.SCHED 2.00 +0.0% 2.00 +16.7% 2.33 =C2=B1= 20% softirqs.CPU29.TASKLET 443.33 =C2=B1 76% -41.6% 259.00 =C2=B1 21% -9.3% 402= .00 =C2=B1 55% softirqs.CPU29.TIMER 0.00 -100.0% 0.00 +3.7e+102% 3.67 =C2=B1= 141% softirqs.CPU3.BLOCK 6.33 =C2=B1 97% +68.4% 10.67 =C2=B1 74% +263.2% 23= .00 =C2=B1132% softirqs.CPU3.NET_RX 17.67 =C2=B1133% -1.9% 17.33 =C2=B1141% -98.1% 0= .33 =C2=B1141% softirqs.CPU3.NET_TX 7023 =C2=B1 10% -5.4% 6643 =C2=B1 10% -8.2% 6= 448 =C2=B1 5% softirqs.CPU3.RCU 15583 =C2=B1 9% -4.4% 14901 =C2=B1 20% -11.5% 13= 789 =C2=B1 5% softirqs.CPU3.SCHED 0.00 +5.3e+102% 5.33 =C2=B1141% -100.0% 0.00 = softirqs.CPU3.TASKLET 316.67 =C2=B1 58% +55.3% 491.67 =C2=B1 38% +259.9% 1= 139 =C2=B1 64% softirqs.CPU3.TIMER 0.00 +6.7e+101% 0.67 =C2=B1141% -100.0% 0.00 = softirqs.CPU30.BLOCK 0.67 =C2=B1141% +200.0% 2.00 =C2=B1108% +3200.0% 22= .00 =C2=B1141% softirqs.CPU30.NET_RX 0.00 -100.0% 0.00 +2e+102% 2.00 =C2=B1= 141% softirqs.CPU30.NET_TX 6522 =C2=B1 14% -3.8% 6275 =C2=B1 2% +12.3% 7= 328 =C2=B1 13% softirqs.CPU30.RCU 14681 =C2=B1 8% +26.7% 18607 =C2=B1 34% -13.3% 12= 722 =C2=B1 16% softirqs.CPU30.SCHED 2.00 -16.7% 1.67 =C2=B1 28% +33.3% 2.67 =C2= =B1 35% softirqs.CPU30.TASKLET 312.67 =C2=B1 57% +1466.2% 4897 =C2=B1129% +3.3% 323= .00 =C2=B1 42% softirqs.CPU30.TIMER 0.00 +4e+102% 4.00 =C2=B1141% +7.7e+102% 7.67 =C2= =B1141% softirqs.CPU31.BLOCK 22.67 =C2=B1138% -100.0% 0.00 -55.9% 10.00 =C2= =B1114% softirqs.CPU31.NET_RX 0.33 =C2=B1141% -100.0% 0.00 +200.0% 1.00 =C2= =B1 81% softirqs.CPU31.NET_TX 7019 =C2=B1 5% -16.9% 5834 =C2=B1 14% -7.4% 6= 502 =C2=B1 22% softirqs.CPU31.RCU 10887 =C2=B1 17% +39.4% 15174 =C2=B1 12% +10.8% 12= 063 =C2=B1 43% softirqs.CPU31.SCHED 2.67 =C2=B1 35% -25.0% 2.00 -25.0% 2.00 = softirqs.CPU31.TASKLET 705.67 =C2=B1 38% +66.4% 1174 =C2=B1 44% +7.3% 757= .00 =C2=B1 73% softirqs.CPU31.TIMER 0.00 +2.3e+103% 23.00 =C2=B1141% +6.7e+101% 0.67 =C2= =B1141% softirqs.CPU32.BLOCK 1.00 =C2=B1141% -100.0% 0.00 +200.0% 3.00 =C2= =B1 27% softirqs.CPU32.NET_RX 0.33 =C2=B1141% -100.0% 0.00 -100.0% 0.00 = softirqs.CPU32.NET_TX 7019 =C2=B1 10% -22.5% 5437 =C2=B1 16% -4.7% 6= 687 =C2=B1 14% softirqs.CPU32.RCU 11972 =C2=B1 13% +47.7% 17683 =C2=B1 8% +43.2% 17= 147 =C2=B1 13% softirqs.CPU32.SCHED 2.00 +16.7% 2.33 =C2=B1 20% +0.0% 2.00 = softirqs.CPU32.TASKLET 336.33 =C2=B1 48% +182.6% 950.33 =C2=B1 53% +338.5% 1= 474 =C2=B1 37% softirqs.CPU32.TIMER 0.00 +3.3e+101% 0.33 =C2=B1141% -100.0% 0.00 = softirqs.CPU33.BLOCK 28.00 =C2=B1138% +3128.6% 904.00 =C2=B1141% -23.8% 21= .33 =C2=B1134% softirqs.CPU33.NET_RX 0.00 -100.0% 0.00 +6.7e+101% 0.67 =C2=B1= 141% softirqs.CPU33.NET_TX 7107 =C2=B1 7% -11.2% 6312 =C2=B1 2% -7.6% 6= 569 =C2=B1 7% softirqs.CPU33.RCU 14106 =C2=B1 16% -10.1% 12678 =C2=B1 18% +5.9% 14= 943 =C2=B1 3% softirqs.CPU33.SCHED 1.33 =C2=B1 70% +50.0% 2.00 +75.0% 2.33 =C2= =B1 20% softirqs.CPU33.TASKLET 1461 =C2=B1106% -67.4% 476.67 =C2=B1 56% -36.1% 933= .67 =C2=B1 84% softirqs.CPU33.TIMER 0.00 +3.3e+101% 0.33 =C2=B1141% -100.0% 0.00 = softirqs.CPU34.NET_RX 6175 =C2=B1 6% -2.2% 6040 =C2=B1 9% +5.5% 6= 513 =C2=B1 5% softirqs.CPU34.RCU 12488 =C2=B1 12% +18.4% 14786 =C2=B1 23% +35.6% 16= 940 =C2=B1 22% softirqs.CPU34.SCHED 1.00 =C2=B1141% -100.0% 0.00 -66.7% 0.33 =C2= =B1141% softirqs.CPU34.TASKLET 505.67 =C2=B1 49% -1.6% 497.67 =C2=B1 43% +170.5% 1= 368 =C2=B1 29% softirqs.CPU34.TIMER 0.00 +9.3e+102% 9.33 =C2=B1141% -100.0% 0.00 = softirqs.CPU35.BLOCK 305.00 =C2=B1141% -99.5% 1.67 =C2=B1141% -99.3% 2= .00 =C2=B1 81% softirqs.CPU35.NET_RX 0.00 +3.3e+101% 0.33 =C2=B1141% +6.7e+101% 0.67 =C2= =B1141% softirqs.CPU35.NET_TX 6710 =C2=B1 6% -2.3% 6553 =C2=B1 3% -0.1% 6= 703 =C2=B1 9% softirqs.CPU35.RCU 12848 =C2=B1 32% +2.3% 13146 =C2=B1 26% +10.9% 14= 254 =C2=B1 7% softirqs.CPU35.SCHED 975.67 =C2=B1 60% -5.7% 920.00 =C2=B1 81% -42.4% 562= .33 =C2=B1 44% softirqs.CPU35.TIMER 0.00 -100.0% 0.00 +5.7e+102% 5.67 =C2=B1= 141% softirqs.CPU36.BLOCK 5.67 =C2=B1141% -100.0% 0.00 +358.8% 26.00 =C2= =B1141% softirqs.CPU36.NET_RX 0.00 -100.0% 0.00 +6.7e+101% 0.67 =C2=B1= 141% softirqs.CPU36.NET_TX 7024 =C2=B1 14% -22.9% 5413 =C2=B1 6% -4.3% 6= 723 =C2=B1 2% softirqs.CPU36.RCU 12339 =C2=B1 4% +50.2% 18532 =C2=B1 10% +22.2% 15= 074 =C2=B1 6% softirqs.CPU36.SCHED 0.00 +1.9e+103% 18.67 =C2=B1126% -100.0% 0.00 = softirqs.CPU36.TASKLET 274.33 =C2=B1 22% +507.3% 1666 =C2=B1 47% -7.2% 254= .67 =C2=B1 33% softirqs.CPU36.TIMER 0.33 =C2=B1141% -100.0% 0.00 -100.0% 0.00 = softirqs.CPU37.BLOCK 1.00 =C2=B1141% +66.7% 1.67 =C2=B1 28% -66.7% 0= .33 =C2=B1141% softirqs.CPU37.NET_RX 0.67 =C2=B1141% -50.0% 0.33 =C2=B1141% -100.0% 0= .00 softirqs.CPU37.NET_TX 6858 =C2=B1 23% -10.9% 6113 =C2=B1 11% -7.4% 6= 351 =C2=B1 2% softirqs.CPU37.RCU 16000 =C2=B1 9% -8.7% 14607 =C2=B1 21% -7.6% 14= 787 =C2=B1 22% softirqs.CPU37.SCHED 370.00 =C2=B1 44% -2.4% 361.00 =C2=B1 30% +60.0% 592= .00 =C2=B1 95% softirqs.CPU37.TIMER 0.00 +6.7e+101% 0.67 =C2=B1141% -100.0% 0.00 = softirqs.CPU38.BLOCK 0.00 -100.0% 0.00 +2e+104% 202.00 =C2=B1= 141% softirqs.CPU38.NET_RX 0.00 -100.0% 0.00 -100.0% 0.00 = softirqs.CPU38.NET_TX 6978 =C2=B1 11% -11.3% 6192 =C2=B1 5% +1.5% 7= 080 =C2=B1 9% softirqs.CPU38.RCU 14448 =C2=B1 9% -33.4% 9622 =C2=B1 25% -5.0% 13= 726 =C2=B1 23% softirqs.CPU38.SCHED 935.00 =C2=B1 79% -60.9% 365.67 =C2=B1 93% -28.5% 668= .67 =C2=B1 40% softirqs.CPU38.TIMER 7.67 =C2=B1141% +843.5% 72.33 =C2=B1135% +126.1% 17= .33 =C2=B1133% softirqs.CPU39.NET_RX 0.00 -100.0% 0.00 +3.3e+101% 0.33 =C2=B1= 141% softirqs.CPU39.NET_TX 7012 =C2=B1 19% -19.2% 5669 =C2=B1 5% -0.8% 6= 956 =C2=B1 12% softirqs.CPU39.RCU 14687 =C2=B1 15% -13.7% 12677 =C2=B1 21% -12.1% 12= 904 =C2=B1 23% softirqs.CPU39.SCHED 0.33 =C2=B1141% +0.0% 0.33 =C2=B1141% -100.0% 0= .00 softirqs.CPU39.TASKLET 796.67 =C2=B1 57% -64.4% 283.33 =C2=B1 75% -35.2% 516= .00 =C2=B1 29% softirqs.CPU39.TIMER 2.67 =C2=B1141% -75.0% 0.67 =C2=B1141% -100.0% 0= .00 softirqs.CPU4.BLOCK 786.33 =C2=B1141% -99.7% 2.33 =C2=B1 88% -99.9% 0= .67 =C2=B1 70% softirqs.CPU4.NET_RX 0.00 +3.3e+101% 0.33 =C2=B1141% +3.3e+101% 0.33 =C2= =B1141% softirqs.CPU4.NET_TX 7449 =C2=B1 8% -19.3% 6012 =C2=B1 6% -14.4% 6= 376 =C2=B1 11% softirqs.CPU4.RCU 17086 =C2=B1 27% +32.4% 22620 =C2=B1 7% -0.3% 17= 034 =C2=B1 10% softirqs.CPU4.SCHED 1.33 =C2=B1 93% -50.0% 0.67 =C2=B1141% -100.0% 0= .00 softirqs.CPU4.TASKLET 566.00 =C2=B1 91% +36.0% 769.67 =C2=B1 66% -9.2% 514= .00 =C2=B1 51% softirqs.CPU4.TIMER 3.67 =C2=B1141% -100.0% 0.00 +172.7% 10.00 =C2= =B1141% softirqs.CPU40.BLOCK 1.00 =C2=B1141% -100.0% 0.00 -100.0% 0.00 = softirqs.CPU40.NET_RX 0.00 -100.0% 0.00 -100.0% 0.00 = softirqs.CPU40.NET_TX 6867 =C2=B1 5% -7.1% 6380 -5.8% 6467 =C2= =B1 3% softirqs.CPU40.RCU 12344 =C2=B1 28% -12.0% 10868 =C2=B1 23% +28.3% 15= 834 =C2=B1 9% softirqs.CPU40.SCHED 0.33 =C2=B1141% -100.0% 0.00 -100.0% 0.00 = softirqs.CPU40.TASKLET 653.33 =C2=B1100% -69.7% 198.00 =C2=B1 45% -55.9% 288= .00 =C2=B1 39% softirqs.CPU40.TIMER 0.33 =C2=B1141% -100.0% 0.00 +0.0% 0.33 =C2= =B1141% softirqs.CPU41.BLOCK 0.00 +2.5e+103% 25.33 =C2=B1138% -100.0% 0.00 = softirqs.CPU41.NET_RX 0.00 +3.3e+101% 0.33 =C2=B1141% -100.0% 0.00 = softirqs.CPU41.NET_TX 7048 =C2=B1 14% -15.8% 5934 =C2=B1 3% +0.8% 7= 105 =C2=B1 11% softirqs.CPU41.RCU 10932 =C2=B1 10% +1.0% 11039 =C2=B1 31% -8.4% 10= 009 =C2=B1 9% softirqs.CPU41.SCHED 0.00 +1e+103% 10.00 =C2=B1141% +3.3e+101% 0.33 =C2= =B1141% softirqs.CPU41.TASKLET 529.00 =C2=B1 71% -65.2% 184.00 =C2=B1 41% -20.2% 422= .00 =C2=B1 29% softirqs.CPU41.TIMER 4.00 =C2=B1141% -100.0% 0.00 -100.0% 0.00 = softirqs.CPU42.BLOCK 20.00 =C2=B1134% -60.0% 8.00 =C2=B1141% +5.0% 21= .00 =C2=B1 83% softirqs.CPU42.NET_RX 0.00 +6.7e+101% 0.67 =C2=B1141% -100.0% 0.00 = softirqs.CPU42.NET_TX 6650 =C2=B1 11% +2.9% 6844 =C2=B1 3% +7.4% 7= 139 =C2=B1 18% softirqs.CPU42.RCU 12259 =C2=B1 24% -11.8% 10811 =C2=B1 43% +15.4% 14= 143 =C2=B1 30% softirqs.CPU42.SCHED 0.33 =C2=B1141% -100.0% 0.00 -100.0% 0.00 = softirqs.CPU42.TASKLET 483.33 =C2=B1 55% -42.6% 277.33 =C2=B1 19% +136.6% 1= 143 =C2=B1115% softirqs.CPU42.TIMER 0.00 -100.0% 0.00 +1.4e+103% 14.00 =C2=B1= 141% softirqs.CPU43.BLOCK 20.67 =C2=B1138% -95.2% 1.00 =C2=B1141% -100.0% 0= .00 softirqs.CPU43.NET_RX 0.67 =C2=B1141% -100.0% 0.00 -100.0% 0.00 = softirqs.CPU43.NET_TX 7227 =C2=B1 3% -16.5% 6035 =C2=B1 8% -5.0% 6= 867 =C2=B1 20% softirqs.CPU43.RCU 10474 =C2=B1 23% +18.5% 12413 =C2=B1 21% +9.7% 11= 494 =C2=B1 15% softirqs.CPU43.SCHED 6.00 =C2=B1141% -100.0% 0.00 -100.0% 0.00 = softirqs.CPU43.TASKLET 925.33 =C2=B1 36% -56.5% 402.33 =C2=B1 7% -52.8% 436= .33 =C2=B1 55% softirqs.CPU43.TIMER 0.00 +1.7e+103% 16.67 =C2=B1124% -100.0% 0.00 = softirqs.CPU44.BLOCK 2.00 =C2=B1108% -100.0% 0.00 -100.0% 0.00 = softirqs.CPU44.NET_RX 0.67 =C2=B1141% -100.0% 0.00 -100.0% 0.00 = softirqs.CPU44.NET_TX 6937 =C2=B1 8% -11.3% 6152 =C2=B1 3% +6.7% 7= 403 =C2=B1 10% softirqs.CPU44.RCU 10911 =C2=B1 10% +13.2% 12351 =C2=B1 5% +20.6% 13= 162 =C2=B1 5% softirqs.CPU44.SCHED 233.67 =C2=B1 40% +50.8% 352.33 =C2=B1 56% +144.9% 572= .33 =C2=B1 54% softirqs.CPU44.TIMER 0.67 =C2=B1141% -100.0% 0.00 +2150.0% 15.00 =C2= =B1132% softirqs.CPU45.BLOCK 113.00 =C2=B1141% -92.0% 9.00 =C2=B1141% -99.1% 1= .00 =C2=B1 81% softirqs.CPU45.NET_RX 0.00 +6.7e+101% 0.67 =C2=B1141% -100.0% 0.00 = softirqs.CPU45.NET_TX 6643 =C2=B1 9% +1.0% 6707 =C2=B1 6% +17.9% 7= 834 =C2=B1 14% softirqs.CPU45.RCU 13091 =C2=B1 11% -5.5% 12367 =C2=B1 19% -9.0% 11= 907 =C2=B1 28% softirqs.CPU45.SCHED 342.67 =C2=B1 34% +85.9% 637.00 =C2=B1113% +139.7% 821= .33 =C2=B1 94% softirqs.CPU45.TIMER 0.33 =C2=B1141% -100.0% 0.00 +2800.0% 9.67 =C2= =B1100% softirqs.CPU46.NET_RX 0.00 -100.0% 0.00 +3.3e+101% 0.33 =C2=B1= 141% softirqs.CPU46.NET_TX 6582 =C2=B1 7% +2.6% 6750 =C2=B1 7% +21.8% 8= 017 =C2=B1 25% softirqs.CPU46.RCU 13846 =C2=B1 15% -13.9% 11922 =C2=B1 23% -0.3% 13= 808 =C2=B1 2% softirqs.CPU46.SCHED 1.33 =C2=B1141% -100.0% 0.00 -100.0% 0.00 = softirqs.CPU46.TASKLET 791.33 =C2=B1 69% +30.9% 1036 =C2=B1124% +88.6% 1= 492 =C2=B1119% softirqs.CPU46.TIMER 0.00 +9.3e+102% 9.33 =C2=B1141% +1.6e+103% 15.67 =C2= =B1 73% softirqs.CPU47.BLOCK 0.00 +3.3e+101% 0.33 =C2=B1141% +2e+102% 2.00 =C2= =B1108% softirqs.CPU47.NET_RX 0.00 -100.0% 0.00 +3.3e+101% 0.33 =C2=B1= 141% softirqs.CPU47.NET_TX 6950 =C2=B1 2% -16.7% 5790 =C2=B1 7% +21.1% 8= 416 =C2=B1 12% softirqs.CPU47.RCU 10347 =C2=B1 12% +34.4% 13911 =C2=B1 32% -4.6% 9= 874 =C2=B1 2% softirqs.CPU47.SCHED 343.00 =C2=B1 29% +309.9% 1406 =C2=B1120% +56.3% 536= .00 =C2=B1 64% softirqs.CPU47.TIMER 2.00 =C2=B1141% -100.0% 0.00 -100.0% 0.00 = softirqs.CPU48.BLOCK 6843 =C2=B1141% -100.0% 0.00 -100.0% 2.00 =C2= =B1 70% softirqs.CPU48.NET_RX 0.67 =C2=B1 70% -100.0% 0.00 +0.0% 0.67 =C2= =B1 70% softirqs.CPU48.NET_TX 8282 =C2=B1 30% -31.7% 5659 =C2=B1 2% -25.1% 6= 200 =C2=B1 11% softirqs.CPU48.RCU 13803 =C2=B1 37% -7.9% 12706 =C2=B1 11% -13.1% 11= 999 =C2=B1 35% softirqs.CPU48.SCHED 0.33 =C2=B1141% -100.0% 0.00 -100.0% 0.00 = softirqs.CPU48.TASKLET 1591 =C2=B1119% -89.2% 172.33 =C2=B1 22% -68.3% 504= .33 =C2=B1 69% softirqs.CPU48.TIMER 8.00 =C2=B1141% -100.0% 0.00 -100.0% 0.00 = softirqs.CPU49.BLOCK 1.00 =C2=B1 81% +1.9e+05% 1927 =C2=B1141% +0.0% 1= .00 =C2=B1 81% softirqs.CPU49.NET_RX 0.67 =C2=B1 70% +0.0% 0.67 =C2=B1141% -100.0% 0= .00 softirqs.CPU49.NET_TX 7482 =C2=B1 10% -19.0% 6061 =C2=B1 23% -18.7% 6= 082 =C2=B1 8% softirqs.CPU49.RCU 13065 =C2=B1 17% +19.8% 15654 =C2=B1 8% +14.6% 14= 972 =C2=B1 11% softirqs.CPU49.SCHED 0.00 +3.3e+101% 0.33 =C2=B1141% -100.0% 0.00 = softirqs.CPU49.TASKLET 1174 =C2=B1118% -19.9% 940.33 =C2=B1 63% -74.7% 297= .67 =C2=B1 53% softirqs.CPU49.TIMER 2.00 =C2=B1141% +533.3% 12.67 =C2=B1100% -100.0% 0= .00 softirqs.CPU5.BLOCK 1.67 =C2=B1101% -60.0% 0.67 =C2=B1141% -80.0% 0= .33 =C2=B1141% softirqs.CPU5.NET_RX 0.33 =C2=B1141% +100.0% 0.67 =C2=B1 70% +0.0% 0= .33 =C2=B1141% softirqs.CPU5.NET_TX 6100 =C2=B1 5% +0.2% 6113 +3.7% 6326 =C2= =B1 8% softirqs.CPU5.RCU 16920 =C2=B1 9% -11.6% 14949 =C2=B1 12% -4.6% 16= 135 =C2=B1 22% softirqs.CPU5.SCHED 0.67 =C2=B1141% -100.0% 0.00 -100.0% 0.00 = softirqs.CPU5.TASKLET 495.00 =C2=B1 58% -72.5% 136.00 =C2=B1 18% -47.0% 262= .33 =C2=B1 42% softirqs.CPU5.TIMER 393.33 =C2=B1136% -98.5% 6.00 =C2=B1117% -99.7% 1= .33 =C2=B1 35% softirqs.CPU50.NET_RX 1.00 -33.3% 0.67 =C2=B1 70% -66.7% 0.33 =C2= =B1141% softirqs.CPU50.NET_TX 6365 =C2=B1 7% -4.6% 6069 =C2=B1 5% +0.2% 6= 376 =C2=B1 2% softirqs.CPU50.RCU 14683 =C2=B1 8% -7.0% 13649 =C2=B1 32% -6.8% 13= 682 =C2=B1 15% softirqs.CPU50.SCHED 0.00 -100.0% 0.00 +6.7e+101% 0.67 =C2=B1= 141% softirqs.CPU50.TASKLET 860.00 =C2=B1 98% -66.4% 289.33 =C2=B1 67% -55.0% 387= .00 =C2=B1 39% softirqs.CPU50.TIMER 4.33 =C2=B1141% -100.0% 0.00 +415.4% 22.33 =C2= =B1141% softirqs.CPU51.BLOCK 9.33 =C2=B1118% +3496.4% 335.67 =C2=B1140% -96.4% 0= .33 =C2=B1141% softirqs.CPU51.NET_RX 2.00 =C2=B1 40% -33.3% 1.33 =C2=B1 35% -100.0% 0= .00 softirqs.CPU51.NET_TX 6990 =C2=B1 7% -10.5% 6256 =C2=B1 9% -4.8% 6= 651 =C2=B1 10% softirqs.CPU51.RCU 13292 =C2=B1 23% +9.9% 14604 =C2=B1 28% +8.2% 14= 384 =C2=B1 22% softirqs.CPU51.SCHED 1229 =C2=B1127% -10.7% 1097 =C2=B1124% -78.4% 266= .00 =C2=B1 41% softirqs.CPU51.TIMER 0.00 +2e+102% 2.00 =C2=B1141% -100.0% 0.00 = softirqs.CPU52.BLOCK 47.67 =C2=B1134% -93.7% 3.00 =C2=B1 94% -86.7% 6= .33 =C2=B1130% softirqs.CPU52.NET_RX 2.67 =C2=B1115% -50.0% 1.33 =C2=B1 93% -75.0% 0= .67 =C2=B1 70% softirqs.CPU52.NET_TX 7553 =C2=B1 4% -9.8% 6811 =C2=B1 8% -10.6% 6= 749 softirqs.CPU52.RCU 12471 =C2=B1 16% -41.9% 7242 =C2=B1 26% +1.1% 12= 605 =C2=B1 9% softirqs.CPU52.SCHED 0.67 =C2=B1141% -100.0% 0.00 -100.0% 0.00 = softirqs.CPU52.TASKLET 224.33 =C2=B1 50% +727.6% 1856 =C2=B1 85% +29.4% 290= .33 =C2=B1 85% softirqs.CPU52.TIMER 0.33 =C2=B1141% +500.0% 2.00 =C2=B1141% -100.0% 0= .00 softirqs.CPU53.BLOCK 48.00 =C2=B1135% -97.2% 1.33 =C2=B1 35% +7.6% 51= .67 =C2=B1138% softirqs.CPU53.NET_RX 1.67 =C2=B1 74% -40.0% 1.00 =C2=B1 81% +0.0% 1= .67 =C2=B1101% softirqs.CPU53.NET_TX 7075 =C2=B1 11% -22.0% 5517 =C2=B1 4% -7.4% 6= 554 =C2=B1 7% softirqs.CPU53.RCU 10482 =C2=B1 14% +25.3% 13138 =C2=B1 13% +21.0% 12= 682 =C2=B1 25% softirqs.CPU53.SCHED 233.00 =C2=B1 39% -19.0% 188.67 =C2=B1 58% +5.9% 246= .67 =C2=B1 45% softirqs.CPU53.TIMER 3.33 =C2=B1101% -100.0% 0.00 -90.0% 0.33 =C2= =B1141% softirqs.CPU54.BLOCK 53.67 =C2=B1 65% -7.5% 49.67 =C2=B1130% -15.5% 45= .33 =C2=B1121% softirqs.CPU54.NET_RX 3.00 =C2=B1 72% -11.1% 2.67 =C2=B1115% -33.3% 2= .00 =C2=B1108% softirqs.CPU54.NET_TX 7188 =C2=B1 7% -21.4% 5649 =C2=B1 7% -4.3% 6= 879 =C2=B1 7% softirqs.CPU54.RCU 13591 =C2=B1 7% +17.0% 15898 =C2=B1 24% -2.3% 13= 276 =C2=B1 20% softirqs.CPU54.SCHED 1.33 =C2=B1 93% -100.0% 0.00 -75.0% 0.33 =C2= =B1141% softirqs.CPU54.TASKLET 848.33 =C2=B1 55% -83.2% 142.67 =C2=B1 43% -53.9% 390= .67 =C2=B1 47% softirqs.CPU54.TIMER 4.00 =C2=B1141% -33.3% 2.67 =C2=B1141% -100.0% 0= .00 softirqs.CPU55.BLOCK 12.33 =C2=B1 91% +64.9% 20.33 =C2=B1120% -54.1% 5= .67 =C2=B1104% softirqs.CPU55.NET_RX 1.67 =C2=B1 74% -60.0% 0.67 =C2=B1 70% -20.0% 1= .33 =C2=B1 93% softirqs.CPU55.NET_TX 7201 =C2=B1 3% -19.4% 5805 =C2=B1 8% -13.9% 6= 196 =C2=B1 9% softirqs.CPU55.RCU 12253 =C2=B1 16% +4.8% 12837 =C2=B1 20% +27.6% 15= 638 =C2=B1 22% softirqs.CPU55.SCHED 0.00 -100.0% 0.00 +9.3e+102% 9.33 =C2=B1= 141% softirqs.CPU55.TASKLET 544.67 =C2=B1 93% -42.0% 316.00 =C2=B1 98% -70.9% 158= .67 =C2=B1 62% softirqs.CPU55.TIMER 0.67 =C2=B1141% -100.0% 0.00 +600.0% 4.67 =C2= =B1141% softirqs.CPU56.BLOCK 10.00 =C2=B1113% -46.7% 5.33 =C2=B1 44% -83.3% 1= .67 =C2=B1 28% softirqs.CPU56.NET_RX 1.33 =C2=B1 35% +75.0% 2.33 =C2=B1 40% -25.0% 1= .00 softirqs.CPU56.NET_TX 6308 =C2=B1 12% -14.1% 5418 =C2=B1 9% +0.0% 6= 308 =C2=B1 4% softirqs.CPU56.RCU 14272 =C2=B1 9% +5.1% 15005 =C2=B1 12% +2.4% 14= 608 =C2=B1 8% softirqs.CPU56.SCHED 0.67 =C2=B1141% -100.0% 0.00 -100.0% 0.00 = softirqs.CPU56.TASKLET 472.67 =C2=B1 53% -50.7% 233.00 =C2=B1 78% -57.6% 200= .33 =C2=B1 18% softirqs.CPU56.TIMER 0.00 -100.0% 0.00 +4e+102% 4.00 =C2=B1= 141% softirqs.CPU57.BLOCK 10.33 =C2=B1120% +9.7% 11.33 =C2=B1116% -83.9% 1= .67 =C2=B1 28% softirqs.CPU57.NET_RX 1.00 =C2=B1 81% -33.3% 0.67 =C2=B1141% -33.3% 0= .67 =C2=B1 70% softirqs.CPU57.NET_TX 6641 =C2=B1 2% -9.0% 6045 =C2=B1 8% -15.5% 5= 613 =C2=B1 12% softirqs.CPU57.RCU 12514 =C2=B1 32% -7.5% 11579 =C2=B1 16% +40.1% 17= 534 =C2=B1 27% softirqs.CPU57.SCHED 2.67 =C2=B1141% -100.0% 0.00 -87.5% 0.33 =C2= =B1141% softirqs.CPU57.TASKLET 113.67 =C2=B1 12% +2.1% 116.00 =C2=B1 7% +24.3% 141= .33 =C2=B1 38% softirqs.CPU57.TIMER 0.00 -100.0% 0.00 +5.3e+102% 5.33 =C2=B1= 141% softirqs.CPU58.BLOCK 16.33 =C2=B1132% -83.7% 2.67 =C2=B1 93% -95.9% 0= .67 =C2=B1 70% softirqs.CPU58.NET_RX 0.33 =C2=B1141% +100.0% 0.67 =C2=B1 70% +100.0% 0= .67 =C2=B1 70% softirqs.CPU58.NET_TX 6561 =C2=B1 11% -8.2% 6022 =C2=B1 7% -2.9% 6= 373 =C2=B1 9% softirqs.CPU58.RCU 12192 =C2=B1 17% -3.6% 11752 =C2=B1 24% +6.6% 12= 994 =C2=B1 20% softirqs.CPU58.SCHED 0.33 =C2=B1141% -100.0% 0.00 +0.0% 0.33 =C2= =B1141% softirqs.CPU58.TASKLET 124.67 =C2=B1 12% +88.8% 235.33 =C2=B1 75% +39.8% 174= .33 =C2=B1 35% softirqs.CPU58.TIMER 8.00 =C2=B1141% -100.0% 0.00 -100.0% 0.00 = softirqs.CPU59.BLOCK 204.67 =C2=B1139% -99.5% 1.00 =C2=B1 81% -89.4% 21= .67 =C2=B1110% softirqs.CPU59.NET_RX 1.67 =C2=B1 28% -80.0% 0.33 =C2=B1141% -80.0% 0= .33 =C2=B1141% softirqs.CPU59.NET_TX 6654 =C2=B1 6% -5.5% 6286 =C2=B1 3% -0.9% 6= 593 =C2=B1 5% softirqs.CPU59.RCU 13077 =C2=B1 18% -11.5% 11568 =C2=B1 5% +21.7% 15= 912 =C2=B1 24% softirqs.CPU59.SCHED 0.00 +1.3e+102% 1.33 =C2=B1 70% -100.0% 0.00 = softirqs.CPU59.TASKLET 195.00 =C2=B1 27% +3.1% 201.00 =C2=B1 36% +242.7% 668= .33 =C2=B1 84% softirqs.CPU59.TIMER 5.33 =C2=B1141% -50.0% 2.67 =C2=B1141% -100.0% 0= .00 softirqs.CPU6.BLOCK 19.67 =C2=B1134% -84.7% 3.00 =C2=B1 72% -94.9% 1= .00 =C2=B1 81% softirqs.CPU6.NET_RX 1.00 =C2=B1 81% -33.3% 0.67 =C2=B1 70% -33.3% 0= .67 =C2=B1 70% softirqs.CPU6.NET_TX 6888 =C2=B1 7% -6.9% 6414 =C2=B1 6% -13.4% 5= 968 =C2=B1 3% softirqs.CPU6.RCU 15009 =C2=B1 7% -8.1% 13798 =C2=B1 22% +3.7% 15= 563 =C2=B1 26% softirqs.CPU6.SCHED 0.67 =C2=B1 70% -100.0% 0.00 -100.0% 0.00 = softirqs.CPU6.TASKLET 496.33 =C2=B1 78% +239.7% 1686 =C2=B1 71% -39.2% 302= .00 =C2=B1 50% softirqs.CPU6.TIMER 0.67 =C2=B1141% -100.0% 0.00 +1900.0% 13.33 =C2= =B1 74% softirqs.CPU60.BLOCK 46.67 =C2=B1138% -97.1% 1.33 =C2=B1 35% -97.9% 1= .00 softirqs.CPU60.NET_RX 1.67 =C2=B1141% -100.0% 0.00 -60.0% 0.67 =C2= =B1 70% softirqs.CPU60.NET_TX 6732 =C2=B1 7% -19.0% 5453 =C2=B1 14% -10.8% 6= 002 =C2=B1 7% softirqs.CPU60.RCU 11973 =C2=B1 18% +41.8% 16973 =C2=B1 23% +21.7% 14= 565 =C2=B1 21% softirqs.CPU60.SCHED 393.00 =C2=B1 60% -69.9% 118.33 =C2=B1 29% -36.6% 249= .33 =C2=B1 59% softirqs.CPU60.TIMER 2.00 =C2=B1 40% +50.0% 3.00 =C2=B1 54% +16.7% 2= .33 =C2=B1 20% softirqs.CPU61.NET_RX 0.33 =C2=B1141% +200.0% 1.00 =C2=B1 81% +300.0% 1= .33 =C2=B1 35% softirqs.CPU61.NET_TX 6410 =C2=B1 2% -11.0% 5706 =C2=B1 11% -3.6% 6= 180 =C2=B1 8% softirqs.CPU61.RCU 15148 =C2=B1 26% +1.9% 15434 =C2=B1 28% +5.4% 15= 966 =C2=B1 16% softirqs.CPU61.SCHED 284.00 =C2=B1 42% +69.6% 481.67 =C2=B1 65% -21.2% 223= .67 =C2=B1 28% softirqs.CPU61.TIMER 11.33 =C2=B1141% -100.0% 0.00 -76.5% 2.67 =C2= =B1141% softirqs.CPU62.BLOCK 1.67 =C2=B1101% +420.0% 8.67 =C2=B1125% +49240.0% 822= .33 =C2=B1141% softirqs.CPU62.NET_RX 1.00 =C2=B1 81% +0.0% 1.00 =C2=B1 81% -33.3% 0= .67 =C2=B1 70% softirqs.CPU62.NET_TX 6531 =C2=B1 11% -15.2% 5540 =C2=B1 7% -11.8% 5= 759 =C2=B1 6% softirqs.CPU62.RCU 11311 =C2=B1 42% +24.6% 14097 =C2=B1 32% +53.1% 17= 319 =C2=B1 9% softirqs.CPU62.SCHED 11.00 =C2=B1141% -100.0% 0.00 -93.9% 0.67 =C2= =B1141% softirqs.CPU62.TASKLET 223.00 =C2=B1 44% +14.5% 255.33 =C2=B1 73% +1209.9% 2= 921 =C2=B1 82% softirqs.CPU62.TIMER 2.00 =C2=B1 70% -66.7% 0.67 =C2=B1 70% -16.7% 1= .67 =C2=B1 28% softirqs.CPU63.NET_RX 0.33 =C2=B1141% -100.0% 0.00 +200.0% 1.00 =C2= =B1 81% softirqs.CPU63.NET_TX 6407 =C2=B1 4% -23.2% 4922 =C2=B1 8% -0.7% 6= 361 =C2=B1 12% softirqs.CPU63.RCU 12594 =C2=B1 17% +26.3% 15900 =C2=B1 9% +6.7% 13= 432 =C2=B1 25% softirqs.CPU63.SCHED 213.67 =C2=B1 44% +2.2% 218.33 =C2=B1 43% +106.7% 441= .67 =C2=B1 53% softirqs.CPU63.TIMER 4.33 =C2=B1 96% +369.2% 20.33 =C2=B1 94% -69.2% 1= .33 =C2=B1 35% softirqs.CPU64.NET_RX 0.33 =C2=B1141% +300.0% 1.33 =C2=B1 93% +200.0% 1= .00 softirqs.CPU64.NET_TX 6413 =C2=B1 10% -6.9% 5968 =C2=B1 4% +11.4% 7= 146 =C2=B1 7% softirqs.CPU64.RCU 13468 =C2=B1 7% -9.8% 12148 =C2=B1 18% -13.0% 11= 716 =C2=B1 29% softirqs.CPU64.SCHED 0.00 -100.0% 0.00 -100.0% 0.00 = softirqs.CPU64.TASKLET 158.67 =C2=B1 9% +120.0% 349.00 =C2=B1 92% +66.6% 264= .33 =C2=B1 7% softirqs.CPU64.TIMER 2.33 =C2=B1112% +771.4% 20.33 =C2=B1127% +457.1% 13= .00 =C2=B1130% softirqs.CPU65.NET_RX 0.00 +1e+102% 1.00 =C2=B1 81% +6.7e+101% 0.67 =C2= =B1141% softirqs.CPU65.NET_TX 7043 =C2=B1 14% -15.6% 5943 =C2=B1 6% -14.7% 6= 010 =C2=B1 13% softirqs.CPU65.RCU 10844 =C2=B1 16% +34.4% 14574 =C2=B1 27% +38.2% 14= 991 =C2=B1 36% softirqs.CPU65.SCHED 0.33 =C2=B1141% -100.0% 0.00 -100.0% 0.00 = softirqs.CPU65.TASKLET 335.67 =C2=B1 57% -52.6% 159.00 =C2=B1 31% -46.2% 180= .67 =C2=B1 63% softirqs.CPU65.TIMER 0.00 +1.1e+103% 11.33 =C2=B1141% -100.0% 0.00 = softirqs.CPU66.BLOCK 684.33 =C2=B1140% -98.6% 9.67 =C2=B1119% -98.6% 9= .67 =C2=B1106% softirqs.CPU66.NET_RX 0.00 -100.0% 0.00 -100.0% 0.00 = softirqs.CPU66.NET_TX 7191 =C2=B1 14% -23.4% 5510 =C2=B1 5% -2.4% 7= 017 =C2=B1 14% softirqs.CPU66.RCU 16220 =C2=B1 36% -6.4% 15189 =C2=B1 9% -10.7% 14= 488 =C2=B1 25% softirqs.CPU66.SCHED 0.00 -100.0% 0.00 +2.7e+102% 2.67 =C2=B1= 141% softirqs.CPU66.TASKLET 3757 =C2=B1125% -90.9% 342.33 =C2=B1 95% -93.1% 258= .00 =C2=B1 41% softirqs.CPU66.TIMER 0.33 =C2=B1141% +100.0% 0.67 =C2=B1141% -100.0% 0= .00 softirqs.CPU67.BLOCK 1649 =C2=B1141% -100.0% 0.67 =C2=B1 70% -97.5% 41= .67 =C2=B1127% softirqs.CPU67.NET_RX 0.00 +3.3e+101% 0.33 =C2=B1141% +6.7e+101% 0.67 =C2= =B1141% softirqs.CPU67.NET_TX 6192 =C2=B1 5% -14.5% 5293 =C2=B1 9% -2.0% 6= 065 =C2=B1 7% softirqs.CPU67.RCU 16594 =C2=B1 8% +14.9% 19072 =C2=B1 16% -1.9% 16= 284 =C2=B1 6% softirqs.CPU67.SCHED 0.00 +3.3e+101% 0.33 =C2=B1141% -100.0% 0.00 = softirqs.CPU67.TASKLET 420.00 =C2=B1 92% -29.1% 297.67 =C2=B1 34% +56.0% 655= .33 =C2=B1 92% softirqs.CPU67.TIMER 0.00 -100.0% 0.00 +2e+102% 2.00 =C2=B1= 141% softirqs.CPU68.BLOCK 4.00 =C2=B1106% +1500.0% 64.00 =C2=B1129% +8.3% 4= .33 =C2=B1 39% softirqs.CPU68.NET_RX 0.67 =C2=B1141% -50.0% 0.33 =C2=B1141% +150.0% 1= .67 =C2=B1 28% softirqs.CPU68.NET_TX 6130 =C2=B1 9% -12.5% 5361 =C2=B1 6% +5.5% 6= 468 =C2=B1 3% softirqs.CPU68.RCU 14249 =C2=B1 10% +12.1% 15980 =C2=B1 10% +8.1% 15= 408 =C2=B1 16% softirqs.CPU68.SCHED 0.00 -100.0% 0.00 +2.3e+102% 2.33 =C2=B1= 112% softirqs.CPU68.TASKLET 447.33 =C2=B1 33% +38.7% 620.67 =C2=B1107% -14.5% 382= .33 =C2=B1 44% softirqs.CPU68.TIMER 0.00 +1.2e+103% 12.00 =C2=B1141% -100.0% 0.00 = softirqs.CPU69.BLOCK 2.33 =C2=B1 88% -28.6% 1.67 =C2=B1141% +314.3% 9= .67 =C2=B1105% softirqs.CPU69.NET_RX 0.67 =C2=B1141% +0.0% 0.67 =C2=B1141% +50.0% 1= .00 =C2=B1 81% softirqs.CPU69.NET_TX 6902 =C2=B1 3% -16.7% 5748 =C2=B1 3% +4.8% 7= 230 =C2=B1 24% softirqs.CPU69.RCU 10975 =C2=B1 18% +27.9% 14042 =C2=B1 20% +60.6% 17= 622 =C2=B1 19% softirqs.CPU69.SCHED 0.33 =C2=B1141% +0.0% 0.33 =C2=B1141% -100.0% 0= .00 softirqs.CPU69.TASKLET 628.00 =C2=B1 51% -78.9% 132.67 =C2=B1 15% +22.2% 767= .33 =C2=B1 70% softirqs.CPU69.TIMER 0.00 +1.3e+103% 13.33 =C2=B1141% -100.0% 0.00 = softirqs.CPU7.BLOCK 1.00 +33.3% 1.33 =C2=B1141% +2200.0% 23.00 =C2= =B1111% softirqs.CPU7.NET_RX 0.00 +6.7e+101% 0.67 =C2=B1141% +6.7e+101% 0.67 =C2= =B1 70% softirqs.CPU7.NET_TX 7894 =C2=B1 31% -15.1% 6703 =C2=B1 20% -16.4% 6= 596 =C2=B1 10% softirqs.CPU7.RCU 15921 =C2=B1 10% +3.9% 16541 =C2=B1 10% -16.6% 13= 284 =C2=B1 19% softirqs.CPU7.SCHED 908.00 =C2=B1 38% -75.0% 226.67 =C2=B1 76% -51.7% 438= .67 =C2=B1 73% softirqs.CPU7.TIMER 2.00 =C2=B1141% -100.0% 0.00 -100.0% 0.00 = softirqs.CPU70.BLOCK 2.67 =C2=B1 77% -25.0% 2.00 =C2=B1 40% -75.0% 0= .67 =C2=B1141% softirqs.CPU70.NET_RX 0.67 =C2=B1 70% +50.0% 1.00 =C2=B1141% -100.0% 0= .00 softirqs.CPU70.NET_TX 8167 =C2=B1 23% -31.5% 5596 =C2=B1 3% -21.1% 6= 442 =C2=B1 14% softirqs.CPU70.RCU 10950 =C2=B1 31% +39.4% 15265 =C2=B1 22% +30.5% 14= 294 =C2=B1 31% softirqs.CPU70.SCHED 0.67 =C2=B1141% -100.0% 0.00 -100.0% 0.00 = softirqs.CPU70.TASKLET 630.33 =C2=B1 93% -76.2% 150.33 =C2=B1 43% -26.3% 464= .33 =C2=B1 76% softirqs.CPU70.TIMER 1.00 +1633.3% 17.33 =C2=B1141% +133.3% 2.33 =C2= =B1 40% softirqs.CPU71.NET_RX 0.33 =C2=B1141% +0.0% 0.33 =C2=B1141% +100.0% 0= .67 =C2=B1 70% softirqs.CPU71.NET_TX 6463 =C2=B1 11% -10.6% 5780 =C2=B1 2% -0.4% 6= 436 =C2=B1 10% softirqs.CPU71.RCU 15363 =C2=B1 7% -7.6% 14190 =C2=B1 26% -1.4% 15= 152 =C2=B1 9% softirqs.CPU71.SCHED 0.00 +3.3e+101% 0.33 =C2=B1141% +1e+102% 1.00 =C2= =B1141% softirqs.CPU71.TASKLET 796.00 =C2=B1109% -55.9% 350.67 =C2=B1 92% -45.5% 433= .67 =C2=B1 53% softirqs.CPU71.TIMER 0.00 +2.3e+102% 2.33 =C2=B1 72% -100.0% 0.00 = softirqs.CPU72.BLOCK 0.00 +3.3e+101% 0.33 =C2=B1141% +3.7e+102% 3.67 =C2= =B1 56% softirqs.CPU72.NET_RX 0.00 -100.0% 0.00 +3.3e+101% 0.33 =C2=B1= 141% softirqs.CPU72.NET_TX 6405 =C2=B1 10% -9.0% 5826 =C2=B1 5% +4.4% 6= 689 =C2=B1 9% softirqs.CPU72.RCU 17474 =C2=B1 10% -1.5% 17216 =C2=B1 12% -6.5% 16= 334 =C2=B1 16% softirqs.CPU72.SCHED 0.00 -100.0% 0.00 +3.3e+101% 0.33 =C2=B1= 141% softirqs.CPU72.TASKLET 525.00 =C2=B1 42% -53.3% 245.33 =C2=B1 39% -43.0% 299= .33 =C2=B1 67% softirqs.CPU72.TIMER 0.00 +3.3e+101% 0.33 =C2=B1141% +1.7e+102% 1.67 =C2= =B1141% softirqs.CPU73.NET_RX 0.00 -100.0% 0.00 -100.0% 0.00 = softirqs.CPU73.NET_TX 6577 =C2=B1 14% +8.1% 7112 =C2=B1 32% +10.2% 7= 249 =C2=B1 13% softirqs.CPU73.RCU 17830 =C2=B1 9% -4.0% 17115 =C2=B1 16% -12.9% 15= 537 =C2=B1 9% softirqs.CPU73.SCHED 0.00 -100.0% 0.00 +3e+102% 3.00 =C2=B1= 141% softirqs.CPU73.TASKLET 462.00 =C2=B1 55% -44.0% 258.67 =C2=B1 43% -3.2% 447= .00 =C2=B1 65% softirqs.CPU73.TIMER 2.00 =C2=B1141% -100.0% 0.00 -100.0% 0.00 = softirqs.CPU74.BLOCK 0.00 +1.3e+104% 126.33 =C2=B1141% +3e+102% 3.00 =C2= =B1141% softirqs.CPU74.NET_RX 0.00 -100.0% 0.00 +3.3e+101% 0.33 =C2=B1= 141% softirqs.CPU74.NET_TX 6119 +14.3% 6995 =C2=B1 16% +17.6% 7194 =C2= =B1 14% softirqs.CPU74.RCU 18092 =C2=B1 8% -3.2% 17521 =C2=B1 21% -10.1% 16= 258 =C2=B1 12% softirqs.CPU74.SCHED 607.00 =C2=B1 23% +13.9% 691.67 =C2=B1 56% +85.9% 1= 128 =C2=B1 53% softirqs.CPU74.TIMER 0.00 -100.0% 0.00 +3.5e+103% 34.67 =C2=B1= 90% softirqs.CPU75.BLOCK 944.67 =C2=B1141% -99.9% 0.67 =C2=B1 70% -99.4% 5= .33 =C2=B1 93% softirqs.CPU75.NET_RX 0.00 -100.0% 0.00 +1.7e+103% 16.67 =C2=B1= 141% softirqs.CPU75.NET_TX 6590 =C2=B1 19% -12.4% 5774 =C2=B1 15% +3.4% 6= 812 =C2=B1 10% softirqs.CPU75.RCU 20884 =C2=B1 11% -24.8% 15703 =C2=B1 13% -20.8% 16= 542 =C2=B1 19% softirqs.CPU75.SCHED 1.00 =C2=B1141% -100.0% 0.00 -100.0% 0.00 = softirqs.CPU75.TASKLET 997.00 =C2=B1 80% +75.9% 1753 =C2=B1 84% -69.8% 300= .67 =C2=B1 22% softirqs.CPU75.TIMER 7.33 =C2=B1113% -100.0% 0.00 -100.0% 0.00 = softirqs.CPU76.BLOCK 0.00 -100.0% 0.00 -100.0% 0.00 = softirqs.CPU76.NET_RX 6520 =C2=B1 12% -16.2% 5463 =C2=B1 2% +1.0% 6= 586 =C2=B1 7% softirqs.CPU76.RCU 19765 -8.6% 18071 =C2=B1 4% -32.3% 13386 =C2= =B1 32% softirqs.CPU76.SCHED 0.00 +6.7e+101% 0.67 =C2=B1141% -100.0% 0.00 = softirqs.CPU76.TASKLET 592.33 =C2=B1 87% -12.7% 517.33 =C2=B1 56% -63.9% 213= .67 =C2=B1 66% softirqs.CPU76.TIMER 1.00 =C2=B1141% -33.3% 0.67 =C2=B1141% -100.0% 0= .00 softirqs.CPU77.NET_RX 0.00 -100.0% 0.00 -100.0% 0.00 = softirqs.CPU77.NET_TX 6722 =C2=B1 25% -16.9% 5588 =C2=B1 12% +18.7% 7= 976 =C2=B1 16% softirqs.CPU77.RCU 19442 =C2=B1 14% -11.8% 17142 =C2=B1 11% -24.1% 14= 760 =C2=B1 11% softirqs.CPU77.SCHED 782.67 =C2=B1 44% +21.3% 949.00 =C2=B1 3% -8.9% 713= .33 =C2=B1 78% softirqs.CPU77.TIMER 34.67 =C2=B1 76% -56.7% 15.00 =C2=B1141% -88.5% 4= .00 =C2=B1141% softirqs.CPU78.BLOCK 0.00 +3.3e+101% 0.33 =C2=B1141% +2.1e+104% 208.00 =C2= =B1141% softirqs.CPU78.NET_RX 0.00 -100.0% 0.00 +3.3e+101% 0.33 =C2=B1= 141% softirqs.CPU78.NET_TX 7064 =C2=B1 15% -7.6% 6526 =C2=B1 15% +16.9% 8= 260 =C2=B1 29% softirqs.CPU78.RCU 16911 =C2=B1 12% +2.1% 17258 =C2=B1 22% +6.3% 17= 970 =C2=B1 12% softirqs.CPU78.SCHED 0.00 +3.7e+102% 3.67 =C2=B1141% -100.0% 0.00 = softirqs.CPU78.TASKLET 531.67 =C2=B1 41% -17.4% 439.00 =C2=B1 57% +88.5% 1= 002 =C2=B1101% softirqs.CPU78.TIMER 21.67 =C2=B1141% -72.3% 6.00 =C2=B1118% -92.3% 1= .67 =C2=B1141% softirqs.CPU79.BLOCK 0.33 =C2=B1141% +600.0% 2.33 =C2=B1141% +500.0% 2= .00 =C2=B1141% softirqs.CPU79.NET_RX 0.00 -100.0% 0.00 +6.7e+101% 0.67 =C2=B1= 141% softirqs.CPU79.NET_TX 6134 =C2=B1 23% -1.2% 6060 =C2=B1 5% +29.9% 7= 971 =C2=B1 44% softirqs.CPU79.RCU 20458 =C2=B1 11% -31.5% 14016 =C2=B1 16% -17.1% 16= 969 =C2=B1 30% softirqs.CPU79.SCHED 431.00 =C2=B1 60% +132.8% 1003 =C2=B1 57% -13.1% 374= .67 =C2=B1 39% softirqs.CPU79.TIMER 1.33 =C2=B1 35% +29925.0% 400.33 =C2=B1141% -25.0% 1= .00 softirqs.CPU8.NET_RX 0.67 =C2=B1 70% -100.0% 0.00 +0.0% 0.67 =C2= =B1 70% softirqs.CPU8.NET_TX 7230 =C2=B1 3% +5.8% 7651 =C2=B1 7% -14.5% 6= 184 softirqs.CPU8.RCU 12284 =C2=B1 6% +16.3% 14282 =C2=B1 16% +16.2% 14= 272 =C2=B1 7% softirqs.CPU8.SCHED 232.00 =C2=B1 70% +402.6% 1166 =C2=B1 76% +76.3% 409= .00 =C2=B1 61% softirqs.CPU8.TIMER 0.00 -100.0% 0.00 +7.7e+102% 7.67 =C2=B1= 141% softirqs.CPU80.BLOCK 0.00 -100.0% 0.00 +1e+102% 1.00 =C2=B1= 81% softirqs.CPU80.NET_RX 0.00 -100.0% 0.00 +3.3e+101% 0.33 =C2=B1= 141% softirqs.CPU80.NET_TX 7696 =C2=B1 26% -20.3% 6133 =C2=B1 6% -15.9% 6= 472 =C2=B1 7% softirqs.CPU80.RCU 18946 =C2=B1 6% -43.0% 10793 =C2=B1 16% -32.6% 12= 768 =C2=B1 25% softirqs.CPU80.SCHED 0.00 +6.7e+101% 0.67 =C2=B1 70% -100.0% 0.00 = softirqs.CPU80.TASKLET 1155 =C2=B1 26% -83.3% 192.67 =C2=B1 46% -79.2% 240= .00 =C2=B1 18% softirqs.CPU80.TIMER 0.00 +2.4e+103% 23.67 =C2=B1141% -100.0% 0.00 = softirqs.CPU81.BLOCK 0.00 +1.5e+104% 148.33 =C2=B1138% -100.0% 0.00 = softirqs.CPU81.NET_RX 0.00 +3.3e+101% 0.33 =C2=B1141% -100.0% 0.00 = softirqs.CPU81.NET_TX 6388 =C2=B1 10% -15.9% 5373 =C2=B1 22% -2.8% 6= 208 =C2=B1 5% softirqs.CPU81.RCU 17993 =C2=B1 9% -2.2% 17591 =C2=B1 14% -21.1% 14= 203 =C2=B1 11% softirqs.CPU81.SCHED 0.00 -100.0% 0.00 -100.0% 0.00 = softirqs.CPU81.TASKLET 663.33 =C2=B1 63% +87.6% 1244 =C2=B1 79% -55.2% 297= .00 =C2=B1 46% softirqs.CPU81.TIMER 0.00 +7.7e+102% 7.67 =C2=B1141% +3.3e+101% 0.33 =C2= =B1141% softirqs.CPU82.BLOCK 3.67 =C2=B1105% -63.6% 1.33 =C2=B1141% +65318.2% 2= 398 =C2=B1141% softirqs.CPU82.NET_RX 0.67 =C2=B1141% -100.0% 0.00 -100.0% 0.00 = softirqs.CPU82.NET_TX 6388 =C2=B1 18% -6.1% 5999 =C2=B1 2% +18.5% 7= 570 =C2=B1 24% softirqs.CPU82.RCU 18690 =C2=B1 12% -20.1% 14937 =C2=B1 25% -20.5% 14= 857 =C2=B1 41% softirqs.CPU82.SCHED 0.00 +3.3e+101% 0.33 =C2=B1141% -100.0% 0.00 = softirqs.CPU82.TASKLET 307.00 =C2=B1 16% +15.9% 355.67 =C2=B1 41% +149.9% 767= .33 =C2=B1107% softirqs.CPU82.TIMER 0.00 +6.7e+101% 0.67 =C2=B1141% -100.0% 0.00 = softirqs.CPU83.BLOCK 201.67 =C2=B1141% -99.5% 1.00 =C2=B1141% -95.9% 8= .33 =C2=B1141% softirqs.CPU83.NET_RX 0.00 +3.3e+101% 0.33 =C2=B1141% +3.3e+101% 0.33 =C2= =B1141% softirqs.CPU83.NET_TX 6118 =C2=B1 8% -13.8% 5272 =C2=B1 17% +1.4% 6= 202 =C2=B1 2% softirqs.CPU83.RCU 18673 =C2=B1 31% -12.7% 16294 =C2=B1 16% -16.8% 15= 538 =C2=B1 8% softirqs.CPU83.SCHED 850.33 =C2=B1 71% -71.8% 239.67 =C2=B1 25% +38.9% 1= 181 =C2=B1 48% softirqs.CPU83.TIMER 0.00 -100.0% 0.00 +1.2e+103% 11.67 =C2=B1= 71% softirqs.CPU84.BLOCK 7.67 =C2=B1141% +0.0% 7.67 =C2=B1141% -91.3% 0= .67 =C2=B1141% softirqs.CPU84.NET_RX 0.00 -100.0% 0.00 -100.0% 0.00 = softirqs.CPU84.NET_TX 5690 =C2=B1 11% -0.7% 5653 =C2=B1 9% +12.5% 6= 399 =C2=B1 12% softirqs.CPU84.RCU 21551 =C2=B1 11% -44.9% 11870 =C2=B1 17% -30.6% 14= 953 =C2=B1 14% softirqs.CPU84.SCHED 512.33 =C2=B1 54% +39.4% 714.33 =C2=B1120% -40.1% 307= .00 =C2=B1 43% softirqs.CPU84.TIMER 0.00 +1.1e+103% 11.00 =C2=B1141% -100.0% 0.00 = softirqs.CPU85.BLOCK 0.33 =C2=B1141% -100.0% 0.00 +0.0% 0.33 =C2= =B1141% softirqs.CPU85.NET_RX 6367 =C2=B1 8% -8.6% 5822 =C2=B1 19% +1.5% 6= 461 =C2=B1 17% softirqs.CPU85.RCU 15532 =C2=B1 14% -6.0% 14594 =C2=B1 23% -9.8% 14= 012 =C2=B1 30% softirqs.CPU85.SCHED 0.00 +3.3e+101% 0.33 =C2=B1141% +3e+102% 3.00 =C2= =B1141% softirqs.CPU85.TASKLET 544.00 =C2=B1 77% +186.2% 1556 =C2=B1 93% -20.6% 431= .67 =C2=B1 79% softirqs.CPU85.TIMER 0.00 +9.3e+102% 9.33 =C2=B1141% -100.0% 0.00 = softirqs.CPU86.BLOCK 0.33 =C2=B1141% -100.0% 0.00 +1.4e+05% 467.67 =C2= =B1 74% softirqs.CPU86.NET_RX 0.00 -100.0% 0.00 -100.0% 0.00 = softirqs.CPU86.NET_TX 5726 =C2=B1 12% -9.2% 5197 =C2=B1 7% +2.9% 5= 893 =C2=B1 13% softirqs.CPU86.RCU 17691 =C2=B1 13% +9.5% 19374 =C2=B1 8% -3.7% 17= 037 =C2=B1 19% softirqs.CPU86.SCHED 0.00 -100.0% 0.00 +1e+103% 10.00 =C2=B1= 141% softirqs.CPU86.TASKLET 870.67 =C2=B1 39% -51.1% 425.33 =C2=B1 56% -38.4% 536= .67 =C2=B1 8% softirqs.CPU86.TIMER 0.00 +1.3e+103% 12.67 =C2=B1141% -100.0% 0.00 = softirqs.CPU87.BLOCK 257.67 =C2=B1141% -73.9% 67.33 =C2=B1141% -100.0% 0= .00 softirqs.CPU87.NET_RX 0.00 +3.3e+101% 0.33 =C2=B1141% -100.0% 0.00 = softirqs.CPU87.NET_TX 6130 =C2=B1 5% -2.5% 5979 =C2=B1 12% -1.7% 6= 023 =C2=B1 3% softirqs.CPU87.RCU 17710 =C2=B1 27% -4.5% 16904 =C2=B1 16% -8.7% 16= 169 =C2=B1 12% softirqs.CPU87.SCHED 0.00 -100.0% 0.00 +3.3e+101% 0.33 =C2=B1= 141% softirqs.CPU87.TASKLET 626.33 =C2=B1 57% -26.5% 460.67 =C2=B1 61% +50.9% 945= .00 =C2=B1 70% softirqs.CPU87.TIMER 0.00 +6.7e+101% 0.67 =C2=B1141% -100.0% 0.00 = softirqs.CPU88.BLOCK 0.00 +3.7e+102% 3.67 =C2=B1141% -100.0% 0.00 = softirqs.CPU88.NET_RX 0.00 +1.7e+103% 17.00 =C2=B1141% -100.0% 0.00 = softirqs.CPU88.NET_TX 5694 =C2=B1 20% -7.7% 5256 =C2=B1 10% +15.2% 6= 561 =C2=B1 4% softirqs.CPU88.RCU 18995 =C2=B1 19% +0.2% 19025 =C2=B1 11% -31.9% 12= 936 =C2=B1 14% softirqs.CPU88.SCHED 497.00 =C2=B1 5% +12.3% 558.33 =C2=B1 86% +21.3% 603= .00 =C2=B1 63% softirqs.CPU88.TIMER 4.00 =C2=B1141% -100.0% 0.00 -100.0% 0.00 = softirqs.CPU89.BLOCK 1.33 =C2=B1141% -100.0% 0.00 -100.0% 0.00 = softirqs.CPU89.NET_RX 5879 =C2=B1 9% -5.5% 5557 =C2=B1 7% +5.3% 6= 193 =C2=B1 10% softirqs.CPU89.RCU 19696 =C2=B1 7% -9.1% 17895 =C2=B1 22% -2.1% 19= 288 =C2=B1 10% softirqs.CPU89.SCHED 0.00 -100.0% 0.00 +3.3e+101% 0.33 =C2=B1= 141% softirqs.CPU89.TASKLET 370.00 =C2=B1 54% +41.9% 525.00 =C2=B1104% +45.9% 540= .00 =C2=B1 29% softirqs.CPU89.TIMER 19.33 =C2=B1134% -93.1% 1.33 =C2=B1 35% -98.3% 0= .33 =C2=B1141% softirqs.CPU9.NET_RX 1.00 -33.3% 0.67 =C2=B1 70% -100.0% 0.00 = softirqs.CPU9.NET_TX 6503 =C2=B1 11% -7.7% 6004 =C2=B1 2% +9.7% 7= 131 =C2=B1 2% softirqs.CPU9.RCU 14045 =C2=B1 21% +16.9% 16421 =C2=B1 10% -24.6% 10= 587 =C2=B1 25% softirqs.CPU9.SCHED 0.00 -100.0% 0.00 +6.7e+101% 0.67 =C2=B1= 141% softirqs.CPU9.TASKLET 202.00 =C2=B1 64% -45.4% 110.33 =C2=B1 13% -27.2% 147= .00 =C2=B1 36% softirqs.CPU9.TIMER 1.33 =C2=B1141% +75.0% 2.33 =C2=B1112% +16525.0% 221= .67 =C2=B1141% softirqs.CPU90.NET_RX 0.67 =C2=B1141% -50.0% 0.33 =C2=B1141% -100.0% 0= .00 softirqs.CPU90.NET_TX 5572 =C2=B1 4% -11.1% 4952 =C2=B1 5% +8.7% 6= 055 =C2=B1 9% softirqs.CPU90.RCU 18897 =C2=B1 10% -1.6% 18604 =C2=B1 21% -11.4% 16= 752 =C2=B1 9% softirqs.CPU90.SCHED 0.00 -100.0% 0.00 -100.0% 0.00 = softirqs.CPU90.TASKLET 376.00 =C2=B1 23% +11.2% 418.00 =C2=B1108% +30.5% 490= .67 =C2=B1 63% softirqs.CPU90.TIMER 0.00 +2.3e+102% 2.33 =C2=B1141% +3.3e+101% 0.33 =C2= =B1141% softirqs.CPU91.NET_RX 0.00 +3.3e+101% 0.33 =C2=B1141% -100.0% 0.00 = softirqs.CPU91.NET_TX 5213 =C2=B1 9% +14.1% 5947 =C2=B1 30% +5.7% 5= 512 softirqs.CPU91.RCU 20732 =C2=B1 9% -20.9% 16402 =C2=B1 13% -12.7% 18= 091 =C2=B1 7% softirqs.CPU91.SCHED 500.67 =C2=B1 38% -17.2% 414.67 =C2=B1 63% -75.8% 121= .33 =C2=B1 5% softirqs.CPU91.TIMER 0.00 +1e+102% 1.00 =C2=B1141% -100.0% 0.00 = softirqs.CPU92.BLOCK 0.00 +6.7e+101% 0.67 =C2=B1141% +1e+102% 1.00 =C2= =B1141% softirqs.CPU92.NET_RX 0.00 -100.0% 0.00 +3.3e+101% 0.33 =C2=B1= 141% softirqs.CPU92.NET_TX 5295 =C2=B1 5% +12.6% 5960 =C2=B1 8% +7.0% 5= 669 =C2=B1 3% softirqs.CPU92.RCU 19964 =C2=B1 5% -10.5% 17867 =C2=B1 8% -18.9% 16= 182 =C2=B1 11% softirqs.CPU92.SCHED 371.67 =C2=B1 18% +115.4% 800.67 =C2=B1 97% +38.5% 514= .67 =C2=B1 57% softirqs.CPU92.TIMER 7.67 =C2=B1141% +10187.0% 788.67 =C2=B1141% +43.5% 11= .00 =C2=B1141% softirqs.CPU93.NET_RX 0.00 +6.7e+101% 0.67 =C2=B1141% -100.0% 0.00 = softirqs.CPU93.NET_TX 6115 =C2=B1 11% -11.1% 5438 =C2=B1 12% +3.5% 6= 331 =C2=B1 7% softirqs.CPU93.RCU 18240 =C2=B1 8% +3.0% 18780 =C2=B1 17% -1.5% 17= 958 =C2=B1 17% softirqs.CPU93.SCHED 0.00 -100.0% 0.00 +3.3e+101% 0.33 =C2=B1= 141% softirqs.CPU93.TASKLET 406.00 =C2=B1 76% +154.0% 1031 =C2=B1111% -35.3% 262= .67 =C2=B1 49% softirqs.CPU93.TIMER 5.00 =C2=B1141% -100.0% 0.00 -33.3% 3.33 =C2= =B1141% softirqs.CPU94.BLOCK 6275 =C2=B1 11% -19.9% 5024 =C2=B1 5% -15.2% 5= 324 =C2=B1 6% softirqs.CPU94.RCU 17762 =C2=B1 5% +12.6% 20003 =C2=B1 6% -7.6% 16= 420 =C2=B1 22% softirqs.CPU94.SCHED 0.00 -100.0% 0.00 +6.3e+102% 6.33 =C2=B1= 141% softirqs.CPU94.TASKLET 647.33 =C2=B1 44% -54.0% 298.00 =C2=B1 87% -16.6% 539= .67 =C2=B1 58% softirqs.CPU94.TIMER 0.00 +6.7e+101% 0.67 =C2=B1141% -100.0% 0.00 = softirqs.CPU95.NET_TX 6622 =C2=B1 11% -11.6% 5852 =C2=B1 12% +0.4% 6= 647 =C2=B1 14% softirqs.CPU95.RCU 22790 =C2=B1 17% -25.5% 16976 =C2=B1 16% -7.8% 21= 017 =C2=B1 10% softirqs.CPU95.SCHED 2383 =C2=B1124% -86.6% 319.00 =C2=B1 73% -78.2% 519= .67 =C2=B1 49% softirqs.CPU95.TIMER 2.33 =C2=B1 20% +0.0% 2.33 =C2=B1 20% +14.3% 2= .67 =C2=B1 17% softirqs.HI 13788 =C2=B1 52% -51.6% 6667 =C2=B1 16% -62.0% 5= 240 =C2=B1 53% softirqs.NET_RX 106.00 =C2=B1 6% -1.9% 104.00 =C2=B1 3% -1.6% 104= .33 =C2=B1 4% softirqs.NET_TX 666139 =C2=B1 5% -9.5% 602568 =C2=B1 3% -3.2% 644= 544 =C2=B1 2% softirqs.RCU 1449751 -1.5% 1427706 -1.7% 1425517 = softirqs.SCHED 235.33 -2.4% 229.67 -3.3% 227.67 = softirqs.TASKLET 62465 =C2=B1 2% -9.5% 56552 =C2=B1 2% -11.8% 55= 077 =C2=B1 3% softirqs.TIMER 0.00 -100.0% 0.00 -100.0% 0.00 = interrupts.0:IO-APIC.2-edge.timer 1.33 =C2=B1 93% +650.0% 10.00 =C2=B1141% -50.0% 0= .67 =C2=B1141% interrupts.100:PCI-MSI.31981633-edge.i40e-eth0-TxRx-64 4.67 =C2=B1 88% +192.9% 13.67 =C2=B1120% +178.6% 13= .00 =C2=B1130% interrupts.101:PCI-MSI.31981634-edge.i40e-eth0-TxRx-65 58.33 =C2=B1128% -89.7% 6.00 =C2=B1141% -84.0% 9= .33 =C2=B1 72% interrupts.102:PCI-MSI.31981635-edge.i40e-eth0-TxRx-66 530.33 =C2=B1141% -99.9% 0.67 =C2=B1141% -94.5% 29= .33 =C2=B1120% interrupts.103:PCI-MSI.31981636-edge.i40e-eth0-TxRx-67 0.33 =C2=B1141% +27900.0% 93.33 =C2=B1141% +1100.0% 4= .00 =C2=B1141% interrupts.104:PCI-MSI.31981637-edge.i40e-eth0-TxRx-68 2.33 =C2=B1 88% -57.1% 1.00 =C2=B1 81% -100.0% 0= .00 interrupts.105:PCI-MSI.31981638-edge.i40e-eth0-TxRx-69 1.00 =C2=B1 81% -100.0% 0.00 -33.3% 0.67 =C2= =B1141% interrupts.106:PCI-MSI.31981639-edge.i40e-eth0-TxRx-70 0.00 +1.3e+103% 12.67 =C2=B1141% +1.3e+102% 1.33 =C2= =B1 93% interrupts.107:PCI-MSI.31981640-edge.i40e-eth0-TxRx-71 0.33 =C2=B1141% +0.0% 0.33 =C2=B1141% +300.0% 1= .33 =C2=B1 70% interrupts.108:PCI-MSI.31981641-edge.i40e-eth0-TxRx-72 0.00 +1.3e+102% 1.33 =C2=B1141% +3.3e+101% 0.33 =C2= =B1141% interrupts.109:PCI-MSI.31981642-edge.i40e-eth0-TxRx-73 0.67 =C2=B1141% +9600.0% 64.67 =C2=B1139% +50.0% 1= .00 =C2=B1 81% interrupts.110:PCI-MSI.31981643-edge.i40e-eth0-TxRx-74 1250 =C2=B1141% -100.0% 0.00 -99.7% 3.33 =C2= =B1120% interrupts.111:PCI-MSI.31981644-edge.i40e-eth0-TxRx-75 0.00 +6.7e+101% 0.67 =C2=B1141% -100.0% 0.00 = interrupts.112:PCI-MSI.31981645-edge.i40e-eth0-TxRx-76 0.00 +6.7e+101% 0.67 =C2=B1141% -100.0% 0.00 = interrupts.113:PCI-MSI.31981646-edge.i40e-eth0-TxRx-77 0.00 +1e+102% 1.00 =C2=B1141% +2.4e+104% 238.00 =C2= =B1141% interrupts.114:PCI-MSI.31981647-edge.i40e-eth0-TxRx-78 0.00 +2e+102% 2.00 =C2=B1 81% +3.3e+101% 0.33 =C2= =B1141% interrupts.115:PCI-MSI.31981648-edge.i40e-eth0-TxRx-79 0.00 -100.0% 0.00 +1.7e+102% 1.67 =C2=B1= 141% interrupts.116:PCI-MSI.31981649-edge.i40e-eth0-TxRx-80 0.00 +2.3e+104% 228.67 =C2=B1140% -100.0% 0.00 = interrupts.117:PCI-MSI.31981650-edge.i40e-eth0-TxRx-81 2.00 =C2=B1141% -66.7% 0.67 =C2=B1141% +18916.7% 380= .33 =C2=B1141% interrupts.118:PCI-MSI.31981651-edge.i40e-eth0-TxRx-82 202.67 =C2=B1141% -100.0% 0.00 -95.9% 8.33 =C2= =B1141% interrupts.119:PCI-MSI.31981652-edge.i40e-eth0-TxRx-83 5.67 =C2=B1141% -5.9% 5.33 =C2=B1141% -100.0% 0= .00 interrupts.120:PCI-MSI.31981653-edge.i40e-eth0-TxRx-84 1.00 =C2=B1141% -66.7% 0.33 =C2=B1141% +0.0% 1= .00 =C2=B1 81% interrupts.121:PCI-MSI.31981654-edge.i40e-eth0-TxRx-85 0.00 -100.0% 0.00 +6.4e+104% 644.67 =C2=B1= 70% interrupts.122:PCI-MSI.31981655-edge.i40e-eth0-TxRx-86 107.00 =C2=B1141% +23.1% 131.67 =C2=B1141% -99.7% 0= .33 =C2=B1141% interrupts.123:PCI-MSI.31981656-edge.i40e-eth0-TxRx-87 0.33 =C2=B1141% +0.0% 0.33 =C2=B1141% -100.0% 0= .00 interrupts.124:PCI-MSI.31981657-edge.i40e-eth0-TxRx-88 2.00 =C2=B1141% -100.0% 0.00 -100.0% 0.00 = interrupts.125:PCI-MSI.31981658-edge.i40e-eth0-TxRx-89 0.00 +4.3e+102% 4.33 =C2=B1 84% -100.0% 0.00 = interrupts.126:PCI-MSI.31981659-edge.i40e-eth0-TxRx-90 0.00 +5.7e+102% 5.67 =C2=B1117% +6.7e+101% 0.67 =C2= =B1141% interrupts.127:PCI-MSI.31981660-edge.i40e-eth0-TxRx-91 1.33 =C2=B1 70% +25.0% 1.67 =C2=B1141% -50.0% 0= .67 =C2=B1141% interrupts.128:PCI-MSI.31981661-edge.i40e-eth0-TxRx-92 5.67 =C2=B1129% +12982.4% 741.33 =C2=B1141% +105.9% 11= .67 =C2=B1141% interrupts.129:PCI-MSI.31981662-edge.i40e-eth0-TxRx-93 0.00 -100.0% 0.00 -100.0% 0.00 = interrupts.293:PCI-MSI.327680-edge.xhci_hcd 0.00 -100.0% 0.00 -100.0% 0.00 = interrupts.295:PCI-MSI.65536-edge.ioat-msix 0.00 -100.0% 0.00 -100.0% 0.00 = interrupts.297:PCI-MSI.67584-edge.ioat-msix 0.00 -100.0% 0.00 -100.0% 0.00 = interrupts.298:PCI-MSI.69632-edge.ioat-msix 0.00 -100.0% 0.00 -100.0% 0.00 = interrupts.299:PCI-MSI.69632-edge.ioat-msix 0.00 -100.0% 0.00 -100.0% 0.00 = interrupts.299:PCI-MSI.71680-edge.ioat-msix 0.00 -100.0% 0.00 -100.0% 0.00 = interrupts.300:PCI-MSI.71680-edge.ioat-msix 0.00 -100.0% 0.00 -100.0% 0.00 = interrupts.300:PCI-MSI.73728-edge.ioat-msix 0.00 -100.0% 0.00 -100.0% 0.00 = interrupts.301:PCI-MSI.73728-edge.ioat-msix 0.00 -100.0% 0.00 -100.0% 0.00 = interrupts.301:PCI-MSI.75776-edge.ioat-msix 0.00 -100.0% 0.00 -100.0% 0.00 = interrupts.302:PCI-MSI.75776-edge.ioat-msix 0.00 -100.0% 0.00 -100.0% 0.00 = interrupts.302:PCI-MSI.77824-edge.ioat-msix 0.00 -100.0% 0.00 -100.0% 0.00 = interrupts.303:PCI-MSI.77824-edge.ioat-msix 0.00 -100.0% 0.00 -100.0% 0.00 = interrupts.303:PCI-MSI.79872-edge.ioat-msix 0.00 -100.0% 0.00 -100.0% 0.00 = interrupts.304:PCI-MSI.79872-edge.ioat-msix 0.00 -100.0% 0.00 -100.0% 0.00 = interrupts.305:PCI-MSI.67174400-edge.ioat-msix 0.00 -100.0% 0.00 -100.0% 0.00 = interrupts.306:PCI-MSI.67174400-edge.ioat-msix 0.00 -100.0% 0.00 -100.0% 0.00 = interrupts.307:PCI-MSI.67176448-edge.ioat-msix 0.00 -100.0% 0.00 -100.0% 0.00 = interrupts.308:PCI-MSI.67176448-edge.ioat-msix 0.00 -100.0% 0.00 -100.0% 0.00 = interrupts.308:PCI-MSI.67178496-edge.ioat-msix 0.00 -100.0% 0.00 -100.0% 0.00 = interrupts.309:PCI-MSI.67178496-edge.ioat-msix 0.00 -100.0% 0.00 -100.0% 0.00 = interrupts.309:PCI-MSI.67180544-edge.ioat-msix 0.00 -100.0% 0.00 -100.0% 0.00 = interrupts.310:PCI-MSI.67180544-edge.ioat-msix 0.00 -100.0% 0.00 -100.0% 0.00 = interrupts.311:PCI-MSI.67182592-edge.ioat-msix 0.00 -100.0% 0.00 -100.0% 0.00 = interrupts.312:PCI-MSI.67184640-edge.ioat-msix 0.00 -100.0% 0.00 -100.0% 0.00 = interrupts.313:PCI-MSI.67186688-edge.ioat-msix 0.00 -100.0% 0.00 -100.0% 0.00 = interrupts.314:PCI-MSI.376832-edge.ahci[0000:00:17.0] 0.00 -100.0% 0.00 -100.0% 0.00 = interrupts.314:PCI-MSI.67188736-edge.ioat-msix 0.00 -100.0% 0.00 -100.0% 0.00 = interrupts.315:PCI-MSI.376832-edge.ahci[0000:00:17.0] 0.00 -100.0% 0.00 -100.0% 0.00 = interrupts.315:PCI-MSI.67188736-edge.ioat-msix 254.33 =C2=B1 2% +0.7% 256.00 +8.0% 274.67 =C2= =B1 4% interrupts.35:PCI-MSI.31981568-edge.i40e-0000:3d:00.0:misc 0.67 =C2=B1141% +0.0% 0.67 =C2=B1 70% +650.0% 5= .00 =C2=B1 81% interrupts.36:PCI-MSI.31981569-edge.i40e-eth0-TxRx-0 2.00 =C2=B1 70% -66.7% 0.67 =C2=B1141% -50.0% 1= .00 =C2=B1 81% interrupts.37:PCI-MSI.31981570-edge.i40e-eth0-TxRx-1 949.00 =C2=B1110% -99.8% 1.67 =C2=B1141% -100.0% 0= .00 interrupts.38:PCI-MSI.31981571-edge.i40e-eth0-TxRx-2 1.67 =C2=B1101% -40.0% 1.00 +2360.0% 41.00 =C2= =B1136% interrupts.39:PCI-MSI.31981572-edge.i40e-eth0-TxRx-3 0.00 -100.0% 0.00 -100.0% 0.00 = interrupts.3:IO-APIC.3-edge 228.67 =C2=B1140% -99.7% 0.67 =C2=B1141% -100.0% 0= .00 interrupts.40:PCI-MSI.31981573-edge.i40e-eth0-TxRx-4 0.00 +2e+102% 2.00 =C2=B1 81% +3.3e+101% 0.33 =C2= =B1141% interrupts.41:PCI-MSI.31981574-edge.i40e-eth0-TxRx-5 13.67 =C2=B1141% -95.1% 0.67 =C2=B1 70% -97.6% 0= .33 =C2=B1141% interrupts.42:PCI-MSI.31981575-edge.i40e-eth0-TxRx-6 0.33 =C2=B1141% +400.0% 1.67 =C2=B1141% +5000.0% 17= .00 =C2=B1141% interrupts.43:PCI-MSI.31981576-edge.i40e-eth0-TxRx-7 0.33 =C2=B1141% +52500.0% 175.33 =C2=B1141% -100.0% 0= .00 interrupts.44:PCI-MSI.31981577-edge.i40e-eth0-TxRx-8 13.33 =C2=B1141% -90.0% 1.33 =C2=B1141% -100.0% 0= .00 interrupts.45:PCI-MSI.31981578-edge.i40e-eth0-TxRx-9 1.00 =C2=B1141% +33.3% 1.33 =C2=B1 70% +10566.7% 106= .67 =C2=B1141% interrupts.46:PCI-MSI.31981579-edge.i40e-eth0-TxRx-10 0.67 =C2=B1141% +350.0% 3.00 =C2=B1141% -100.0% 0= .00 interrupts.47:PCI-MSI.31981580-edge.i40e-eth0-TxRx-11 0.33 =C2=B1141% +100.0% 0.67 =C2=B1141% +0.0% 0= .33 =C2=B1141% interrupts.48:PCI-MSI.31981581-edge.i40e-eth0-TxRx-12 1.00 =C2=B1 81% -33.3% 0.67 =C2=B1141% +500.0% 6= .00 =C2=B1141% interrupts.49:PCI-MSI.31981582-edge.i40e-eth0-TxRx-13 51.00 -57.5% 21.67 =C2=B1141% -66.7% 17.00 =C2= =B1141% interrupts.4:IO-APIC.4-edge.ttyS0 1.33 =C2=B1 70% +900.0% 13.33 =C2=B1141% -100.0% 0= .00 interrupts.50:PCI-MSI.31981583-edge.i40e-eth0-TxRx-14 138.67 =C2=B1139% -99.3% 1.00 =C2=B1141% -99.5% 0= .67 =C2=B1141% interrupts.51:PCI-MSI.31981584-edge.i40e-eth0-TxRx-15 2.67 =C2=B1 35% +262.5% 9.67 =C2=B1141% -37.5% 1= .67 =C2=B1 74% interrupts.52:PCI-MSI.31981585-edge.i40e-eth0-TxRx-16 3.33 =C2=B1120% -70.0% 1.00 =C2=B1141% +3710.0% 127= .00 =C2=B1140% interrupts.53:PCI-MSI.31981586-edge.i40e-eth0-TxRx-17 1.67 =C2=B1101% -100.0% 0.00 -100.0% 0.00 = interrupts.54:PCI-MSI.31981587-edge.i40e-eth0-TxRx-18 2.00 =C2=B1 81% +44283.3% 887.67 =C2=B1141% -33.3% 1= .33 =C2=B1 70% interrupts.55:PCI-MSI.31981588-edge.i40e-eth0-TxRx-19 0.00 +1.7e+104% 173.00 =C2=B1141% +1e+102% 1.00 =C2= =B1141% interrupts.56:PCI-MSI.31981589-edge.i40e-eth0-TxRx-20 1.67 =C2=B1141% -80.0% 0.33 =C2=B1141% -100.0% 0= .00 interrupts.57:PCI-MSI.31981590-edge.i40e-eth0-TxRx-21 3.33 =C2=B1 70% -80.0% 0.67 =C2=B1141% -90.0% 0= .33 =C2=B1141% interrupts.58:PCI-MSI.31981591-edge.i40e-eth0-TxRx-22 3.33 =C2=B1141% -90.0% 0.33 =C2=B1141% -100.0% 0= .00 interrupts.59:PCI-MSI.31981592-edge.i40e-eth0-TxRx-23 0.00 +3.1e+103% 30.67 =C2=B1141% -100.0% 0.00 = interrupts.60:PCI-MSI.31981593-edge.i40e-eth0-TxRx-24 0.00 +3.8e+103% 38.33 =C2=B1 84% +6.7e+101% 0.67 =C2= =B1141% interrupts.61:PCI-MSI.31981594-edge.i40e-eth0-TxRx-25 1.33 =C2=B1 93% +7425.0% 100.33 =C2=B1141% -25.0% 1= .00 =C2=B1141% interrupts.62:PCI-MSI.31981595-edge.i40e-eth0-TxRx-26 0.00 +2.3e+102% 2.33 =C2=B1 88% +3.3e+101% 0.33 =C2= =B1141% interrupts.63:PCI-MSI.31981596-edge.i40e-eth0-TxRx-27 0.00 -100.0% 0.00 +3.7e+102% 3.67 =C2=B1= 46% interrupts.64:PCI-MSI.31981597-edge.i40e-eth0-TxRx-28 0.00 +1.1e+104% 106.00 =C2=B1115% -100.0% 0.00 = interrupts.65:PCI-MSI.31981598-edge.i40e-eth0-TxRx-29 2.00 =C2=B1141% +100.0% 4.00 =C2=B1141% +1216.7% 26= .33 =C2=B1136% interrupts.66:PCI-MSI.31981599-edge.i40e-eth0-TxRx-30 16.00 =C2=B1128% -100.0% 0.00 -81.2% 3.00 =C2= =B1 81% interrupts.67:PCI-MSI.31981600-edge.i40e-eth0-TxRx-31 2.67 =C2=B1141% -100.0% 0.00 +25.0% 3.33 =C2= =B1101% interrupts.68:PCI-MSI.31981601-edge.i40e-eth0-TxRx-32 16.00 =C2=B1141% +4533.3% 741.33 =C2=B1141% +0.0% 16= .00 =C2=B1115% interrupts.69:PCI-MSI.31981602-edge.i40e-eth0-TxRx-33 0.67 =C2=B1141% -100.0% 0.00 +0.0% 0.67 =C2= =B1 70% interrupts.70:PCI-MSI.31981603-edge.i40e-eth0-TxRx-34 346.33 =C2=B1141% -99.5% 1.67 =C2=B1141% -99.2% 2= .67 =C2=B1 93% interrupts.71:PCI-MSI.31981604-edge.i40e-eth0-TxRx-35 0.33 =C2=B1141% -100.0% 0.00 +9800.0% 33.00 =C2= =B1139% interrupts.72:PCI-MSI.31981605-edge.i40e-eth0-TxRx-36 0.00 +2e+102% 2.00 =C2=B1 81% +1e+102% 1.00 =C2= =B1141% interrupts.73:PCI-MSI.31981606-edge.i40e-eth0-TxRx-37 0.00 +3.3e+101% 0.33 =C2=B1141% +2e+104% 203.00 =C2= =B1140% interrupts.74:PCI-MSI.31981607-edge.i40e-eth0-TxRx-38 5.33 =C2=B1141% +2225.0% 124.00 =C2=B1133% +112.5% 11= .33 =C2=B1129% interrupts.75:PCI-MSI.31981608-edge.i40e-eth0-TxRx-39 1.00 =C2=B1141% -100.0% 0.00 -33.3% 0.67 =C2= =B1141% interrupts.76:PCI-MSI.31981609-edge.i40e-eth0-TxRx-40 0.00 +2.8e+103% 28.33 =C2=B1141% -100.0% 0.00 = interrupts.77:PCI-MSI.31981610-edge.i40e-eth0-TxRx-41 13.33 =C2=B1141% -100.0% 0.00 +125.0% 30.00 =C2= =B1 71% interrupts.78:PCI-MSI.31981611-edge.i40e-eth0-TxRx-42 17.67 =C2=B1141% -90.6% 1.67 =C2=B1141% -100.0% 0= .00 interrupts.79:PCI-MSI.31981612-edge.i40e-eth0-TxRx-43 0.00 +6.7e+101% 0.67 =C2=B1141% +6.7e+101% 0.67 =C2= =B1141% interrupts.80:PCI-MSI.31981613-edge.i40e-eth0-TxRx-44 165.33 =C2=B1141% -99.4% 1.00 =C2=B1 81% -99.6% 0= .67 =C2=B1141% interrupts.81:PCI-MSI.31981614-edge.i40e-eth0-TxRx-45 0.00 -100.0% 0.00 +1e+103% 10.00 =C2=B1= 64% interrupts.82:PCI-MSI.31981615-edge.i40e-eth0-TxRx-46 0.00 +1.7e+102% 1.67 =C2=B1 74% +1e+102% 1.00 =C2= =B1141% interrupts.83:PCI-MSI.31981616-edge.i40e-eth0-TxRx-47 9874 =C2=B1141% -100.0% 0.67 =C2=B1141% -100.0% 1= .00 =C2=B1141% interrupts.84:PCI-MSI.31981617-edge.i40e-eth0-TxRx-48 0.00 +2e+105% 2013 =C2=B1141% +1.3e+102% 1.33 =C2= =B1141% interrupts.85:PCI-MSI.31981618-edge.i40e-eth0-TxRx-49 278.33 =C2=B1133% -100.0% 0.00 -99.3% 2.00 =C2= =B1 81% interrupts.86:PCI-MSI.31981619-edge.i40e-eth0-TxRx-50 3.33 =C2=B1120% +1460.0% 52.00 =C2=B1137% -80.0% 0= .67 =C2=B1141% interrupts.87:PCI-MSI.31981620-edge.i40e-eth0-TxRx-51 28.33 =C2=B1141% -97.6% 0.67 =C2=B1141% -98.8% 0= .33 =C2=B1141% interrupts.88:PCI-MSI.31981621-edge.i40e-eth0-TxRx-52 25.33 =C2=B1141% -100.0% 0.00 +31.6% 33.33 =C2= =B1139% interrupts.89:PCI-MSI.31981622-edge.i40e-eth0-TxRx-53 0.00 -100.0% 0.00 -100.0% 0.00 = interrupts.8:IO-APIC.8-edge.rtc0 38.33 =C2=B1 47% -21.7% 30.00 =C2=B1127% -64.3% 13= .67 =C2=B1141% interrupts.90:PCI-MSI.31981623-edge.i40e-eth0-TxRx-54 0.00 +1.5e+103% 15.00 =C2=B1123% +6.7e+101% 0.67 =C2= =B1 70% interrupts.91:PCI-MSI.31981624-edge.i40e-eth0-TxRx-55 0.33 =C2=B1141% +500.0% 2.00 =C2=B1141% +0.0% 0= .33 =C2=B1141% interrupts.92:PCI-MSI.31981625-edge.i40e-eth0-TxRx-56 1.00 =C2=B1 81% +600.0% 7.00 =C2=B1141% +133.3% 2= .33 =C2=B1 72% interrupts.93:PCI-MSI.31981626-edge.i40e-eth0-TxRx-57 11.67 =C2=B1129% -65.7% 4.00 =C2=B1141% -100.0% 0= .00 interrupts.94:PCI-MSI.31981627-edge.i40e-eth0-TxRx-58 202.33 =C2=B1141% -100.0% 0.00 -92.9% 14.33 =C2= =B1126% interrupts.95:PCI-MSI.31981628-edge.i40e-eth0-TxRx-59 25.67 =C2=B1138% -96.1% 1.00 =C2=B1 81% -100.0% 0= .00 interrupts.96:PCI-MSI.31981629-edge.i40e-eth0-TxRx-60 1.33 =C2=B1141% +75.0% 2.33 =C2=B1141% -100.0% 0= .00 interrupts.97:PCI-MSI.31981630-edge.i40e-eth0-TxRx-61 2.00 =C2=B1 81% -100.0% 0.00 +29100.0% 584.00 =C2= =B1141% interrupts.98:PCI-MSI.31981631-edge.i40e-eth0-TxRx-62 1.67 =C2=B1 74% -100.0% 0.00 +0.0% 1.67 =C2= =B1141% interrupts.99:PCI-MSI.31981632-edge.i40e-eth0-TxRx-63 44400026 =C2=B1 2% -34.7% 29014465 =C2=B1 4% -7.0% 41301= 128 interrupts.CAL:Function_call_interrupts 0.00 -100.0% 0.00 -100.0% 0.00 = interrupts.CPU0.0:IO-APIC.2-edge.timer 0.00 -100.0% 0.00 -100.0% 0.00 = interrupts.CPU0.119:PCI-MSI.31981652-edge.i40e-eth0-TxRx-83 0.33 =C2=B1141% +100.0% 0.67 =C2=B1 70% +1200.0% 4= .33 =C2=B1 84% interrupts.CPU0.36:PCI-MSI.31981569-edge.i40e-eth0-TxRx-0 0.00 -100.0% 0.00 +3.3e+101% 0.33 =C2=B1= 141% interrupts.CPU0.71:PCI-MSI.31981604-edge.i40e-eth0-TxRx-35 283657 =C2=B1 20% -9.4% 256976 =C2=B1 10% +24.1% 351= 971 =C2=B1 39% interrupts.CPU0.CAL:Function_call_interrupts 19.67 =C2=B1 65% +116.9% 42.67 =C2=B1 51% -57.6% 8= .33 =C2=B1 46% interrupts.CPU0.IWI:IRQ_work_interrupts 406071 -4.4% 388293 =C2=B1 3% -0.7% 403259 = interrupts.CPU0.LOC:Local_timer_interrupts 1.00 +0.0% 1.00 +0.0% 1.00 = interrupts.CPU0.MCP:Machine_check_polls 10126 =C2=B1 25% +47.7% 14953 =C2=B1 26% -34.0% 6= 681 =C2=B1 19% interrupts.CPU0.NMI:Non-maskable_interrupts 10126 =C2=B1 25% +47.7% 14953 =C2=B1 26% -34.0% 6= 681 =C2=B1 19% interrupts.CPU0.PMI:Performance_monitoring_interrupts 364.67 =C2=B1 8% +16.4% 424.33 =C2=B1 13% -26.9% 266= .67 =C2=B1 27% interrupts.CPU0.RES:Rescheduling_interrupts 0.00 -100.0% 0.00 -100.0% 0.00 = interrupts.CPU0.RTR:APIC_ICR_read_retries 339733 =C2=B1 20% -5.2% 322171 =C2=B1 11% +28.0% 434= 790 =C2=B1 39% interrupts.CPU0.TLB:TLB_shootdowns 0.00 -100.0% 0.00 -100.0% 0.00 = interrupts.CPU1.120:PCI-MSI.31981653-edge.i40e-eth0-TxRx-84 2.00 =C2=B1 70% -66.7% 0.67 =C2=B1141% -50.0% 1= .00 =C2=B1 81% interrupts.CPU1.37:PCI-MSI.31981570-edge.i40e-eth0-TxRx-1 0.00 -100.0% 0.00 +3.3e+101% 0.33 =C2=B1= 141% interrupts.CPU1.72:PCI-MSI.31981605-edge.i40e-eth0-TxRx-36 367667 =C2=B1 22% -21.0% 290475 =C2=B1 33% +23.2% 453= 123 =C2=B1 15% interrupts.CPU1.CAL:Function_call_interrupts 46.33 =C2=B1 76% +3.6% 48.00 =C2=B1 35% -7.2% 43= .00 =C2=B1 66% interrupts.CPU1.IWI:IRQ_work_interrupts 405981 -6.0% 381457 =C2=B1 7% -1.3% 400689 = interrupts.CPU1.LOC:Local_timer_interrupts 1.00 +0.0% 1.00 +0.0% 1.00 = interrupts.CPU1.MCP:Machine_check_polls 15433 =C2=B1 44% +7.4% 16571 =C2=B1 21% -5.7% 14= 553 =C2=B1 35% interrupts.CPU1.NMI:Non-maskable_interrupts 15433 =C2=B1 44% +7.4% 16571 =C2=B1 21% -5.7% 14= 553 =C2=B1 35% interrupts.CPU1.PMI:Performance_monitoring_interrupts 488.67 =C2=B1 25% -5.5% 461.67 =C2=B1 17% -21.5% 383= .67 interrupts.CPU1.RES:Rescheduling_interrupts 442026 =C2=B1 21% -16.4% 369476 =C2=B1 34% +26.0% 556= 889 =C2=B1 15% interrupts.CPU1.TLB:TLB_shootdowns 0.33 =C2=B1141% -100.0% 0.00 -100.0% 0.00 = interrupts.CPU10.129:PCI-MSI.31981662-edge.i40e-eth0-TxRx-93 0.00 -100.0% 0.00 -100.0% 0.00 = interrupts.CPU10.293:PCI-MSI.327680-edge.xhci_hcd 1.00 =C2=B1141% +33.3% 1.33 =C2=B1 70% +10566.7% 106= .67 =C2=B1141% interrupts.CPU10.46:PCI-MSI.31981579-edge.i40e-eth0-TxRx-= 10 0.00 +3.3e+101% 0.33 =C2=B1141% -100.0% 0.00 = interrupts.CPU10.81:PCI-MSI.31981614-edge.i40e-eth0-TxRx-45 396415 =C2=B1 21% -39.8% 238582 =C2=B1 29% -2.0% 388= 354 =C2=B1 22% interrupts.CPU10.CAL:Function_call_interrupts 34.00 =C2=B1 74% -56.9% 14.67 =C2=B1112% +35.3% 46= .00 =C2=B1 62% interrupts.CPU10.IWI:IRQ_work_interrupts 405976 -3.8% 390689 =C2=B1 2% -1.3% 400589 = interrupts.CPU10.LOC:Local_timer_interrupts 1.00 +0.0% 1.00 +0.0% 1.00 = interrupts.CPU10.MCP:Machine_check_polls 14276 =C2=B1 42% -36.1% 9119 =C2=B1 39% -1.4% 14= 077 =C2=B1 39% interrupts.CPU10.NMI:Non-maskable_interrupts 14276 =C2=B1 42% -36.1% 9119 =C2=B1 39% -1.4% 14= 077 =C2=B1 39% interrupts.CPU10.PMI:Performance_monitoring_interrupts 443.00 =C2=B1 25% -7.1% 411.67 =C2=B1 38% -8.1% 407= .00 =C2=B1 40% interrupts.CPU10.RES:Rescheduling_interrupts 478632 =C2=B1 21% -36.7% 303071 =C2=B1 30% -0.3% 477= 055 =C2=B1 22% interrupts.CPU10.TLB:TLB_shootdowns 0.00 -100.0% 0.00 -100.0% 0.00 = interrupts.CPU11.297:PCI-MSI.67584-edge.ioat-msix 0.00 -100.0% 0.00 -100.0% 0.00 = interrupts.CPU11.298:PCI-MSI.69632-edge.ioat-msix 0.00 -100.0% 0.00 -100.0% 0.00 = interrupts.CPU11.299:PCI-MSI.71680-edge.ioat-msix 0.67 =C2=B1141% +300.0% 2.67 =C2=B1141% -100.0% 0= .00 interrupts.CPU11.47:PCI-MSI.31981580-edge.i40e-eth0-TxRx-11 0.00 -100.0% 0.00 +6.7e+101% 0.67 =C2=B1= 70% interrupts.CPU11.82:PCI-MSI.31981615-edge.i40e-eth0-TxRx-46 0.00 -100.0% 0.00 -100.0% 0.00 = interrupts.CPU11.8:IO-APIC.8-edge.rtc0 431957 =C2=B1 22% -45.4% 235711 =C2=B1 14% +16.6% 503= 679 =C2=B1 27% interrupts.CPU11.CAL:Function_call_interrupts 35.33 =C2=B1 81% -59.4% 14.33 =C2=B1111% +53.8% 54= .33 =C2=B1 35% interrupts.CPU11.IWI:IRQ_work_interrupts 406106 -4.8% 386741 =C2=B1 4% -1.6% 399776 = interrupts.CPU11.LOC:Local_timer_interrupts 1.00 +0.0% 1.00 +0.0% 1.00 = interrupts.CPU11.MCP:Machine_check_polls 13693 =C2=B1 43% -31.3% 9402 =C2=B1 35% +21.1% 16= 577 =C2=B1 26% interrupts.CPU11.NMI:Non-maskable_interrupts 13693 =C2=B1 43% -31.3% 9402 =C2=B1 35% +21.1% 16= 577 =C2=B1 26% interrupts.CPU11.PMI:Performance_monitoring_interrupts 625.33 =C2=B1 30% -49.3% 317.33 =C2=B1 14% -37.5% 391= .00 =C2=B1 28% interrupts.CPU11.RES:Rescheduling_interrupts 519094 =C2=B1 22% -42.3% 299492 =C2=B1 14% +19.2% 618= 914 =C2=B1 27% interrupts.CPU11.TLB:TLB_shootdowns 0.00 -100.0% 0.00 -100.0% 0.00 = interrupts.CPU12.298:PCI-MSI.69632-edge.ioat-msix 0.00 -100.0% 0.00 -100.0% 0.00 = interrupts.CPU12.299:PCI-MSI.69632-edge.ioat-msix 0.00 -100.0% 0.00 -100.0% 0.00 = interrupts.CPU12.299:PCI-MSI.71680-edge.ioat-msix 0.00 -100.0% 0.00 -100.0% 0.00 = interrupts.CPU12.300:PCI-MSI.73728-edge.ioat-msix 0.33 =C2=B1141% +100.0% 0.67 =C2=B1141% -100.0% 0= .00 interrupts.CPU12.48:PCI-MSI.31981581-edge.i40e-eth0-TxRx-12 0.00 +6.7e+101% 0.67 =C2=B1 70% -100.0% 0.00 = interrupts.CPU12.83:PCI-MSI.31981616-edge.i40e-eth0-TxRx-47 407872 =C2=B1 22% -9.2% 370181 =C2=B1 25% +2.5% 418= 228 =C2=B1 31% interrupts.CPU12.CAL:Function_call_interrupts 19.33 =C2=B1 63% -39.7% 11.67 =C2=B1 61% +224.1% 62= .67 =C2=B1 32% interrupts.CPU12.IWI:IRQ_work_interrupts 406318 -5.5% 384051 =C2=B1 3% -1.2% 401550 = interrupts.CPU12.LOC:Local_timer_interrupts 1.00 +0.0% 1.00 +0.0% 1.00 = interrupts.CPU12.MCP:Machine_check_polls 10237 =C2=B1 22% -27.5% 7423 =C2=B1 8% +79.5% 18= 379 =C2=B1 20% interrupts.CPU12.NMI:Non-maskable_interrupts 10237 =C2=B1 22% -27.5% 7423 =C2=B1 8% +79.5% 18= 379 =C2=B1 20% interrupts.CPU12.PMI:Performance_monitoring_interrupts 535.00 =C2=B1 10% +4.5% 559.00 =C2=B1 43% -35.3% 346= .33 =C2=B1 20% interrupts.CPU12.RES:Rescheduling_interrupts 491323 =C2=B1 21% -4.8% 467840 =C2=B1 26% +4.7% 514= 580 =C2=B1 31% interrupts.CPU12.TLB:TLB_shootdowns 0.00 -100.0% 0.00 -100.0% 0.00 = interrupts.CPU13.295:PCI-MSI.65536-edge.ioat-msix 0.00 -100.0% 0.00 -100.0% 0.00 = interrupts.CPU13.298:PCI-MSI.69632-edge.ioat-msix 0.00 -100.0% 0.00 -100.0% 0.00 = interrupts.CPU13.299:PCI-MSI.71680-edge.ioat-msix 0.00 -100.0% 0.00 -100.0% 0.00 = interrupts.CPU13.300:PCI-MSI.71680-edge.ioat-msix 0.00 -100.0% 0.00 -100.0% 0.00 = interrupts.CPU13.300:PCI-MSI.73728-edge.ioat-msix 0.00 -100.0% 0.00 -100.0% 0.00 = interrupts.CPU13.301:PCI-MSI.75776-edge.ioat-msix 0.33 =C2=B1141% -100.0% 0.00 +100.0% 0.67 =C2= =B1 70% interrupts.CPU13.36:PCI-MSI.31981569-edge.i40e-eth0-TxRx-0 0.67 =C2=B1 70% +0.0% 0.67 =C2=B1141% +800.0% 6= .00 =C2=B1141% interrupts.CPU13.49:PCI-MSI.31981582-edge.i40e-eth0-TxRx-= 13 0.00 +3.3e+101% 0.33 =C2=B1141% -100.0% 0.00 = interrupts.CPU13.84:PCI-MSI.31981617-edge.i40e-eth0-TxRx-48 494664 =C2=B1 29% -31.7% 338043 =C2=B1 39% +0.5% 497= 024 =C2=B1 13% interrupts.CPU13.CAL:Function_call_interrupts 35.33 =C2=B1 69% -17.0% 29.33 =C2=B1 84% +0.0% 35= .33 =C2=B1 71% interrupts.CPU13.IWI:IRQ_work_interrupts 405940 -7.5% 375579 =C2=B1 8% -1.3% 400478 = interrupts.CPU13.LOC:Local_timer_interrupts 1.00 +0.0% 1.00 +0.0% 1.00 = interrupts.CPU13.MCP:Machine_check_polls 13375 =C2=B1 42% -3.8% 12867 =C2=B1 45% -8.1% 12= 287 =C2=B1 37% interrupts.CPU13.NMI:Non-maskable_interrupts 13375 =C2=B1 42% -3.8% 12867 =C2=B1 45% -8.1% 12= 287 =C2=B1 37% interrupts.CPU13.PMI:Performance_monitoring_interrupts 628.67 =C2=B1 24% -30.9% 434.67 =C2=B1 32% -38.5% 386= .67 =C2=B1 6% interrupts.CPU13.RES:Rescheduling_interrupts 594215 =C2=B1 28% -27.6% 430176 =C2=B1 38% +2.8% 611= 002 =C2=B1 13% interrupts.CPU13.TLB:TLB_shootdowns 0.00 -100.0% 0.00 -100.0% 0.00 = interrupts.CPU14.295:PCI-MSI.65536-edge.ioat-msix 0.00 -100.0% 0.00 -100.0% 0.00 = interrupts.CPU14.299:PCI-MSI.71680-edge.ioat-msix 0.00 -100.0% 0.00 -100.0% 0.00 = interrupts.CPU14.300:PCI-MSI.73728-edge.ioat-msix 0.00 -100.0% 0.00 -100.0% 0.00 = interrupts.CPU14.301:PCI-MSI.73728-edge.ioat-msix 0.00 -100.0% 0.00 -100.0% 0.00 = interrupts.CPU14.301:PCI-MSI.75776-edge.ioat-msix 0.00 -100.0% 0.00 -100.0% 0.00 = interrupts.CPU14.302:PCI-MSI.77824-edge.ioat-msix 0.00 -100.0% 0.00 -100.0% 0.00 = interrupts.CPU14.37:PCI-MSI.31981570-edge.i40e-eth0-TxRx-1 34.00 =C2=B1 70% -100.0% 0.00 -100.0% 0.00 = interrupts.CPU14.4:IO-APIC.4-edge.ttyS0 1.00 =C2=B1 81% +1233.3% 13.33 =C2=B1141% -100.0% 0= .00 interrupts.CPU14.50:PCI-MSI.31981583-edge.i40e-eth0-TxRx-14 0.00 -100.0% 0.00 +3.3e+101% 0.33 =C2=B1= 141% interrupts.CPU14.85:PCI-MSI.31981618-edge.i40e-eth0-TxRx-49 429908 =C2=B1 45% -31.4% 294961 =C2=B1 40% +17.3% 504= 403 =C2=B1 13% interrupts.CPU14.CAL:Function_call_interrupts 41.00 =C2=B1 39% -9.8% 37.00 =C2=B1 74% +54.5% 63= .33 =C2=B1 26% interrupts.CPU14.IWI:IRQ_work_interrupts 405953 -6.7% 378674 =C2=B1 7% -1.8% 398752 = interrupts.CPU14.LOC:Local_timer_interrupts 1.00 +0.0% 1.00 +0.0% 1.00 = interrupts.CPU14.MCP:Machine_check_polls 14767 =C2=B1 26% -2.8% 14360 =C2=B1 41% +22.6% 18= 108 =C2=B1 17% interrupts.CPU14.NMI:Non-maskable_interrupts 14767 =C2=B1 26% -2.8% 14360 =C2=B1 41% +22.6% 18= 108 =C2=B1 17% interrupts.CPU14.PMI:Performance_monitoring_interrupts 607.33 =C2=B1 29% -16.5% 507.33 =C2=B1 28% -22.3% 472= .00 =C2=B1 42% interrupts.CPU14.RES:Rescheduling_interrupts 517489 =C2=B1 45% -27.3% 376184 =C2=B1 40% +19.6% 618= 675 =C2=B1 13% interrupts.CPU14.TLB:TLB_shootdowns 0.00 -100.0% 0.00 -100.0% 0.00 = interrupts.CPU15.295:PCI-MSI.65536-edge.ioat-msix 0.00 -100.0% 0.00 -100.0% 0.00 = interrupts.CPU15.300:PCI-MSI.73728-edge.ioat-msix 0.00 -100.0% 0.00 -100.0% 0.00 = interrupts.CPU15.301:PCI-MSI.75776-edge.ioat-msix 0.00 -100.0% 0.00 -100.0% 0.00 = interrupts.CPU15.302:PCI-MSI.75776-edge.ioat-msix 0.00 -100.0% 0.00 -100.0% 0.00 = interrupts.CPU15.302:PCI-MSI.77824-edge.ioat-msix 0.00 -100.0% 0.00 -100.0% 0.00 = interrupts.CPU15.303:PCI-MSI.79872-edge.ioat-msix 0.00 +3.3e+101% 0.33 =C2=B1141% -100.0% 0.00 = interrupts.CPU15.38:PCI-MSI.31981571-edge.i40e-eth0-TxRx-2 17.00 =C2=B1141% -100.0% 0.00 +0.0% 17.00 =C2= =B1141% interrupts.CPU15.4:IO-APIC.4-edge.ttyS0 138.67 =C2=B1139% -99.3% 1.00 =C2=B1141% -99.5% 0= .67 =C2=B1141% interrupts.CPU15.51:PCI-MSI.31981584-edge.i40e-eth0-TxRx-= 15 0.00 -100.0% 0.00 +6.7e+101% 0.67 =C2=B1= 70% interrupts.CPU15.86:PCI-MSI.31981619-edge.i40e-eth0-TxRx-50 465405 =C2=B1 12% -23.4% 356420 =C2=B1 8% -10.6% 416= 247 =C2=B1 22% interrupts.CPU15.CAL:Function_call_interrupts 52.67 =C2=B1 55% -48.7% 27.00 =C2=B1 30% -13.9% 45= .33 =C2=B1 66% interrupts.CPU15.IWI:IRQ_work_interrupts 405874 -6.2% 380728 =C2=B1 4% -1.1% 401458 = interrupts.CPU15.LOC:Local_timer_interrupts 1.00 +0.0% 1.00 +0.0% 1.00 = interrupts.CPU15.MCP:Machine_check_polls 17292 =C2=B1 37% -31.0% 11937 =C2=B1 14% -18.0% 14= 174 =C2=B1 42% interrupts.CPU15.NMI:Non-maskable_interrupts 17292 =C2=B1 37% -31.0% 11937 =C2=B1 14% -18.0% 14= 174 =C2=B1 42% interrupts.CPU15.PMI:Performance_monitoring_interrupts 545.67 =C2=B1 18% +8.2% 590.67 =C2=B1 28% -36.2% 348= .00 =C2=B1 28% interrupts.CPU15.RES:Rescheduling_interrupts 560304 =C2=B1 11% -19.2% 452556 =C2=B1 8% -8.7% 511= 541 =C2=B1 22% interrupts.CPU15.TLB:TLB_shootdowns 0.00 -100.0% 0.00 -100.0% 0.00 = interrupts.CPU16.295:PCI-MSI.65536-edge.ioat-msix 0.00 -100.0% 0.00 -100.0% 0.00 = interrupts.CPU16.301:PCI-MSI.75776-edge.ioat-msix 0.00 -100.0% 0.00 -100.0% 0.00 = interrupts.CPU16.302:PCI-MSI.77824-edge.ioat-msix 0.00 -100.0% 0.00 -100.0% 0.00 = interrupts.CPU16.303:PCI-MSI.77824-edge.ioat-msix 0.00 -100.0% 0.00 -100.0% 0.00 = interrupts.CPU16.303:PCI-MSI.79872-edge.ioat-msix 0.00 -100.0% 0.00 -100.0% 0.00 = interrupts.CPU16.304:PCI-MSI.79872-edge.ioat-msix 0.33 =C2=B1141% +0.0% 0.33 =C2=B1141% +0.0% 0= .33 =C2=B1141% interrupts.CPU16.39:PCI-MSI.31981572-edge.i40e-eth0-TxRx-= 3 0.00 +2.2e+103% 21.67 =C2=B1141% -100.0% 0.00 = interrupts.CPU16.4:IO-APIC.4-edge.ttyS0 2.33 =C2=B1 53% +314.3% 9.67 =C2=B1141% -42.9% 1= .33 =C2=B1 93% interrupts.CPU16.52:PCI-MSI.31981585-edge.i40e-eth0-TxRx-= 16 0.33 =C2=B1141% +0.0% 0.33 =C2=B1141% +0.0% 0= .33 =C2=B1141% interrupts.CPU16.87:PCI-MSI.31981620-edge.i40e-eth0-TxRx-= 51 452155 =C2=B1 17% -45.2% 247563 =C2=B1 14% -25.6% 336= 433 =C2=B1 27% interrupts.CPU16.CAL:Function_call_interrupts 38.67 =C2=B1 81% -30.2% 27.00 =C2=B1 78% +47.4% 57= .00 =C2=B1 40% interrupts.CPU16.IWI:IRQ_work_interrupts 405978 -4.4% 388008 =C2=B1 3% -1.0% 402086 = interrupts.CPU16.LOC:Local_timer_interrupts 1.00 +0.0% 1.00 +0.0% 1.00 = interrupts.CPU16.MCP:Machine_check_polls 14316 =C2=B1 40% -19.5% 11529 =C2=B1 42% +20.8% 17= 286 =C2=B1 28% interrupts.CPU16.NMI:Non-maskable_interrupts 14316 =C2=B1 40% -19.5% 11529 =C2=B1 42% +20.8% 17= 286 =C2=B1 28% interrupts.CPU16.PMI:Performance_monitoring_interrupts 605.33 -24.6% 456.33 =C2=B1 24% -53.8% 279.67 =C2= =B1 13% interrupts.CPU16.RES:Rescheduling_interrupts 543705 =C2=B1 17% -41.9% 315853 =C2=B1 15% -24.3% 411= 397 =C2=B1 28% interrupts.CPU16.TLB:TLB_shootdowns 0.00 -100.0% 0.00 -100.0% 0.00 = interrupts.CPU17.295:PCI-MSI.65536-edge.ioat-msix 0.00 -100.0% 0.00 -100.0% 0.00 = interrupts.CPU17.302:PCI-MSI.77824-edge.ioat-msix 0.00 -100.0% 0.00 -100.0% 0.00 = interrupts.CPU17.303:PCI-MSI.79872-edge.ioat-msix 0.00 -100.0% 0.00 -100.0% 0.00 = interrupts.CPU17.304:PCI-MSI.79872-edge.ioat-msix 0.00 -100.0% 0.00 -100.0% 0.00 = interrupts.CPU17.315:PCI-MSI.376832-edge.ahci[0000:00:17.0] 0.33 =C2=B1141% +0.0% 0.33 =C2=B1141% -100.0% 0= .00 interrupts.CPU17.40:PCI-MSI.31981573-edge.i40e-eth0-TxRx-4 2.67 =C2=B1141% -75.0% 0.67 =C2=B1141% +4637.5% 126= .33 =C2=B1141% interrupts.CPU17.53:PCI-MSI.31981586-edge.i40e-eth0-TxRx-= 17 0.00 -100.0% 0.00 +3.3e+101% 0.33 =C2=B1= 141% interrupts.CPU17.88:PCI-MSI.31981621-edge.i40e-eth0-TxRx-52 360610 =C2=B1 26% -13.9% 310546 =C2=B1 21% +28.0% 461= 533 =C2=B1 41% interrupts.CPU17.CAL:Function_call_interrupts 20.00 =C2=B1 99% -10.0% 18.00 =C2=B1 74% +116.7% 43= .33 =C2=B1 69% interrupts.CPU17.IWI:IRQ_work_interrupts 405962 -5.2% 384737 =C2=B1 4% -1.3% 400806 = interrupts.CPU17.LOC:Local_timer_interrupts 1.00 +0.0% 1.00 +0.0% 1.00 = interrupts.CPU17.MCP:Machine_check_polls 10569 =C2=B1 36% -5.4% 10001 =C2=B1 29% +34.4% 14= 200 =C2=B1 45% interrupts.CPU17.NMI:Non-maskable_interrupts 10569 =C2=B1 36% -5.4% 10001 =C2=B1 29% +34.4% 14= 200 =C2=B1 45% interrupts.CPU17.PMI:Performance_monitoring_interrupts 479.00 =C2=B1 33% -19.2% 387.00 =C2=B1 5% -24.0% 364= .00 =C2=B1 33% interrupts.CPU17.RES:Rescheduling_interrupts 435283 =C2=B1 26% -9.0% 396264 =C2=B1 21% +30.4% 567= 766 =C2=B1 41% interrupts.CPU17.TLB:TLB_shootdowns 0.00 -100.0% 0.00 -100.0% 0.00 = interrupts.CPU18.303:PCI-MSI.79872-edge.ioat-msix 0.00 -100.0% 0.00 -100.0% 0.00 = interrupts.CPU18.314:PCI-MSI.376832-edge.ahci[0000:00:17.0] 0.00 -100.0% 0.00 -100.0% 0.00 = interrupts.CPU18.315:PCI-MSI.376832-edge.ahci[0000:00:17.0] 0.00 +6.7e+101% 0.67 =C2=B1 70% +3.3e+101% 0.33 =C2= =B1141% interrupts.CPU18.41:PCI-MSI.31981574-edge.i40e-eth0-TxRx-5 1.00 =C2=B1141% -100.0% 0.00 -100.0% 0.00 = interrupts.CPU18.54:PCI-MSI.31981587-edge.i40e-eth0-TxRx-18 0.00 -100.0% 0.00 +3.3e+101% 0.33 =C2=B1= 141% interrupts.CPU18.89:PCI-MSI.31981622-edge.i40e-eth0-TxRx-53 395462 =C2=B1 11% -16.7% 329268 =C2=B1 15% +6.9% 422= 919 =C2=B1 27% interrupts.CPU18.CAL:Function_call_interrupts 27.67 =C2=B1 99% +30.1% 36.00 =C2=B1 72% +136.1% 65= .33 =C2=B1 25% interrupts.CPU18.IWI:IRQ_work_interrupts 405927 -6.6% 379114 =C2=B1 6% -1.0% 402006 = interrupts.CPU18.LOC:Local_timer_interrupts 1.00 +0.0% 1.00 +0.0% 1.00 = interrupts.CPU18.MCP:Machine_check_polls 12029 =C2=B1 51% +16.9% 14066 =C2=B1 42% +58.3% 19= 042 =C2=B1 18% interrupts.CPU18.NMI:Non-maskable_interrupts 12029 =C2=B1 51% +16.9% 14066 =C2=B1 42% +58.3% 19= 042 =C2=B1 18% interrupts.CPU18.PMI:Performance_monitoring_interrupts 505.33 =C2=B1 12% -2.3% 493.67 =C2=B1 32% -29.9% 354= .00 =C2=B1 23% interrupts.CPU18.RES:Rescheduling_interrupts 475837 =C2=B1 10% -11.8% 419517 =C2=B1 14% +9.6% 521= 656 =C2=B1 27% interrupts.CPU18.TLB:TLB_shootdowns 0.00 -100.0% 0.00 -100.0% 0.00 = interrupts.CPU19.315:PCI-MSI.376832-edge.ahci[0000:00:17.0] 0.00 -100.0% 0.00 -100.0% 0.00 = interrupts.CPU19.3:IO-APIC.3-edge 0.00 +3.3e+101% 0.33 =C2=B1141% -100.0% 0.00 = interrupts.CPU19.42:PCI-MSI.31981575-edge.i40e-eth0-TxRx-6 0.00 -100.0% 0.00 -100.0% 0.00 = interrupts.CPU19.4:IO-APIC.4-edge.ttyS0 1.33 =C2=B1 93% +66475.0% 887.67 =C2=B1141% -50.0% 0= .67 =C2=B1 70% interrupts.CPU19.55:PCI-MSI.31981588-edge.i40e-eth0-TxRx-= 19 0.33 =C2=B1141% -100.0% 0.00 -100.0% 0.00 = interrupts.CPU19.90:PCI-MSI.31981623-edge.i40e-eth0-TxRx-54 590338 =C2=B1 10% -27.9% 425688 =C2=B1 8% -18.6% 480= 366 =C2=B1 14% interrupts.CPU19.CAL:Function_call_interrupts 75.33 =C2=B1 19% -11.1% 67.00 =C2=B1 7% -59.7% 30= .33 =C2=B1 74% interrupts.CPU19.IWI:IRQ_work_interrupts 406123 -7.8% 374335 =C2=B1 7% -1.3% 400685 = interrupts.CPU19.LOC:Local_timer_interrupts 1.00 +0.0% 1.00 +0.0% 1.00 = interrupts.CPU19.MCP:Machine_check_polls 21659 =C2=B1 15% -6.7% 20207 =C2=B1 2% -45.7% 11= 770 =C2=B1 38% interrupts.CPU19.NMI:Non-maskable_interrupts 21659 =C2=B1 15% -6.7% 20207 =C2=B1 2% -45.7% 11= 770 =C2=B1 38% interrupts.CPU19.PMI:Performance_monitoring_interrupts 671.33 =C2=B1 20% -18.5% 547.00 =C2=B1 12% -36.7% 424= .67 =C2=B1 3% interrupts.CPU19.RES:Rescheduling_interrupts 711808 =C2=B1 10% -24.1% 540475 =C2=B1 8% -17.3% 588= 929 =C2=B1 15% interrupts.CPU19.TLB:TLB_shootdowns 0.33 =C2=B1141% +0.0% 0.33 =C2=B1141% +100.0% 0= .67 =C2=B1 70% interrupts.CPU2.121:PCI-MSI.31981654-edge.i40e-eth0-TxRx-= 85 949.00 =C2=B1110% -99.9% 1.33 =C2=B1141% -100.0% 0= .00 interrupts.CPU2.38:PCI-MSI.31981571-edge.i40e-eth0-TxRx-2 0.00 +3.3e+101% 0.33 =C2=B1141% +3.3e+101% 0.33 =C2= =B1141% interrupts.CPU2.73:PCI-MSI.31981606-edge.i40e-eth0-TxRx-37 411168 =C2=B1 16% -33.7% 272520 =C2=B1 29% -4.3% 393= 383 =C2=B1 12% interrupts.CPU2.CAL:Function_call_interrupts 31.00 =C2=B1127% -21.5% 24.33 =C2=B1112% -1.1% 30= .67 =C2=B1116% interrupts.CPU2.IWI:IRQ_work_interrupts 405931 -4.8% 386630 =C2=B1 4% -1.4% 400119 = interrupts.CPU2.LOC:Local_timer_interrupts 1.00 +0.0% 1.00 +0.0% 1.00 = interrupts.CPU2.MCP:Machine_check_polls 11993 =C2=B1 75% +16.0% 13908 =C2=B1 31% +1.0% 12= 110 =C2=B1 60% interrupts.CPU2.NMI:Non-maskable_interrupts 11993 =C2=B1 75% +16.0% 13908 =C2=B1 31% +1.0% 12= 110 =C2=B1 60% interrupts.CPU2.PMI:Performance_monitoring_interrupts 539.33 =C2=B1 28% -26.8% 395.00 =C2=B1 8% -36.2% 344= .00 =C2=B1 26% interrupts.CPU2.RES:Rescheduling_interrupts 494494 =C2=B1 15% -29.8% 347147 =C2=B1 29% -2.5% 482= 047 =C2=B1 13% interrupts.CPU2.TLB:TLB_shootdowns 0.00 -100.0% 0.00 -100.0% 0.00 = interrupts.CPU20.315:PCI-MSI.376832-edge.ahci[0000:00:17.0] 0.33 =C2=B1141% +0.0% 0.33 =C2=B1141% -100.0% 0= .00 interrupts.CPU20.43:PCI-MSI.31981576-edge.i40e-eth0-TxRx-7 0.00 +1.7e+104% 173.00 =C2=B1141% +1e+102% 1.00 =C2= =B1141% interrupts.CPU20.56:PCI-MSI.31981589-edge.i40e-eth0-TxRx-20 0.00 +3.3e+101% 0.33 =C2=B1141% +3.3e+101% 0.33 =C2= =B1141% interrupts.CPU20.91:PCI-MSI.31981624-edge.i40e-eth0-TxRx-55 493806 =C2=B1 9% -30.4% 343541 =C2=B1 18% -7.4% 457= 350 =C2=B1 21% interrupts.CPU20.CAL:Function_call_interrupts 52.67 =C2=B1 26% +0.6% 53.00 =C2=B1 40% +27.2% 67= .00 =C2=B1 37% interrupts.CPU20.IWI:IRQ_work_interrupts 405941 -7.3% 376506 =C2=B1 6% -1.0% 401805 = interrupts.CPU20.LOC:Local_timer_interrupts 1.00 +0.0% 1.00 +0.0% 1.00 = interrupts.CPU20.MCP:Machine_check_polls 19248 =C2=B1 15% -10.3% 17257 =C2=B1 24% +2.9% 19= 803 =C2=B1 24% interrupts.CPU20.NMI:Non-maskable_interrupts 19248 =C2=B1 15% -10.3% 17257 =C2=B1 24% +2.9% 19= 803 =C2=B1 24% interrupts.CPU20.PMI:Performance_monitoring_interrupts 551.33 =C2=B1 10% -8.6% 504.00 =C2=B1 31% -32.9% 370= .00 =C2=B1 25% interrupts.CPU20.RES:Rescheduling_interrupts 595289 =C2=B1 9% -26.6% 436974 =C2=B1 18% -5.3% 563= 830 =C2=B1 20% interrupts.CPU20.TLB:TLB_shootdowns 0.00 -100.0% 0.00 -100.0% 0.00 = interrupts.CPU21.3:IO-APIC.3-edge 0.33 =C2=B1141% -100.0% 0.00 -100.0% 0.00 = interrupts.CPU21.44:PCI-MSI.31981577-edge.i40e-eth0-TxRx-8 1.67 =C2=B1141% -100.0% 0.00 -100.0% 0.00 = interrupts.CPU21.57:PCI-MSI.31981590-edge.i40e-eth0-TxRx-21 0.00 -100.0% 0.00 -100.0% 0.00 = interrupts.CPU21.92:PCI-MSI.31981625-edge.i40e-eth0-TxRx-56 369712 =C2=B1 22% -19.2% 298636 =C2=B1 25% +49.9% 554= 264 =C2=B1 22% interrupts.CPU21.CAL:Function_call_interrupts 27.33 =C2=B1100% +79.3% 49.00 =C2=B1 43% +202.4% 82= .67 =C2=B1 4% interrupts.CPU21.IWI:IRQ_work_interrupts 406295 -6.2% 380959 =C2=B1 6% -1.6% 399836 = interrupts.CPU21.LOC:Local_timer_interrupts 1.00 +0.0% 1.00 +0.0% 1.00 = interrupts.CPU21.MCP:Machine_check_polls 15671 =C2=B1 33% +4.9% 16433 =C2=B1 32% +45.2% 22= 759 =C2=B1 3% interrupts.CPU21.NMI:Non-maskable_interrupts 15671 =C2=B1 33% +4.9% 16433 =C2=B1 32% +45.2% 22= 759 =C2=B1 3% interrupts.CPU21.PMI:Performance_monitoring_interrupts 438.00 =C2=B1 27% +4.5% 457.67 =C2=B1 31% +10.3% 483= .00 =C2=B1 29% interrupts.CPU21.RES:Rescheduling_interrupts 448885 =C2=B1 22% -15.7% 378279 =C2=B1 25% +52.3% 683= 715 =C2=B1 22% interrupts.CPU21.TLB:TLB_shootdowns 0.00 +3.3e+101% 0.33 =C2=B1141% -100.0% 0.00 = interrupts.CPU22.45:PCI-MSI.31981578-edge.i40e-eth0-TxRx-9 3.33 =C2=B1 70% -80.0% 0.67 =C2=B1141% -100.0% 0= .00 interrupts.CPU22.58:PCI-MSI.31981591-edge.i40e-eth0-TxRx-22 0.00 -100.0% 0.00 +6.7e+101% 0.67 =C2=B1= 70% interrupts.CPU22.93:PCI-MSI.31981626-edge.i40e-eth0-TxRx-57 390922 =C2=B1 25% -13.4% 338503 =C2=B1 33% +4.2% 407= 239 =C2=B1 28% interrupts.CPU22.CAL:Function_call_interrupts 53.00 =C2=B1 41% -17.6% 43.67 =C2=B1 70% +3.8% 55= .00 =C2=B1 31% interrupts.CPU22.IWI:IRQ_work_interrupts 405987 -7.5% 375589 =C2=B1 6% -1.3% 400885 = interrupts.CPU22.LOC:Local_timer_interrupts 1.00 +0.0% 1.00 +0.0% 1.00 = interrupts.CPU22.MCP:Machine_check_polls 17138 =C2=B1 29% -13.1% 14884 =C2=B1 46% +11.2% 19= 059 =C2=B1 13% interrupts.CPU22.NMI:Non-maskable_interrupts 17138 =C2=B1 29% -13.1% 14884 =C2=B1 46% +11.2% 19= 059 =C2=B1 13% interrupts.CPU22.PMI:Performance_monitoring_interrupts 555.33 =C2=B1 43% -2.6% 540.67 =C2=B1 40% -34.1% 366= .00 =C2=B1 22% interrupts.CPU22.RES:Rescheduling_interrupts 470886 =C2=B1 25% -9.0% 428590 =C2=B1 32% +6.4% 501= 133 =C2=B1 27% interrupts.CPU22.TLB:TLB_shootdowns 0.00 -100.0% 0.00 -100.0% 0.00 = interrupts.CPU23.46:PCI-MSI.31981579-edge.i40e-eth0-TxRx-10 3.00 =C2=B1141% -88.9% 0.33 =C2=B1141% -100.0% 0= .00 interrupts.CPU23.59:PCI-MSI.31981592-edge.i40e-eth0-TxRx-23 0.33 =C2=B1141% +0.0% 0.33 =C2=B1141% -100.0% 0= .00 interrupts.CPU23.94:PCI-MSI.31981627-edge.i40e-eth0-TxRx-58 526486 =C2=B1 8% -43.1% 299585 =C2=B1 32% -12.4% 461= 167 =C2=B1 15% interrupts.CPU23.CAL:Function_call_interrupts 53.00 =C2=B1 64% -52.8% 25.00 =C2=B1127% +21.4% 64= .33 =C2=B1 23% interrupts.CPU23.IWI:IRQ_work_interrupts 406207 -6.9% 378081 =C2=B1 7% -1.6% 399585 = interrupts.CPU23.LOC:Local_timer_interrupts 1.00 +0.0% 1.00 +0.0% 1.00 = interrupts.CPU23.MCP:Machine_check_polls 17383 =C2=B1 43% -33.2% 11608 =C2=B1 60% +11.1% 19= 320 =C2=B1 15% interrupts.CPU23.NMI:Non-maskable_interrupts 17383 =C2=B1 43% -33.2% 11608 =C2=B1 60% +11.1% 19= 320 =C2=B1 15% interrupts.CPU23.PMI:Performance_monitoring_interrupts 592.67 =C2=B1 11% -16.3% 496.00 =C2=B1 37% -36.3% 377= .33 =C2=B1 33% interrupts.CPU23.RES:Rescheduling_interrupts 634502 =C2=B1 7% -39.9% 381622 =C2=B1 32% -10.5% 567= 846 =C2=B1 15% interrupts.CPU23.TLB:TLB_shootdowns 0.00 +3.1e+103% 30.67 =C2=B1141% -100.0% 0.00 = interrupts.CPU24.60:PCI-MSI.31981593-edge.i40e-eth0-TxRx-24 626186 =C2=B1 8% -36.6% 397180 =C2=B1 17% -21.3% 492= 858 =C2=B1 20% interrupts.CPU24.CAL:Function_call_interrupts 49.67 =C2=B1 58% +34.9% 67.00 =C2=B1 20% +7.4% 53= .33 =C2=B1 26% interrupts.CPU24.IWI:IRQ_work_interrupts 405954 -7.2% 376928 =C2=B1 6% -1.6% 399622 = interrupts.CPU24.LOC:Local_timer_interrupts 1.00 +0.0% 1.00 +0.0% 1.00 = interrupts.CPU24.MCP:Machine_check_polls 17118 =C2=B1 22% +19.4% 20442 =C2=B1 11% -3.1% 16= 586 =C2=B1 17% interrupts.CPU24.NMI:Non-maskable_interrupts 17118 =C2=B1 22% +19.4% 20442 =C2=B1 11% -3.1% 16= 586 =C2=B1 17% interrupts.CPU24.PMI:Performance_monitoring_interrupts 541.33 =C2=B1 7% -10.6% 484.00 =C2=B1 20% -35.0% 352= .00 =C2=B1 19% interrupts.CPU24.RES:Rescheduling_interrupts 742092 =C2=B1 7% -32.3% 502742 =C2=B1 17% -19.5% 597= 663 =C2=B1 19% interrupts.CPU24.TLB:TLB_shootdowns 0.00 +3.8e+103% 38.33 =C2=B1 84% +6.7e+101% 0.67 =C2= =B1141% interrupts.CPU25.61:PCI-MSI.31981594-edge.i40e-eth0-TxRx-25 631634 =C2=B1 12% -38.8% 386787 =C2=B1 22% -21.2% 497= 497 =C2=B1 8% interrupts.CPU25.CAL:Function_call_interrupts 58.00 =C2=B1 49% -35.1% 37.67 =C2=B1 76% +0.6% 58= .33 =C2=B1 7% interrupts.CPU25.IWI:IRQ_work_interrupts 405937 -6.4% 380097 =C2=B1 4% -1.4% 400147 = interrupts.CPU25.LOC:Local_timer_interrupts 1.00 +0.0% 1.00 +0.0% 1.00 = interrupts.CPU25.MCP:Machine_check_polls 18304 =C2=B1 30% -24.2% 13875 =C2=B1 41% -1.2% 18= 084 =C2=B1 8% interrupts.CPU25.NMI:Non-maskable_interrupts 18304 =C2=B1 30% -24.2% 13875 =C2=B1 41% -1.2% 18= 084 =C2=B1 8% interrupts.CPU25.PMI:Performance_monitoring_interrupts 532.67 =C2=B1 15% -5.3% 504.33 =C2=B1 36% -31.7% 363= .67 =C2=B1 19% interrupts.CPU25.RES:Rescheduling_interrupts 748513 =C2=B1 12% -35.1% 486042 =C2=B1 22% -19.0% 606= 520 =C2=B1 7% interrupts.CPU25.TLB:TLB_shootdowns 0.00 -100.0% 0.00 -100.0% 0.00 = interrupts.CPU26.305:PCI-MSI.67174400-edge.ioat-msix 0.00 -100.0% 0.00 -100.0% 0.00 = interrupts.CPU26.306:PCI-MSI.67174400-edge.ioat-msix 0.67 =C2=B1141% +14950.0% 100.33 =C2=B1141% +50.0% 1= .00 =C2=B1141% interrupts.CPU26.62:PCI-MSI.31981595-edge.i40e-eth0-TxRx-= 26 614818 =C2=B1 2% -39.3% 373169 =C2=B1 21% -20.6% 488= 325 =C2=B1 6% interrupts.CPU26.CAL:Function_call_interrupts 39.67 =C2=B1 68% -58.8% 16.33 =C2=B1115% +33.6% 53= .00 =C2=B1 44% interrupts.CPU26.IWI:IRQ_work_interrupts 405965 -7.1% 376998 =C2=B1 7% -1.4% 400471 = interrupts.CPU26.LOC:Local_timer_interrupts 1.00 +0.0% 1.00 +0.0% 1.00 = interrupts.CPU26.MCP:Machine_check_polls 14483 =C2=B1 42% -34.5% 9482 =C2=B1 43% +13.4% 16= 418 =C2=B1 24% interrupts.CPU26.NMI:Non-maskable_interrupts 14483 =C2=B1 42% -34.5% 9482 =C2=B1 43% +13.4% 16= 418 =C2=B1 24% interrupts.CPU26.PMI:Performance_monitoring_interrupts 429.33 =C2=B1 8% +9.6% 470.67 =C2=B1 29% -9.1% 390= .33 =C2=B1 11% interrupts.CPU26.RES:Rescheduling_interrupts 726518 -35.1% 471845 =C2=B1 21% -18.2% 594355 =C2= =B1 6% interrupts.CPU26.TLB:TLB_shootdowns 0.00 -100.0% 0.00 -100.0% 0.00 = interrupts.CPU27.307:PCI-MSI.67176448-edge.ioat-msix 0.00 -100.0% 0.00 -100.0% 0.00 = interrupts.CPU27.308:PCI-MSI.67176448-edge.ioat-msix 0.00 +2e+102% 2.00 =C2=B1 81% -100.0% 0.00 = interrupts.CPU27.63:PCI-MSI.31981596-edge.i40e-eth0-TxRx-27 626552 =C2=B1 10% -48.6% 321780 =C2=B1 5% -23.3% 480= 801 =C2=B1 28% interrupts.CPU27.CAL:Function_call_interrupts 71.33 =C2=B1 25% -23.4% 54.67 =C2=B1 22% -42.5% 41= .00 =C2=B1 53% interrupts.CPU27.IWI:IRQ_work_interrupts 405925 -5.8% 382267 =C2=B1 5% -1.6% 399501 = interrupts.CPU27.LOC:Local_timer_interrupts 1.00 +0.0% 1.00 +0.0% 1.00 = interrupts.CPU27.MCP:Machine_check_polls 21779 =C2=B1 18% -18.8% 17676 =C2=B1 15% -36.4% 13= 850 =C2=B1 34% interrupts.CPU27.NMI:Non-maskable_interrupts 21779 =C2=B1 18% -18.8% 17676 =C2=B1 15% -36.4% 13= 850 =C2=B1 34% interrupts.CPU27.PMI:Performance_monitoring_interrupts 538.00 =C2=B1 15% -0.2% 536.67 =C2=B1 26% -22.3% 418= .00 =C2=B1 29% interrupts.CPU27.RES:Rescheduling_interrupts 739486 =C2=B1 10% -45.4% 403473 =C2=B1 5% -21.1% 583= 527 =C2=B1 27% interrupts.CPU27.TLB:TLB_shootdowns 0.00 -100.0% 0.00 -100.0% 0.00 = interrupts.CPU28.308:PCI-MSI.67178496-edge.ioat-msix 0.00 -100.0% 0.00 -100.0% 0.00 = interrupts.CPU28.309:PCI-MSI.67178496-edge.ioat-msix 0.00 -100.0% 0.00 +3e+102% 3.00 =C2=B1= 54% interrupts.CPU28.64:PCI-MSI.31981597-edge.i40e-eth0-TxRx-28 688450 =C2=B1 3% -40.5% 409849 =C2=B1 7% -42.9% 393= 403 =C2=B1 43% interrupts.CPU28.CAL:Function_call_interrupts 57.00 =C2=B1 33% -47.4% 30.00 =C2=B1 82% -10.5% 51= .00 =C2=B1 69% interrupts.CPU28.IWI:IRQ_work_interrupts 406019 -6.9% 378187 =C2=B1 5% -1.2% 401184 = interrupts.CPU28.LOC:Local_timer_interrupts 1.00 +0.0% 1.00 +0.0% 1.00 = interrupts.CPU28.MCP:Machine_check_polls 20813 =C2=B1 8% -39.7% 12554 =C2=B1 42% -23.8% 15= 869 =C2=B1 53% interrupts.CPU28.NMI:Non-maskable_interrupts 20813 =C2=B1 8% -39.7% 12554 =C2=B1 42% -23.8% 15= 869 =C2=B1 53% interrupts.CPU28.PMI:Performance_monitoring_interrupts 556.00 =C2=B1 27% -15.3% 470.67 =C2=B1 18% -47.6% 291= .33 =C2=B1 52% interrupts.CPU28.RES:Rescheduling_interrupts 815172 =C2=B1 3% -36.7% 515995 =C2=B1 7% -41.4% 477= 423 =C2=B1 42% interrupts.CPU28.TLB:TLB_shootdowns 0.00 -100.0% 0.00 -100.0% 0.00 = interrupts.CPU29.309:PCI-MSI.67180544-edge.ioat-msix 0.00 -100.0% 0.00 -100.0% 0.00 = interrupts.CPU29.310:PCI-MSI.67180544-edge.ioat-msix 0.00 +1.1e+104% 106.00 =C2=B1115% -100.0% 0.00 = interrupts.CPU29.65:PCI-MSI.31981598-edge.i40e-eth0-TxRx-29 601839 =C2=B1 19% -36.5% 382381 =C2=B1 8% -25.3% 449= 606 =C2=B1 11% interrupts.CPU29.CAL:Function_call_interrupts 66.00 =C2=B1 19% -39.9% 39.67 =C2=B1 73% -70.7% 19= .33 =C2=B1 79% interrupts.CPU29.IWI:IRQ_work_interrupts 405810 -6.3% 380266 =C2=B1 5% -1.3% 400622 = interrupts.CPU29.LOC:Local_timer_interrupts 1.00 +0.0% 1.00 +0.0% 1.00 = interrupts.CPU29.MCP:Machine_check_polls 20318 =C2=B1 14% -30.2% 14175 =C2=B1 47% -43.5% 11= 473 =C2=B1 10% interrupts.CPU29.NMI:Non-maskable_interrupts 20318 =C2=B1 14% -30.2% 14175 =C2=B1 47% -43.5% 11= 473 =C2=B1 10% interrupts.CPU29.PMI:Performance_monitoring_interrupts 508.00 =C2=B1 27% +9.7% 557.33 =C2=B1 22% -32.2% 344= .67 =C2=B1 14% interrupts.CPU29.RES:Rescheduling_interrupts 712470 =C2=B1 19% -32.8% 478606 =C2=B1 8% -23.4% 546= 074 =C2=B1 11% interrupts.CPU29.TLB:TLB_shootdowns 0.00 -100.0% 0.00 +3.3e+101% 0.33 =C2=B1= 141% interrupts.CPU3.122:PCI-MSI.31981655-edge.i40e-eth0-TxRx-86 1.33 =C2=B1 93% -50.0% 0.67 =C2=B1 70% +2950.0% 40= .67 =C2=B1137% interrupts.CPU3.39:PCI-MSI.31981572-edge.i40e-eth0-TxRx-3 0.00 +3.3e+101% 0.33 =C2=B1141% +3.3e+101% 0.33 =C2= =B1141% interrupts.CPU3.74:PCI-MSI.31981607-edge.i40e-eth0-TxRx-38 391271 =C2=B1 24% -30.6% 271459 =C2=B1 28% +14.7% 448= 877 =C2=B1 19% interrupts.CPU3.CAL:Function_call_interrupts 39.33 =C2=B1 69% -44.1% 22.00 =C2=B1 87% +46.6% 57= .67 =C2=B1 57% interrupts.CPU3.IWI:IRQ_work_interrupts 405991 -4.7% 387035 =C2=B1 3% -1.3% 400903 = interrupts.CPU3.LOC:Local_timer_interrupts 1.00 +0.0% 1.00 +0.0% 1.00 = interrupts.CPU3.MCP:Machine_check_polls 14440 =C2=B1 43% -26.3% 10638 =C2=B1 34% +22.0% 17= 620 =C2=B1 40% interrupts.CPU3.NMI:Non-maskable_interrupts 14440 =C2=B1 43% -26.3% 10638 =C2=B1 34% +22.0% 17= 620 =C2=B1 40% interrupts.CPU3.PMI:Performance_monitoring_interrupts 509.67 =C2=B1 32% +0.6% 512.67 =C2=B1 7% -20.9% 403= .00 =C2=B1 15% interrupts.CPU3.RES:Rescheduling_interrupts 473147 =C2=B1 23% -27.4% 343271 =C2=B1 28% +16.7% 552= 061 =C2=B1 19% interrupts.CPU3.TLB:TLB_shootdowns 0.00 -100.0% 0.00 -100.0% 0.00 = interrupts.CPU30.311:PCI-MSI.67182592-edge.ioat-msix 1.67 =C2=B1141% +120.0% 3.67 =C2=B1141% +1460.0% 26= .00 =C2=B1138% interrupts.CPU30.66:PCI-MSI.31981599-edge.i40e-eth0-TxRx-= 30 505014 =C2=B1 8% -36.2% 322110 =C2=B1 18% +2.1% 515= 840 =C2=B1 8% interrupts.CPU30.CAL:Function_call_interrupts 39.67 =C2=B1 70% -21.8% 31.00 =C2=B1 76% +47.9% 58= .67 =C2=B1 31% interrupts.CPU30.IWI:IRQ_work_interrupts 405943 -6.1% 381239 =C2=B1 5% -1.3% 400574 = interrupts.CPU30.LOC:Local_timer_interrupts 1.00 +0.0% 1.00 +0.0% 1.00 = interrupts.CPU30.MCP:Machine_check_polls 14481 =C2=B1 45% -15.5% 12231 =C2=B1 49% +23.4% 17= 864 =C2=B1 23% interrupts.CPU30.NMI:Non-maskable_interrupts 14481 =C2=B1 45% -15.5% 12231 =C2=B1 49% +23.4% 17= 864 =C2=B1 23% interrupts.CPU30.PMI:Performance_monitoring_interrupts 454.67 =C2=B1 20% -18.7% 369.67 =C2=B1 32% -8.9% 414= .00 =C2=B1 12% interrupts.CPU30.RES:Rescheduling_interrupts 596818 =C2=B1 8% -32.1% 405465 =C2=B1 18% +5.2% 627= 937 =C2=B1 9% interrupts.CPU30.TLB:TLB_shootdowns 0.00 -100.0% 0.00 -100.0% 0.00 = interrupts.CPU31.312:PCI-MSI.67184640-edge.ioat-msix 15.67 =C2=B1132% -100.0% 0.00 -80.9% 3.00 =C2= =B1 81% interrupts.CPU31.67:PCI-MSI.31981600-edge.i40e-eth0-TxRx-31 691541 =C2=B1 14% -56.4% 301829 =C2=B1 20% -23.0% 532= 315 =C2=B1 40% interrupts.CPU31.CAL:Function_call_interrupts 23.00 =C2=B1 69% +147.8% 57.00 =C2=B1 6% +202.9% 69= .67 =C2=B1 23% interrupts.CPU31.IWI:IRQ_work_interrupts 405963 -5.6% 383080 =C2=B1 5% -1.7% 399138 = interrupts.CPU31.LOC:Local_timer_interrupts 1.00 +0.0% 1.00 +0.0% 1.00 = interrupts.CPU31.MCP:Machine_check_polls 10189 =C2=B1 38% +92.5% 19610 =C2=B1 11% +99.0% 20= 278 =C2=B1 17% interrupts.CPU31.NMI:Non-maskable_interrupts 10189 =C2=B1 38% +92.5% 19610 =C2=B1 11% +99.0% 20= 278 =C2=B1 17% interrupts.CPU31.PMI:Performance_monitoring_interrupts 531.33 =C2=B1 8% -22.1% 414.00 =C2=B1 36% -24.6% 400= .67 =C2=B1 29% interrupts.CPU31.RES:Rescheduling_interrupts 819425 =C2=B1 13% -53.7% 379582 =C2=B1 20% -20.7% 650= 057 =C2=B1 40% interrupts.CPU31.TLB:TLB_shootdowns 0.00 -100.0% 0.00 -100.0% 0.00 = interrupts.CPU32.313:PCI-MSI.67186688-edge.ioat-msix 2.33 =C2=B1141% -100.0% 0.00 +28.6% 3.00 =C2= =B1 98% interrupts.CPU32.68:PCI-MSI.31981601-edge.i40e-eth0-TxRx-32 655825 =C2=B1 10% -66.1% 222139 =C2=B1 27% -38.3% 404= 610 =C2=B1 26% interrupts.CPU32.CAL:Function_call_interrupts 47.33 =C2=B1 17% -23.2% 36.33 =C2=B1 66% -42.3% 27= .33 =C2=B1123% interrupts.CPU32.IWI:IRQ_work_interrupts 406701 -4.7% 387456 =C2=B1 4% -1.6% 400349 = interrupts.CPU32.LOC:Local_timer_interrupts 1.00 +0.0% 1.00 +0.0% 1.00 = interrupts.CPU32.MCP:Machine_check_polls 16035 =C2=B1 10% -4.4% 15328 =C2=B1 31% -26.9% 11= 720 =C2=B1 67% interrupts.CPU32.NMI:Non-maskable_interrupts 16035 =C2=B1 10% -4.4% 15328 =C2=B1 31% -26.9% 11= 720 =C2=B1 67% interrupts.CPU32.PMI:Performance_monitoring_interrupts 528.67 =C2=B1 20% -43.4% 299.33 =C2=B1 30% -43.4% 299= .00 =C2=B1 26% interrupts.CPU32.RES:Rescheduling_interrupts 777089 =C2=B1 10% -64.1% 278648 =C2=B1 27% -36.9% 490= 622 =C2=B1 25% interrupts.CPU32.TLB:TLB_shootdowns 0.00 -100.0% 0.00 -100.0% 0.00 = interrupts.CPU33.314:PCI-MSI.67188736-edge.ioat-msix 0.00 -100.0% 0.00 -100.0% 0.00 = interrupts.CPU33.315:PCI-MSI.67188736-edge.ioat-msix 16.00 =C2=B1141% +4533.3% 741.33 =C2=B1141% -2.1% 15= .67 =C2=B1119% interrupts.CPU33.69:PCI-MSI.31981602-edge.i40e-eth0-TxRx-= 33 613666 =C2=B1 6% -37.0% 386460 =C2=B1 14% -29.5% 432= 490 =C2=B1 8% interrupts.CPU33.CAL:Function_call_interrupts 33.00 =C2=B1 86% +58.6% 52.33 =C2=B1 38% +49.5% 49= .33 =C2=B1 19% interrupts.CPU33.IWI:IRQ_work_interrupts 405886 -5.3% 384373 =C2=B1 3% -1.2% 401023 = interrupts.CPU33.LOC:Local_timer_interrupts 1.00 +0.0% 1.00 +0.0% 1.00 = interrupts.CPU33.MCP:Machine_check_polls 13418 =C2=B1 48% +22.4% 16430 =C2=B1 26% +19.2% 15= 993 =C2=B1 14% interrupts.CPU33.NMI:Non-maskable_interrupts 13418 =C2=B1 48% +22.4% 16430 =C2=B1 26% +19.2% 15= 993 =C2=B1 14% interrupts.CPU33.PMI:Performance_monitoring_interrupts 466.00 =C2=B1 17% -18.9% 378.00 =C2=B1 5% -20.1% 372= .33 =C2=B1 21% interrupts.CPU33.RES:Rescheduling_interrupts 726114 =C2=B1 6% -32.7% 488738 =C2=B1 15% -27.6% 525= 486 =C2=B1 9% interrupts.CPU33.TLB:TLB_shootdowns 0.00 -100.0% 0.00 -100.0% 0.00 = interrupts.CPU34.314:PCI-MSI.67188736-edge.ioat-msix 0.33 =C2=B1141% -100.0% 0.00 -100.0% 0.00 = interrupts.CPU34.70:PCI-MSI.31981603-edge.i40e-eth0-TxRx-34 595589 =C2=B1 14% -47.9% 310122 =C2=B1 28% -36.3% 379= 289 =C2=B1 36% interrupts.CPU34.CAL:Function_call_interrupts 40.33 =C2=B1 81% +12.4% 45.33 =C2=B1 64% -13.2% 35= .00 =C2=B1 60% interrupts.CPU34.IWI:IRQ_work_interrupts 406087 -6.5% 379508 =C2=B1 6% -1.3% 400803 = interrupts.CPU34.LOC:Local_timer_interrupts 1.00 +0.0% 1.00 +0.0% 1.00 = interrupts.CPU34.MCP:Machine_check_polls 14479 =C2=B1 53% +17.5% 17014 =C2=B1 41% -10.3% 12= 991 =C2=B1 34% interrupts.CPU34.NMI:Non-maskable_interrupts 14479 =C2=B1 53% +17.5% 17014 =C2=B1 41% -10.3% 12= 991 =C2=B1 34% interrupts.CPU34.PMI:Performance_monitoring_interrupts 455.00 =C2=B1 12% -29.4% 321.33 =C2=B1 43% -40.8% 269= .33 =C2=B1 55% interrupts.CPU34.RES:Rescheduling_interrupts 703599 =C2=B1 14% -44.3% 391636 =C2=B1 29% -34.3% 462= 123 =C2=B1 36% interrupts.CPU34.TLB:TLB_shootdowns 346.33 =C2=B1141% -99.5% 1.67 =C2=B1141% -99.3% 2= .33 =C2=B1 88% interrupts.CPU35.71:PCI-MSI.31981604-edge.i40e-eth0-TxRx-= 35 620006 =C2=B1 33% -40.5% 368973 =C2=B1 17% -25.7% 460= 416 =C2=B1 2% interrupts.CPU35.CAL:Function_call_interrupts 41.33 =C2=B1 83% -17.7% 34.00 =C2=B1 82% +10.5% 45= .67 =C2=B1 57% interrupts.CPU35.IWI:IRQ_work_interrupts 405870 -5.0% 385556 =C2=B1 3% -1.2% 400905 = interrupts.CPU35.LOC:Local_timer_interrupts 1.00 +0.0% 1.00 +0.0% 1.00 = interrupts.CPU35.MCP:Machine_check_polls 16220 =C2=B1 50% -16.7% 13504 =C2=B1 46% -4.8% 15= 438 =C2=B1 38% interrupts.CPU35.NMI:Non-maskable_interrupts 16220 =C2=B1 50% -16.7% 13504 =C2=B1 46% -4.8% 15= 438 =C2=B1 38% interrupts.CPU35.PMI:Performance_monitoring_interrupts 537.00 =C2=B1 13% -31.4% 368.33 =C2=B1 22% -37.0% 338= .33 =C2=B1 4% interrupts.CPU35.RES:Rescheduling_interrupts 730810 =C2=B1 33% -36.3% 465606 =C2=B1 17% -23.1% 562= 201 =C2=B1 3% interrupts.CPU35.TLB:TLB_shootdowns 0.33 =C2=B1141% -100.0% 0.00 +9700.0% 32.67 =C2= =B1141% interrupts.CPU36.72:PCI-MSI.31981605-edge.i40e-eth0-TxRx-36 651736 =C2=B1 4% -64.2% 233413 =C2=B1 17% -32.6% 439= 558 =C2=B1 11% interrupts.CPU36.CAL:Function_call_interrupts 45.67 =C2=B1 59% +21.2% 55.33 =C2=B1 40% -35.8% 29= .33 =C2=B1102% interrupts.CPU36.IWI:IRQ_work_interrupts 405865 -4.2% 388962 =C2=B1 3% -1.3% 400699 = interrupts.CPU36.LOC:Local_timer_interrupts 1.00 +0.0% 1.00 +0.0% 1.00 = interrupts.CPU36.MCP:Machine_check_polls 16219 =C2=B1 37% +6.5% 17268 =C2=B1 30% -35.1% 10= 521 =C2=B1 53% interrupts.CPU36.NMI:Non-maskable_interrupts 16219 =C2=B1 37% +6.5% 17268 =C2=B1 30% -35.1% 10= 521 =C2=B1 53% interrupts.CPU36.PMI:Performance_monitoring_interrupts 522.33 =C2=B1 18% -33.5% 347.33 =C2=B1 24% -31.3% 359= .00 =C2=B1 13% interrupts.CPU36.RES:Rescheduling_interrupts 770327 =C2=B1 4% -61.6% 296137 =C2=B1 18% -30.6% 534= 663 =C2=B1 10% interrupts.CPU36.TLB:TLB_shootdowns 0.00 +1.7e+102% 1.67 =C2=B1 74% +6.7e+101% 0.67 =C2= =B1141% interrupts.CPU37.73:PCI-MSI.31981606-edge.i40e-eth0-TxRx-37 475052 =C2=B1 20% -35.9% 304583 =C2=B1 22% -8.4% 434= 947 =C2=B1 31% interrupts.CPU37.CAL:Function_call_interrupts 61.67 =C2=B1 30% -90.3% 6.00 =C2=B1 49% -39.5% 37= .33 =C2=B1 34% interrupts.CPU37.IWI:IRQ_work_interrupts 405937 -4.5% 387773 =C2=B1 3% -1.5% 400025 = interrupts.CPU37.LOC:Local_timer_interrupts 1.00 +0.0% 1.00 +0.0% 1.00 = interrupts.CPU37.MCP:Machine_check_polls 20070 =C2=B1 20% -58.0% 8438 =C2=B1 28% -34.8% 13= 086 =C2=B1 24% interrupts.CPU37.NMI:Non-maskable_interrupts 20070 =C2=B1 20% -58.0% 8438 =C2=B1 28% -34.8% 13= 086 =C2=B1 24% interrupts.CPU37.PMI:Performance_monitoring_interrupts 456.67 =C2=B1 23% -9.1% 415.00 =C2=B1 17% -20.3% 364= .00 =C2=B1 34% interrupts.CPU37.RES:Rescheduling_interrupts 561117 =C2=B1 20% -32.0% 381463 =C2=B1 22% -5.9% 528= 084 =C2=B1 30% interrupts.CPU37.TLB:TLB_shootdowns 0.00 -100.0% 0.00 +2e+104% 202.67 =C2=B1= 141% interrupts.CPU38.74:PCI-MSI.31981607-edge.i40e-eth0-TxRx-38 534257 =C2=B1 24% -16.5% 446207 =C2=B1 13% -8.2% 490= 379 =C2=B1 25% interrupts.CPU38.CAL:Function_call_interrupts 34.00 =C2=B1 67% +79.4% 61.00 =C2=B1 6% -64.7% 12= .00 =C2=B1 64% interrupts.CPU38.IWI:IRQ_work_interrupts 406052 -7.9% 374160 =C2=B1 7% -1.2% 401199 = interrupts.CPU38.LOC:Local_timer_interrupts 1.00 +0.0% 1.00 +0.0% 1.00 = interrupts.CPU38.MCP:Machine_check_polls 14549 =C2=B1 37% +33.4% 19415 -43.6% 8211 =C2= =B1 26% interrupts.CPU38.NMI:Non-maskable_interrupts 14549 =C2=B1 37% +33.4% 19415 -43.6% 8211 =C2= =B1 26% interrupts.CPU38.PMI:Performance_monitoring_interrupts 454.67 =C2=B1 6% +32.6% 602.67 =C2=B1 18% -19.6% 365= .67 =C2=B1 12% interrupts.CPU38.RES:Rescheduling_interrupts 632492 =C2=B1 24% -11.3% 560746 =C2=B1 13% -5.5% 597= 811 =C2=B1 25% interrupts.CPU38.TLB:TLB_shootdowns 5.33 =C2=B1141% +2212.5% 123.33 =C2=B1134% +112.5% 11= .33 =C2=B1129% interrupts.CPU39.75:PCI-MSI.31981608-edge.i40e-eth0-TxRx-= 39 525210 =C2=B1 23% -29.7% 369392 =C2=B1 14% -0.2% 524= 256 =C2=B1 15% interrupts.CPU39.CAL:Function_call_interrupts 18.33 =C2=B1125% +112.7% 39.00 =C2=B1 75% +123.6% 41= .00 =C2=B1 42% interrupts.CPU39.IWI:IRQ_work_interrupts 406025 -5.3% 384600 =C2=B1 3% -1.2% 400964 = interrupts.CPU39.LOC:Local_timer_interrupts 1.00 +0.0% 1.00 +0.0% 1.00 = interrupts.CPU39.MCP:Machine_check_polls 10294 =C2=B1 46% +39.8% 14389 =C2=B1 42% +41.2% 14= 539 =C2=B1 28% interrupts.CPU39.NMI:Non-maskable_interrupts 10294 =C2=B1 46% +39.8% 14389 =C2=B1 42% +41.2% 14= 539 =C2=B1 28% interrupts.CPU39.PMI:Performance_monitoring_interrupts 403.33 =C2=B1 21% +20.5% 486.00 =C2=B1 24% +5.0% 423= .67 =C2=B1 14% interrupts.CPU39.RES:Rescheduling_interrupts 619108 =C2=B1 23% -24.7% 465907 =C2=B1 15% +3.6% 641= 554 =C2=B1 15% interrupts.CPU39.TLB:TLB_shootdowns 0.00 -100.0% 0.00 +3.3e+101% 0.33 =C2=B1= 141% interrupts.CPU4.123:PCI-MSI.31981656-edge.i40e-eth0-TxRx-87 0.00 -100.0% 0.00 -100.0% 0.00 = interrupts.CPU4.295:PCI-MSI.65536-edge.ioat-msix 228.33 =C2=B1140% -99.9% 0.33 =C2=B1141% -100.0% 0= .00 interrupts.CPU4.40:PCI-MSI.31981573-edge.i40e-eth0-TxRx-4 0.00 +6.7e+101% 0.67 =C2=B1 70% -100.0% 0.00 = interrupts.CPU4.75:PCI-MSI.31981608-edge.i40e-eth0-TxRx-39 412315 =C2=B1 22% -78.2% 90040 =C2=B1 41% -17.3% 341= 137 =C2=B1 14% interrupts.CPU4.CAL:Function_call_interrupts 25.33 =C2=B1121% -82.9% 4.33 =C2=B1 76% -34.2% 16= .67 =C2=B1 76% interrupts.CPU4.IWI:IRQ_work_interrupts 406072 -1.5% 400064 -1.3% 400832 = interrupts.CPU4.LOC:Local_timer_interrupts 1.00 +0.0% 1.00 +0.0% 1.00 = interrupts.CPU4.MCP:Machine_check_polls 11552 =C2=B1 61% -36.8% 7301 =C2=B1 9% -29.0% 8= 200 =C2=B1 26% interrupts.CPU4.NMI:Non-maskable_interrupts 11552 =C2=B1 61% -36.8% 7301 =C2=B1 9% -29.0% 8= 200 =C2=B1 26% interrupts.CPU4.PMI:Performance_monitoring_interrupts 504.00 =C2=B1 37% -67.0% 166.33 =C2=B1 39% -44.0% 282= .00 =C2=B1 47% interrupts.CPU4.RES:Rescheduling_interrupts 496838 =C2=B1 21% -77.1% 113875 =C2=B1 41% -15.8% 418= 465 =C2=B1 14% interrupts.CPU4.TLB:TLB_shootdowns 1.00 =C2=B1141% -100.0% 0.00 -66.7% 0.33 =C2= =B1141% interrupts.CPU40.76:PCI-MSI.31981609-edge.i40e-eth0-TxRx-40 637502 =C2=B1 26% -34.4% 418301 =C2=B1 11% -40.3% 380= 609 =C2=B1 14% interrupts.CPU40.CAL:Function_call_interrupts 56.33 =C2=B1 68% +8.3% 61.00 =C2=B1 17% -63.3% 20= .67 =C2=B1 16% interrupts.CPU40.IWI:IRQ_work_interrupts 405938 -6.2% 380677 =C2=B1 5% -1.1% 401616 = interrupts.CPU40.LOC:Local_timer_interrupts 1.00 +0.0% 1.00 +0.0% 1.00 = interrupts.CPU40.MCP:Machine_check_polls 17750 =C2=B1 51% +9.1% 19358 =C2=B1 12% -44.0% 9= 933 =C2=B1 16% interrupts.CPU40.NMI:Non-maskable_interrupts 17750 =C2=B1 51% +9.1% 19358 =C2=B1 12% -44.0% 9= 933 =C2=B1 16% interrupts.CPU40.PMI:Performance_monitoring_interrupts 513.00 =C2=B1 13% -7.3% 475.33 =C2=B1 3% -41.3% 301= .00 =C2=B1 19% interrupts.CPU40.RES:Rescheduling_interrupts 754779 =C2=B1 25% -30.2% 526890 =C2=B1 11% -38.5% 464= 230 =C2=B1 14% interrupts.CPU40.TLB:TLB_shootdowns 0.00 +2.8e+103% 28.33 =C2=B1141% -100.0% 0.00 = interrupts.CPU41.77:PCI-MSI.31981610-edge.i40e-eth0-TxRx-41 677934 =C2=B1 7% -41.5% 396844 =C2=B1 27% -10.5% 606= 626 =C2=B1 6% interrupts.CPU41.CAL:Function_call_interrupts 55.67 =C2=B1 42% +12.6% 62.67 =C2=B1 12% +15.6% 64= .33 =C2=B1 47% interrupts.CPU41.IWI:IRQ_work_interrupts 406071 -6.0% 381844 =C2=B1 4% -1.7% 399087 = interrupts.CPU41.LOC:Local_timer_interrupts 1.00 +0.0% 1.00 +0.0% 1.00 = interrupts.CPU41.MCP:Machine_check_polls 17693 =C2=B1 27% +16.9% 20680 =C2=B1 7% +9.0% 19= 294 =C2=B1 38% interrupts.CPU41.NMI:Non-maskable_interrupts 17693 =C2=B1 27% +16.9% 20680 =C2=B1 7% +9.0% 19= 294 =C2=B1 38% interrupts.CPU41.PMI:Performance_monitoring_interrupts 534.67 =C2=B1 11% +2.0% 545.33 =C2=B1 27% -11.4% 473= .67 =C2=B1 24% interrupts.CPU41.RES:Rescheduling_interrupts 801438 =C2=B1 7% -37.6% 500167 =C2=B1 27% -7.7% 739= 377 =C2=B1 6% interrupts.CPU41.TLB:TLB_shootdowns 13.33 =C2=B1141% -100.0% 0.00 +122.5% 29.67 =C2= =B1 71% interrupts.CPU42.78:PCI-MSI.31981611-edge.i40e-eth0-TxRx-42 592278 =C2=B1 22% -29.5% 417438 =C2=B1 21% -16.6% 494= 172 =C2=B1 17% interrupts.CPU42.CAL:Function_call_interrupts 51.33 =C2=B1 53% -40.9% 30.33 =C2=B1113% -34.4% 33= .67 =C2=B1 85% interrupts.CPU42.IWI:IRQ_work_interrupts 406054 -6.4% 380011 =C2=B1 6% -1.3% 400733 = interrupts.CPU42.LOC:Local_timer_interrupts 1.00 +0.0% 1.00 +0.0% 1.00 = interrupts.CPU42.MCP:Machine_check_polls 18373 =C2=B1 24% -32.1% 12476 =C2=B1 55% -30.5% 12= 773 =C2=B1 52% interrupts.CPU42.NMI:Non-maskable_interrupts 18373 =C2=B1 24% -32.1% 12476 =C2=B1 55% -30.5% 12= 773 =C2=B1 52% interrupts.CPU42.PMI:Performance_monitoring_interrupts 547.67 =C2=B1 26% -14.0% 471.00 =C2=B1 8% -36.3% 348= .67 =C2=B1 18% interrupts.CPU42.RES:Rescheduling_interrupts 700185 =C2=B1 22% -24.7% 527165 =C2=B1 21% -14.1% 601= 242 =C2=B1 17% interrupts.CPU42.TLB:TLB_shootdowns 17.67 =C2=B1141% -90.6% 1.67 =C2=B1141% -100.0% 0= .00 interrupts.CPU43.79:PCI-MSI.31981612-edge.i40e-eth0-TxRx-43 735529 =C2=B1 14% -49.1% 374248 =C2=B1 14% -23.4% 563= 492 =C2=B1 10% interrupts.CPU43.CAL:Function_call_interrupts 64.33 =C2=B1 14% -28.0% 46.33 =C2=B1 47% -36.8% 40= .67 =C2=B1 80% interrupts.CPU43.IWI:IRQ_work_interrupts 405941 -5.2% 384655 =C2=B1 3% -1.5% 399808 = interrupts.CPU43.LOC:Local_timer_interrupts 1.00 +0.0% 1.00 +0.0% 1.00 = interrupts.CPU43.MCP:Machine_check_polls 18679 =C2=B1 10% -5.1% 17735 =C2=B1 19% -27.0% 13= 644 =C2=B1 58% interrupts.CPU43.NMI:Non-maskable_interrupts 18679 =C2=B1 10% -5.1% 17735 =C2=B1 19% -27.0% 13= 644 =C2=B1 58% interrupts.CPU43.PMI:Performance_monitoring_interrupts 606.33 =C2=B1 21% -31.4% 415.67 =C2=B1 11% -32.3% 410= .67 =C2=B1 12% interrupts.CPU43.RES:Rescheduling_interrupts 869529 =C2=B1 14% -45.8% 471427 =C2=B1 14% -20.9% 688= 141 =C2=B1 10% interrupts.CPU43.TLB:TLB_shootdowns 0.00 +3.3e+101% 0.33 =C2=B1141% +3.3e+101% 0.33 =C2= =B1141% interrupts.CPU44.80:PCI-MSI.31981613-edge.i40e-eth0-TxRx-44 668953 =C2=B1 5% -42.3% 385700 =C2=B1 9% -25.0% 501= 953 =C2=B1 9% interrupts.CPU44.CAL:Function_call_interrupts 47.67 =C2=B1 73% -76.9% 11.00 =C2=B1 80% -67.8% 15= .33 =C2=B1 77% interrupts.CPU44.IWI:IRQ_work_interrupts 406637 -6.2% 381527 =C2=B1 4% -1.7% 399885 = interrupts.CPU44.LOC:Local_timer_interrupts 1.00 +0.0% 1.00 +0.0% 1.00 = interrupts.CPU44.MCP:Machine_check_polls 15491 =C2=B1 59% -46.7% 8255 =C2=B1 18% -40.3% 9= 253 =C2=B1 30% interrupts.CPU44.NMI:Non-maskable_interrupts 15491 =C2=B1 59% -46.7% 8255 =C2=B1 18% -40.3% 9= 253 =C2=B1 30% interrupts.CPU44.PMI:Performance_monitoring_interrupts 531.33 =C2=B1 22% -1.3% 524.67 =C2=B1 18% -38.1% 328= .67 =C2=B1 6% interrupts.CPU44.RES:Rescheduling_interrupts 791112 =C2=B1 5% -38.3% 488045 =C2=B1 8% -22.4% 613= 748 =C2=B1 8% interrupts.CPU44.TLB:TLB_shootdowns 165.33 =C2=B1141% -99.6% 0.67 =C2=B1 70% -99.6% 0= .67 =C2=B1141% interrupts.CPU45.81:PCI-MSI.31981614-edge.i40e-eth0-TxRx-= 45 578029 =C2=B1 12% -32.2% 391983 =C2=B1 8% -3.5% 557= 547 =C2=B1 16% interrupts.CPU45.CAL:Function_call_interrupts 41.00 =C2=B1 79% +69.9% 69.67 =C2=B1 10% +39.8% 57= .33 =C2=B1 56% interrupts.CPU45.IWI:IRQ_work_interrupts 405990 -6.0% 381819 =C2=B1 4% -1.3% 400655 = interrupts.CPU45.LOC:Local_timer_interrupts 1.00 +0.0% 1.00 +0.0% 1.00 = interrupts.CPU45.MCP:Machine_check_polls 14620 =C2=B1 51% +46.0% 21340 =C2=B1 4% +18.1% 17= 261 =C2=B1 34% interrupts.CPU45.NMI:Non-maskable_interrupts 14620 =C2=B1 51% +46.0% 21340 =C2=B1 4% +18.1% 17= 261 =C2=B1 34% interrupts.CPU45.PMI:Performance_monitoring_interrupts 492.67 =C2=B1 17% +10.3% 543.33 =C2=B1 8% -26.2% 363= .67 =C2=B1 13% interrupts.CPU45.RES:Rescheduling_interrupts 683300 =C2=B1 12% -27.2% 497474 =C2=B1 8% +0.1% 683= 962 =C2=B1 16% interrupts.CPU45.TLB:TLB_shootdowns 0.00 -100.0% 0.00 +9.3e+102% 9.33 =C2=B1= 72% interrupts.CPU46.82:PCI-MSI.31981615-edge.i40e-eth0-TxRx-46 549790 =C2=B1 11% -20.5% 437212 =C2=B1 13% -3.8% 529= 125 =C2=B1 21% interrupts.CPU46.CAL:Function_call_interrupts 27.33 =C2=B1 84% +50.0% 41.00 =C2=B1 72% +62.2% 44= .33 =C2=B1 51% interrupts.CPU46.IWI:IRQ_work_interrupts 406344 -7.8% 374636 =C2=B1 6% -1.5% 400205 = interrupts.CPU46.LOC:Local_timer_interrupts 1.00 +0.0% 1.00 +0.0% 1.00 = interrupts.CPU46.MCP:Machine_check_polls 11344 =C2=B1 38% +31.8% 14953 =C2=B1 42% +38.5% 15= 710 =C2=B1 28% interrupts.CPU46.NMI:Non-maskable_interrupts 11344 =C2=B1 38% +31.8% 14953 =C2=B1 42% +38.5% 15= 710 =C2=B1 28% interrupts.CPU46.PMI:Performance_monitoring_interrupts 435.33 =C2=B1 30% +24.1% 540.33 =C2=B1 27% -13.1% 378= .33 =C2=B1 21% interrupts.CPU46.RES:Rescheduling_interrupts 650482 =C2=B1 12% -15.1% 551948 =C2=B1 13% -0.9% 644= 575 =C2=B1 20% interrupts.CPU46.TLB:TLB_shootdowns 0.00 +1e+102% 1.00 =C2=B1 81% +1e+102% 1.00 =C2= =B1141% interrupts.CPU47.83:PCI-MSI.31981616-edge.i40e-eth0-TxRx-47 672667 =C2=B1 6% -47.2% 355385 =C2=B1 16% -5.7% 634= 165 =C2=B1 11% interrupts.CPU47.CAL:Function_call_interrupts 50.00 =C2=B1 45% +1.3% 50.67 =C2=B1 34% +38.7% 69= .33 =C2=B1 27% interrupts.CPU47.IWI:IRQ_work_interrupts 406006 -5.7% 382835 =C2=B1 5% -1.9% 398481 =C2= =B1 2% interrupts.CPU47.LOC:Local_timer_interrupts 1.00 +0.0% 1.00 +0.0% 1.00 = interrupts.CPU47.MCP:Machine_check_polls 17340 =C2=B1 23% +1.2% 17545 =C2=B1 13% +22.2% 21= 185 =C2=B1 17% interrupts.CPU47.NMI:Non-maskable_interrupts 17340 =C2=B1 23% +1.2% 17545 =C2=B1 13% +22.2% 21= 185 =C2=B1 17% interrupts.CPU47.PMI:Performance_monitoring_interrupts 534.33 =C2=B1 26% -26.4% 393.33 =C2=B1 11% -11.0% 475= .67 =C2=B1 22% interrupts.CPU47.RES:Rescheduling_interrupts 795301 =C2=B1 6% -43.7% 448110 =C2=B1 16% -2.9% 772= 409 =C2=B1 10% interrupts.CPU47.TLB:TLB_shootdowns 0.00 +3.3e+101% 0.33 =C2=B1141% -100.0% 0.00 = interrupts.CPU48.47:PCI-MSI.31981580-edge.i40e-eth0-TxRx-11 9874 =C2=B1141% -100.0% 0.33 =C2=B1141% -100.0% 1= .00 =C2=B1141% interrupts.CPU48.84:PCI-MSI.31981617-edge.i40e-eth0-TxRx-= 48 0.00 -100.0% 0.00 -100.0% 0.00 = interrupts.CPU48.95:PCI-MSI.31981628-edge.i40e-eth0-TxRx-59 582755 =C2=B1 10% -44.7% 322024 =C2=B1 14% -15.0% 495= 329 =C2=B1 22% interrupts.CPU48.CAL:Function_call_interrupts 81.67 =C2=B1 3% -58.0% 34.33 =C2=B1 69% -19.2% 66= .00 =C2=B1 20% interrupts.CPU48.IWI:IRQ_work_interrupts 406297 -6.8% 378574 =C2=B1 6% -2.0% 398086 =C2= =B1 2% interrupts.CPU48.LOC:Local_timer_interrupts 1.00 +0.0% 1.00 +0.0% 1.00 = interrupts.CPU48.MCP:Machine_check_polls 23897 =C2=B1 2% -47.5% 12551 =C2=B1 43% -18.7% 19= 417 =C2=B1 19% interrupts.CPU48.NMI:Non-maskable_interrupts 23897 =C2=B1 2% -47.5% 12551 =C2=B1 43% -18.7% 19= 417 =C2=B1 19% interrupts.CPU48.PMI:Performance_monitoring_interrupts 712.67 =C2=B1 19% -25.3% 532.67 =C2=B1 25% -33.6% 473= .00 =C2=B1 54% interrupts.CPU48.RES:Rescheduling_interrupts 704515 =C2=B1 10% -41.7% 410698 =C2=B1 13% -13.5% 609= 709 =C2=B1 22% interrupts.CPU48.TLB:TLB_shootdowns 0.00 -100.0% 0.00 +3.3e+101% 0.33 =C2=B1= 141% interrupts.CPU49.48:PCI-MSI.31981581-edge.i40e-eth0-TxRx-12 0.00 +2e+105% 2013 =C2=B1141% +1e+102% 1.00 =C2= =B1141% interrupts.CPU49.85:PCI-MSI.31981618-edge.i40e-eth0-TxRx-49 0.00 +6.7e+101% 0.67 =C2=B1 70% -100.0% 0.00 = interrupts.CPU49.96:PCI-MSI.31981629-edge.i40e-eth0-TxRx-60 489273 =C2=B1 8% -46.9% 259718 =C2=B1 41% -21.4% 384= 476 =C2=B1 13% interrupts.CPU49.CAL:Function_call_interrupts 38.67 =C2=B1 80% -69.0% 12.00 =C2=B1117% -32.8% 26= .00 =C2=B1 67% interrupts.CPU49.IWI:IRQ_work_interrupts 406142 -4.3% 388575 =C2=B1 3% -1.3% 400982 = interrupts.CPU49.LOC:Local_timer_interrupts 1.00 +0.0% 1.00 +0.0% 1.00 = interrupts.CPU49.MCP:Machine_check_polls 16806 =C2=B1 31% -56.7% 7275 =C2=B1 42% -36.3% 10= 710 =C2=B1 34% interrupts.CPU49.NMI:Non-maskable_interrupts 16806 =C2=B1 31% -56.7% 7275 =C2=B1 42% -36.3% 10= 710 =C2=B1 34% interrupts.CPU49.PMI:Performance_monitoring_interrupts 548.00 =C2=B1 11% -20.2% 437.33 =C2=B1 50% -38.0% 340= .00 =C2=B1 47% interrupts.CPU49.RES:Rescheduling_interrupts 590674 =C2=B1 8% -44.8% 326075 =C2=B1 42% -19.7% 474= 553 =C2=B1 13% interrupts.CPU49.TLB:TLB_shootdowns 0.33 =C2=B1141% -100.0% 0.00 -100.0% 0.00 = interrupts.CPU5.124:PCI-MSI.31981657-edge.i40e-eth0-TxRx-88 0.00 -100.0% 0.00 -100.0% 0.00 = interrupts.CPU5.297:PCI-MSI.67584-edge.ioat-msix 0.00 +1.3e+102% 1.33 =C2=B1 93% -100.0% 0.00 = interrupts.CPU5.41:PCI-MSI.31981574-edge.i40e-eth0-TxRx-5 0.00 -100.0% 0.00 +3.3e+101% 0.33 =C2=B1= 141% interrupts.CPU5.76:PCI-MSI.31981609-edge.i40e-eth0-TxRx-40 323696 =C2=B1 25% -13.2% 280967 =C2=B1 18% +11.2% 360= 054 =C2=B1 30% interrupts.CPU5.CAL:Function_call_interrupts 54.00 =C2=B1 44% -37.0% 34.00 =C2=B1 86% -69.1% 16= .67 =C2=B1 76% interrupts.CPU5.IWI:IRQ_work_interrupts 406016 -5.2% 385063 =C2=B1 3% -1.3% 400914 = interrupts.CPU5.LOC:Local_timer_interrupts 1.00 +0.0% 1.00 +0.0% 1.00 = interrupts.CPU5.MCP:Machine_check_polls 17180 =C2=B1 34% -24.2% 13015 =C2=B1 52% -50.6% 8= 485 =C2=B1 33% interrupts.CPU5.NMI:Non-maskable_interrupts 17180 =C2=B1 34% -24.2% 13015 =C2=B1 52% -50.6% 8= 485 =C2=B1 33% interrupts.CPU5.PMI:Performance_monitoring_interrupts 429.33 =C2=B1 18% -3.0% 416.67 =C2=B1 45% -13.8% 370= .00 =C2=B1 59% interrupts.CPU5.RES:Rescheduling_interrupts 391387 =C2=B1 24% -8.9% 356642 =C2=B1 18% +12.9% 441= 739 =C2=B1 29% interrupts.CPU5.TLB:TLB_shootdowns 0.00 -100.0% 0.00 -100.0% 0.00 = interrupts.CPU50.295:PCI-MSI.65536-edge.ioat-msix 0.33 =C2=B1141% -100.0% 0.00 -100.0% 0.00 = interrupts.CPU50.49:PCI-MSI.31981582-edge.i40e-eth0-TxRx-13 278.33 =C2=B1133% -100.0% 0.00 -99.5% 1.33 =C2= =B1 93% interrupts.CPU50.86:PCI-MSI.31981619-edge.i40e-eth0-TxRx-50 0.00 +3.3e+101% 0.33 =C2=B1141% -100.0% 0.00 = interrupts.CPU50.97:PCI-MSI.31981630-edge.i40e-eth0-TxRx-61 456351 =C2=B1 9% -32.7% 307112 =C2=B1 33% -8.8% 416= 160 =C2=B1 16% interrupts.CPU50.CAL:Function_call_interrupts 54.67 =C2=B1 63% -22.0% 42.67 =C2=B1 58% -22.6% 42= .33 =C2=B1 70% interrupts.CPU50.IWI:IRQ_work_interrupts 405962 -6.4% 379953 =C2=B1 5% -1.2% 401093 = interrupts.CPU50.LOC:Local_timer_interrupts 1.00 +0.0% 1.00 +0.0% 1.00 = interrupts.CPU50.MCP:Machine_check_polls 18331 =C2=B1 41% -6.8% 17083 =C2=B1 7% -20.1% 14= 638 =C2=B1 40% interrupts.CPU50.NMI:Non-maskable_interrupts 18331 =C2=B1 41% -6.8% 17083 =C2=B1 7% -20.1% 14= 638 =C2=B1 40% interrupts.CPU50.PMI:Performance_monitoring_interrupts 553.33 =C2=B1 5% -6.4% 518.00 =C2=B1 32% -26.7% 405= .67 =C2=B1 19% interrupts.CPU50.RES:Rescheduling_interrupts 549669 =C2=B1 9% -29.4% 387843 =C2=B1 33% -6.2% 515= 700 =C2=B1 17% interrupts.CPU50.TLB:TLB_shootdowns 0.00 -100.0% 0.00 -100.0% 0.00 = interrupts.CPU51.3:IO-APIC.3-edge 0.33 =C2=B1141% -100.0% 0.00 -100.0% 0.00 = interrupts.CPU51.50:PCI-MSI.31981583-edge.i40e-eth0-TxRx-14 3.00 =C2=B1141% +1622.2% 51.67 =C2=B1138% -88.9% 0= .33 =C2=B1141% interrupts.CPU51.87:PCI-MSI.31981620-edge.i40e-eth0-TxRx-= 51 0.33 =C2=B1141% -100.0% 0.00 -100.0% 0.00 = interrupts.CPU51.98:PCI-MSI.31981631-edge.i40e-eth0-TxRx-62 482509 =C2=B1 12% -33.8% 319373 =C2=B1 37% -14.6% 411= 947 =C2=B1 21% interrupts.CPU51.CAL:Function_call_interrupts 47.67 =C2=B1 54% -8.4% 43.67 =C2=B1 68% -58.0% 20= .00 =C2=B1 88% interrupts.CPU51.IWI:IRQ_work_interrupts 406250 -7.1% 377396 =C2=B1 5% -1.7% 399497 = interrupts.CPU51.LOC:Local_timer_interrupts 1.00 +0.0% 1.00 +0.0% 1.00 = interrupts.CPU51.MCP:Machine_check_polls 16513 =C2=B1 33% -9.1% 15014 =C2=B1 45% -39.6% 9= 976 =C2=B1 33% interrupts.CPU51.NMI:Non-maskable_interrupts 16513 =C2=B1 33% -9.1% 15014 =C2=B1 45% -39.6% 9= 976 =C2=B1 33% interrupts.CPU51.PMI:Performance_monitoring_interrupts 612.67 =C2=B1 18% -15.8% 515.67 =C2=B1 40% -43.5% 346= .00 =C2=B1 39% interrupts.CPU51.RES:Rescheduling_interrupts 580841 =C2=B1 13% -30.2% 405445 =C2=B1 37% -12.7% 507= 354 =C2=B1 21% interrupts.CPU51.TLB:TLB_shootdowns 0.00 -100.0% 0.00 -100.0% 0.00 = interrupts.CPU52.297:PCI-MSI.67584-edge.ioat-msix 0.00 -100.0% 0.00 -100.0% 0.00 = interrupts.CPU52.51:PCI-MSI.31981584-edge.i40e-eth0-TxRx-15 28.33 =C2=B1141% -97.6% 0.67 =C2=B1141% -100.0% 0= .00 interrupts.CPU52.88:PCI-MSI.31981621-edge.i40e-eth0-TxRx-52 0.00 -100.0% 0.00 +3.3e+101% 0.33 =C2=B1= 141% interrupts.CPU52.99:PCI-MSI.31981632-edge.i40e-eth0-TxRx-63 474637 =C2=B1 13% +5.4% 500351 =C2=B1 11% +4.2% 494= 380 =C2=B1 13% interrupts.CPU52.CAL:Function_call_interrupts 60.33 =C2=B1 48% +5.5% 63.67 =C2=B1 9% +1.1% 61= .00 =C2=B1 23% interrupts.CPU52.IWI:IRQ_work_interrupts 406062 -9.5% 367361 =C2=B1 8% -1.4% 400536 = interrupts.CPU52.LOC:Local_timer_interrupts 1.00 +0.0% 1.00 +0.0% 1.00 = interrupts.CPU52.MCP:Machine_check_polls 19272 =C2=B1 32% +2.0% 19665 =C2=B1 4% -4.4% 18= 430 =C2=B1 20% interrupts.CPU52.NMI:Non-maskable_interrupts 19272 =C2=B1 32% +2.0% 19665 =C2=B1 4% -4.4% 18= 430 =C2=B1 20% interrupts.CPU52.PMI:Performance_monitoring_interrupts 599.33 =C2=B1 14% +26.5% 758.33 =C2=B1 18% -28.0% 431= .67 =C2=B1 7% interrupts.CPU52.RES:Rescheduling_interrupts 572909 =C2=B1 13% +10.8% 634553 =C2=B1 11% +6.7% 611= 048 =C2=B1 13% interrupts.CPU52.TLB:TLB_shootdowns 0.00 -100.0% 0.00 +3.3e+101% 0.33 =C2=B1= 141% interrupts.CPU53.100:PCI-MSI.31981633-edge.i40e-eth0-TxRx-64 0.33 =C2=B1141% -100.0% 0.00 +0.0% 0.33 =C2= =B1141% interrupts.CPU53.52:PCI-MSI.31981585-edge.i40e-eth0-TxRx-16 25.33 =C2=B1141% -100.0% 0.00 +30.3% 33.00 =C2= =B1141% interrupts.CPU53.89:PCI-MSI.31981622-edge.i40e-eth0-TxRx-53 568183 =C2=B1 4% -45.7% 308623 =C2=B1 17% -12.4% 497= 869 =C2=B1 26% interrupts.CPU53.CAL:Function_call_interrupts 33.33 =C2=B1 66% -22.0% 26.00 =C2=B1 67% +60.0% 53= .33 =C2=B1 20% interrupts.CPU53.IWI:IRQ_work_interrupts 405986 -6.2% 380919 =C2=B1 5% -1.2% 400953 = interrupts.CPU53.LOC:Local_timer_interrupts 1.00 +0.0% 1.00 +0.0% 1.00 = interrupts.CPU53.MCP:Machine_check_polls 13336 =C2=B1 22% -19.8% 10693 =C2=B1 32% +27.6% 17= 014 =C2=B1 16% interrupts.CPU53.NMI:Non-maskable_interrupts 13336 =C2=B1 22% -19.8% 10693 =C2=B1 32% +27.6% 17= 014 =C2=B1 16% interrupts.CPU53.PMI:Performance_monitoring_interrupts 680.00 =C2=B1 18% -24.2% 515.33 =C2=B1 10% -39.0% 415= .00 =C2=B1 13% interrupts.CPU53.RES:Rescheduling_interrupts 683513 =C2=B1 4% -42.9% 390555 =C2=B1 16% -10.3% 613= 284 =C2=B1 26% interrupts.CPU53.TLB:TLB_shootdowns 0.33 =C2=B1141% +0.0% 0.33 =C2=B1141% +0.0% 0= .33 =C2=B1141% interrupts.CPU54.101:PCI-MSI.31981634-edge.i40e-eth0-TxRx= -65 0.67 =C2=B1 70% -50.0% 0.33 =C2=B1141% +0.0% 0= .67 =C2=B1 70% interrupts.CPU54.53:PCI-MSI.31981586-edge.i40e-eth0-TxRx-= 17 38.00 =C2=B1 49% -21.1% 30.00 =C2=B1127% -64.0% 13= .67 =C2=B1141% interrupts.CPU54.90:PCI-MSI.31981623-edge.i40e-eth0-TxRx-= 54 476446 =C2=B1 5% -46.9% 253144 =C2=B1 42% +0.3% 477= 820 =C2=B1 26% interrupts.CPU54.CAL:Function_call_interrupts 50.00 =C2=B1 68% -20.7% 39.67 =C2=B1 73% -19.3% 40= .33 =C2=B1 87% interrupts.CPU54.IWI:IRQ_work_interrupts 406006 -5.9% 382210 =C2=B1 6% -1.1% 401486 = interrupts.CPU54.LOC:Local_timer_interrupts 1.00 +0.0% 1.00 +0.0% 1.00 = interrupts.CPU54.MCP:Machine_check_polls 15852 =C2=B1 42% -11.4% 14045 =C2=B1 42% -10.0% 14= 260 =C2=B1 49% interrupts.CPU54.NMI:Non-maskable_interrupts 15852 =C2=B1 42% -11.4% 14045 =C2=B1 42% -10.0% 14= 260 =C2=B1 49% interrupts.CPU54.PMI:Performance_monitoring_interrupts 554.33 =C2=B1 5% -24.1% 421.00 =C2=B1 22% -28.7% 395= .00 =C2=B1 5% interrupts.CPU54.RES:Rescheduling_interrupts 573528 =C2=B1 6% -44.1% 320367 =C2=B1 41% +2.5% 587= 694 =C2=B1 26% interrupts.CPU54.TLB:TLB_shootdowns 0.33 =C2=B1141% -100.0% 0.00 +0.0% 0.33 =C2= =B1141% interrupts.CPU55.102:PCI-MSI.31981635-edge.i40e-eth0-TxRx-66 0.67 =C2=B1 70% -100.0% 0.00 -100.0% 0.00 = interrupts.CPU55.54:PCI-MSI.31981587-edge.i40e-eth0-TxRx-18 0.00 +1.5e+103% 14.67 =C2=B1127% +3.3e+101% 0.33 =C2= =B1141% interrupts.CPU55.91:PCI-MSI.31981624-edge.i40e-eth0-TxRx-55 499688 =C2=B1 11% -35.0% 324925 =C2=B1 24% -23.9% 380= 328 =C2=B1 29% interrupts.CPU55.CAL:Function_call_interrupts 38.33 =C2=B1 76% +13.0% 43.33 =C2=B1 67% -44.3% 21= .33 =C2=B1121% interrupts.CPU55.IWI:IRQ_work_interrupts 406037 -5.9% 382156 =C2=B1 4% -1.4% 400555 = interrupts.CPU55.LOC:Local_timer_interrupts 1.00 +0.0% 1.00 +0.0% 1.00 = interrupts.CPU55.MCP:Machine_check_polls 13726 =C2=B1 52% +9.3% 15004 =C2=B1 39% -20.0% 10= 977 =C2=B1 49% interrupts.CPU55.NMI:Non-maskable_interrupts 13726 =C2=B1 52% +9.3% 15004 =C2=B1 39% -20.0% 10= 977 =C2=B1 49% interrupts.CPU55.PMI:Performance_monitoring_interrupts 574.33 =C2=B1 24% -10.3% 515.33 =C2=B1 50% -42.0% 333= .00 =C2=B1 37% interrupts.CPU55.RES:Rescheduling_interrupts 601639 =C2=B1 12% -31.7% 411190 =C2=B1 24% -22.0% 468= 986 =C2=B1 29% interrupts.CPU55.TLB:TLB_shootdowns 0.33 =C2=B1141% +0.0% 0.33 =C2=B1141% +0.0% 0= .33 =C2=B1141% interrupts.CPU56.103:PCI-MSI.31981636-edge.i40e-eth0-TxRx= -67 0.00 -100.0% 0.00 -100.0% 0.00 = interrupts.CPU56.297:PCI-MSI.67584-edge.ioat-msix 0.00 -100.0% 0.00 -100.0% 0.00 = interrupts.CPU56.3:IO-APIC.3-edge 0.67 =C2=B1 70% -100.0% 0.00 +0.0% 0.67 =C2= =B1 70% interrupts.CPU56.55:PCI-MSI.31981588-edge.i40e-eth0-TxRx-19 0.33 =C2=B1141% +500.0% 2.00 =C2=B1141% +0.0% 0= .33 =C2=B1141% interrupts.CPU56.92:PCI-MSI.31981625-edge.i40e-eth0-TxRx-= 56 410250 =C2=B1 3% -38.5% 252320 =C2=B1 26% +5.3% 432= 085 =C2=B1 10% interrupts.CPU56.CAL:Function_call_interrupts 2.00 +1916.7% 40.33 =C2=B1 51% +1016.7% 22.33 =C2= =B1 67% interrupts.CPU56.IWI:IRQ_work_interrupts 406271 -6.0% 382066 =C2=B1 5% -1.2% 401193 = interrupts.CPU56.LOC:Local_timer_interrupts 1.00 +0.0% 1.00 +0.0% 1.00 = interrupts.CPU56.MCP:Machine_check_polls 5927 =C2=B1 16% +170.4% 16028 =C2=B1 24% +67.4% 9= 920 =C2=B1 34% interrupts.CPU56.NMI:Non-maskable_interrupts 5927 =C2=B1 16% +170.4% 16028 =C2=B1 24% +67.4% 9= 920 =C2=B1 34% interrupts.CPU56.PMI:Performance_monitoring_interrupts 572.00 =C2=B1 15% -34.8% 373.00 =C2=B1 26% -38.9% 349= .33 =C2=B1 30% interrupts.CPU56.RES:Rescheduling_interrupts 492860 =C2=B1 2% -34.8% 321473 =C2=B1 25% +8.0% 532= 509 =C2=B1 10% interrupts.CPU56.TLB:TLB_shootdowns 0.00 -100.0% 0.00 +3.3e+101% 0.33 =C2=B1= 141% interrupts.CPU57.104:PCI-MSI.31981637-edge.i40e-eth0-TxRx-68 0.00 -100.0% 0.00 -100.0% 0.00 = interrupts.CPU57.3:IO-APIC.3-edge 0.00 -100.0% 0.00 -100.0% 0.00 = interrupts.CPU57.56:PCI-MSI.31981589-edge.i40e-eth0-TxRx-20 1.00 =C2=B1 81% +600.0% 7.00 =C2=B1141% +66.7% 1= .67 =C2=B1 74% interrupts.CPU57.93:PCI-MSI.31981626-edge.i40e-eth0-TxRx-= 57 479324 =C2=B1 27% -25.8% 355751 =C2=B1 15% -36.9% 302= 613 =C2=B1 50% interrupts.CPU57.CAL:Function_call_interrupts 9.33 =C2=B1111% +189.3% 27.00 =C2=B1103% -82.1% 1= .67 =C2=B1 28% interrupts.CPU57.IWI:IRQ_work_interrupts 406313 -7.1% 377436 =C2=B1 6% -1.4% 400705 = interrupts.CPU57.LOC:Local_timer_interrupts 1.00 +0.0% 1.00 +0.0% 1.00 = interrupts.CPU57.MCP:Machine_check_polls 7814 =C2=B1 30% +51.1% 11805 =C2=B1 52% -24.3% 5= 915 interrupts.CPU57.NMI:Non-maskable_interrupts 7814 =C2=B1 30% +51.1% 11805 =C2=B1 52% -24.3% 5= 915 interrupts.CPU57.PMI:Performance_monitoring_interrupts 550.67 =C2=B1 23% -38.0% 341.33 =C2=B1 15% -43.1% 313= .33 =C2=B1 60% interrupts.CPU57.RES:Rescheduling_interrupts 580825 =C2=B1 27% -22.2% 451600 =C2=B1 15% -35.9% 372= 037 =C2=B1 50% interrupts.CPU57.TLB:TLB_shootdowns 0.00 +3.3e+101% 0.33 =C2=B1141% -100.0% 0.00 = interrupts.CPU58.105:PCI-MSI.31981638-edge.i40e-eth0-TxRx-69 0.00 -100.0% 0.00 -100.0% 0.00 = interrupts.CPU58.3:IO-APIC.3-edge 0.00 +3.3e+101% 0.33 =C2=B1141% -100.0% 0.00 = interrupts.CPU58.57:PCI-MSI.31981590-edge.i40e-eth0-TxRx-21 11.33 =C2=B1135% -67.6% 3.67 =C2=B1141% -100.0% 0= .00 interrupts.CPU58.94:PCI-MSI.31981627-edge.i40e-eth0-TxRx-58 506539 =C2=B1 18% -28.3% 363256 =C2=B1 22% -3.3% 490= 005 =C2=B1 22% interrupts.CPU58.CAL:Function_call_interrupts 54.00 =C2=B1 55% +3.1% 55.67 =C2=B1 35% -14.8% 46= .00 =C2=B1 69% interrupts.CPU58.IWI:IRQ_work_interrupts 405991 -7.6% 374956 =C2=B1 7% -1.3% 400845 = interrupts.CPU58.LOC:Local_timer_interrupts 1.00 +0.0% 1.00 +0.0% 1.00 = interrupts.CPU58.MCP:Machine_check_polls 17646 =C2=B1 32% -2.5% 17197 =C2=B1 31% -19.5% 14= 210 =C2=B1 47% interrupts.CPU58.NMI:Non-maskable_interrupts 17646 =C2=B1 32% -2.5% 17197 =C2=B1 31% -19.5% 14= 210 =C2=B1 47% interrupts.CPU58.PMI:Performance_monitoring_interrupts 641.33 =C2=B1 14% -23.0% 493.67 =C2=B1 20% -43.2% 364= .33 =C2=B1 21% interrupts.CPU58.RES:Rescheduling_interrupts 610188 =C2=B1 18% -24.6% 460228 =C2=B1 22% -0.8% 605= 292 =C2=B1 23% interrupts.CPU58.TLB:TLB_shootdowns 0.00 -100.0% 0.00 +3.3e+101% 0.33 =C2=B1= 141% interrupts.CPU59.106:PCI-MSI.31981639-edge.i40e-eth0-TxRx-70 0.00 -100.0% 0.00 -100.0% 0.00 = interrupts.CPU59.297:PCI-MSI.67584-edge.ioat-msix 0.00 -100.0% 0.00 +3.3e+101% 0.33 =C2=B1= 141% interrupts.CPU59.58:PCI-MSI.31981591-edge.i40e-eth0-TxRx-22 202.33 =C2=B1141% -100.0% 0.00 -92.9% 14.33 =C2= =B1126% interrupts.CPU59.95:PCI-MSI.31981628-edge.i40e-eth0-TxRx-59 466674 =C2=B1 9% -21.7% 365350 =C2=B1 2% -18.9% 378= 506 =C2=B1 38% interrupts.CPU59.CAL:Function_call_interrupts 37.33 =C2=B1103% +55.4% 58.00 =C2=B1 44% -43.8% 21= .00 =C2=B1 80% interrupts.CPU59.IWI:IRQ_work_interrupts 406023 -6.6% 379413 =C2=B1 5% -1.1% 401592 = interrupts.CPU59.LOC:Local_timer_interrupts 1.00 +0.0% 1.00 +0.0% 1.00 = interrupts.CPU59.MCP:Machine_check_polls 16194 =C2=B1 38% +7.6% 17422 =C2=B1 34% -44.0% 9= 074 =C2=B1 32% interrupts.CPU59.NMI:Non-maskable_interrupts 16194 =C2=B1 38% +7.6% 17422 =C2=B1 34% -44.0% 9= 074 =C2=B1 32% interrupts.CPU59.PMI:Performance_monitoring_interrupts 456.33 =C2=B1 26% +24.0% 565.67 =C2=B1 27% -21.8% 357= .00 =C2=B1 57% interrupts.CPU59.RES:Rescheduling_interrupts 564068 =C2=B1 9% -17.9% 462948 =C2=B1 2% -17.3% 466= 320 =C2=B1 38% interrupts.CPU59.TLB:TLB_shootdowns 0.00 -100.0% 0.00 -100.0% 0.00 = interrupts.CPU6.125:PCI-MSI.31981658-edge.i40e-eth0-TxRx-89 13.67 =C2=B1141% -97.6% 0.33 =C2=B1141% -97.6% 0= .33 =C2=B1141% interrupts.CPU6.42:PCI-MSI.31981575-edge.i40e-eth0-TxRx-6 0.00 -100.0% 0.00 -100.0% 0.00 = interrupts.CPU6.77:PCI-MSI.31981610-edge.i40e-eth0-TxRx-41 399374 =C2=B1 18% -17.5% 329438 =C2=B1 32% -4.6% 381= 146 =C2=B1 30% interrupts.CPU6.CAL:Function_call_interrupts 28.33 =C2=B1124% -12.9% 24.67 =C2=B1129% +36.5% 38= .67 =C2=B1 77% interrupts.CPU6.IWI:IRQ_work_interrupts 406107 -5.2% 384846 =C2=B1 3% -1.6% 399513 = interrupts.CPU6.LOC:Local_timer_interrupts 1.00 +0.0% 1.00 +0.0% 1.00 = interrupts.CPU6.MCP:Machine_check_polls 11873 =C2=B1 71% -8.6% 10847 =C2=B1 70% +10.2% 13= 088 =C2=B1 42% interrupts.CPU6.NMI:Non-maskable_interrupts 11873 =C2=B1 71% -8.6% 10847 =C2=B1 70% +10.2% 13= 088 =C2=B1 42% interrupts.CPU6.PMI:Performance_monitoring_interrupts 556.67 =C2=B1 22% -20.8% 441.00 =C2=B1 37% -31.3% 382= .67 =C2=B1 58% interrupts.CPU6.RES:Rescheduling_interrupts 481684 =C2=B1 17% -13.4% 417322 =C2=B1 32% -2.5% 469= 682 =C2=B1 30% interrupts.CPU6.TLB:TLB_shootdowns 0.00 -100.0% 0.00 +6.7e+101% 0.67 =C2=B1= 70% interrupts.CPU60.107:PCI-MSI.31981640-edge.i40e-eth0-TxRx-71 0.33 =C2=B1141% -100.0% 0.00 -100.0% 0.00 = interrupts.CPU60.59:PCI-MSI.31981592-edge.i40e-eth0-TxRx-23 25.67 =C2=B1138% -98.7% 0.33 =C2=B1141% -100.0% 0= .00 interrupts.CPU60.96:PCI-MSI.31981629-edge.i40e-eth0-TxRx-60 509559 =C2=B1 9% -59.4% 206835 =C2=B1 49% -17.1% 422= 217 =C2=B1 23% interrupts.CPU60.CAL:Function_call_interrupts 56.67 =C2=B1 21% -14.1% 48.67 =C2=B1 50% -78.2% 12= .33 =C2=B1118% interrupts.CPU60.IWI:IRQ_work_interrupts 405899 -5.6% 382996 =C2=B1 6% -1.6% 399420 = interrupts.CPU60.LOC:Local_timer_interrupts 1.00 +0.0% 1.00 +0.0% 1.00 = interrupts.CPU60.MCP:Machine_check_polls 18240 =C2=B1 16% -12.7% 15923 =C2=B1 29% -59.5% 7= 395 =C2=B1 38% interrupts.CPU60.NMI:Non-maskable_interrupts 18240 =C2=B1 16% -12.7% 15923 =C2=B1 29% -59.5% 7= 395 =C2=B1 38% interrupts.CPU60.PMI:Performance_monitoring_interrupts 567.67 =C2=B1 29% -42.6% 325.67 =C2=B1 48% -26.2% 419= .00 =C2=B1 41% interrupts.CPU60.RES:Rescheduling_interrupts 614693 =C2=B1 9% -57.3% 262405 =C2=B1 49% -15.7% 518= 321 =C2=B1 23% interrupts.CPU60.TLB:TLB_shootdowns 0.33 =C2=B1141% +0.0% 0.33 =C2=B1141% -100.0% 0= .00 interrupts.CPU61.108:PCI-MSI.31981641-edge.i40e-eth0-TxRx-72 0.00 -100.0% 0.00 -100.0% 0.00 = interrupts.CPU61.3:IO-APIC.3-edge 0.00 -100.0% 0.00 -100.0% 0.00 = interrupts.CPU61.60:PCI-MSI.31981593-edge.i40e-eth0-TxRx-24 1.33 =C2=B1141% +50.0% 2.00 =C2=B1141% -100.0% 0= .00 interrupts.CPU61.97:PCI-MSI.31981630-edge.i40e-eth0-TxRx-61 396610 =C2=B1 34% -37.3% 248695 =C2=B1 53% -7.1% 368= 315 =C2=B1 21% interrupts.CPU61.CAL:Function_call_interrupts 43.67 =C2=B1 18% -4.6% 41.67 =C2=B1 68% +8.4% 47= .33 =C2=B1 59% interrupts.CPU61.IWI:IRQ_work_interrupts 405939 -3.7% 390781 =C2=B1 2% -1.3% 400764 = interrupts.CPU61.LOC:Local_timer_interrupts 1.00 +0.0% 1.00 +0.0% 1.00 = interrupts.CPU61.MCP:Machine_check_polls 15927 -2.5% 15526 =C2=B1 35% -5.8% 15005 =C2= =B1 38% interrupts.CPU61.NMI:Non-maskable_interrupts 15927 -2.5% 15526 =C2=B1 35% -5.8% 15005 =C2= =B1 38% interrupts.CPU61.PMI:Performance_monitoring_interrupts 418.33 =C2=B1 8% +10.8% 463.33 =C2=B1 42% -9.8% 377= .33 =C2=B1 44% interrupts.CPU61.RES:Rescheduling_interrupts 480579 =C2=B1 34% -34.8% 313486 =C2=B1 53% -5.3% 455= 212 =C2=B1 21% interrupts.CPU61.TLB:TLB_shootdowns 0.00 +3.3e+101% 0.33 =C2=B1141% -100.0% 0.00 = interrupts.CPU62.109:PCI-MSI.31981642-edge.i40e-eth0-TxRx-73 0.00 -100.0% 0.00 -100.0% 0.00 = interrupts.CPU62.297:PCI-MSI.67584-edge.ioat-msix 0.00 -100.0% 0.00 -100.0% 0.00 = interrupts.CPU62.61:PCI-MSI.31981594-edge.i40e-eth0-TxRx-25 1.67 =C2=B1101% -100.0% 0.00 +34940.0% 584.00 =C2= =B1141% interrupts.CPU62.98:PCI-MSI.31981631-edge.i40e-eth0-TxRx-62 474207 =C2=B1 36% -40.4% 282496 =C2=B1 44% -31.5% 324= 736 =C2=B1 23% interrupts.CPU62.CAL:Function_call_interrupts 58.00 =C2=B1 41% -35.1% 37.67 =C2=B1 74% -71.8% 16= .33 =C2=B1 78% interrupts.CPU62.IWI:IRQ_work_interrupts 406078 -4.9% 386332 =C2=B1 3% -1.1% 401522 = interrupts.CPU62.LOC:Local_timer_interrupts 1.00 +0.0% 1.00 +0.0% 1.00 = interrupts.CPU62.MCP:Machine_check_polls 18320 =C2=B1 24% -19.3% 14778 =C2=B1 37% -34.3% 12= 044 =C2=B1 36% interrupts.CPU62.NMI:Non-maskable_interrupts 18320 =C2=B1 24% -19.3% 14778 =C2=B1 37% -34.3% 12= 044 =C2=B1 36% interrupts.CPU62.PMI:Performance_monitoring_interrupts 601.00 =C2=B1 22% -25.6% 447.00 =C2=B1 52% -41.1% 354= .00 =C2=B1 19% interrupts.CPU62.RES:Rescheduling_interrupts 571613 =C2=B1 36% -37.8% 355421 =C2=B1 44% -29.9% 400= 541 =C2=B1 23% interrupts.CPU62.TLB:TLB_shootdowns 0.33 =C2=B1141% +0.0% 0.33 =C2=B1141% +0.0% 0= .33 =C2=B1141% interrupts.CPU63.110:PCI-MSI.31981643-edge.i40e-eth0-TxRx= -74 0.67 =C2=B1 70% -100.0% 0.00 -100.0% 0.00 = interrupts.CPU63.62:PCI-MSI.31981595-edge.i40e-eth0-TxRx-26 1.67 =C2=B1 74% -100.0% 0.00 -20.0% 1.33 =C2= =B1141% interrupts.CPU63.99:PCI-MSI.31981632-edge.i40e-eth0-TxRx-63 471835 =C2=B1 9% -47.8% 246444 =C2=B1 22% -4.9% 448= 749 =C2=B1 21% interrupts.CPU63.CAL:Function_call_interrupts 39.00 =C2=B1 68% +22.2% 47.67 =C2=B1 34% -11.1% 34= .67 =C2=B1 88% interrupts.CPU63.IWI:IRQ_work_interrupts 406023 -5.3% 384514 =C2=B1 4% -1.7% 399143 = interrupts.CPU63.LOC:Local_timer_interrupts 1.00 +0.0% 1.00 +0.0% 1.00 = interrupts.CPU63.MCP:Machine_check_polls 14018 =C2=B1 47% +8.2% 15165 =C2=B1 23% -11.5% 12= 401 =C2=B1 44% interrupts.CPU63.NMI:Non-maskable_interrupts 14018 =C2=B1 47% +8.2% 15165 =C2=B1 23% -11.5% 12= 401 =C2=B1 44% interrupts.CPU63.PMI:Performance_monitoring_interrupts 554.33 =C2=B1 7% -46.3% 297.67 =C2=B1 18% -23.4% 424= .67 =C2=B1 36% interrupts.CPU63.RES:Rescheduling_interrupts 569765 =C2=B1 10% -45.4% 311100 =C2=B1 22% -3.0% 552= 440 =C2=B1 21% interrupts.CPU63.TLB:TLB_shootdowns 1.33 =C2=B1 93% +650.0% 10.00 =C2=B1141% -75.0% 0= .33 =C2=B1141% interrupts.CPU64.100:PCI-MSI.31981633-edge.i40e-eth0-TxRx= -64 0.00 -100.0% 0.00 +3.3e+101% 0.33 =C2=B1= 141% interrupts.CPU64.111:PCI-MSI.31981644-edge.i40e-eth0-TxRx-75 0.00 -100.0% 0.00 -100.0% 0.00 = interrupts.CPU64.4:IO-APIC.4-edge.ttyS0 0.00 +3.3e+101% 0.33 =C2=B1141% +3.3e+101% 0.33 =C2= =B1141% interrupts.CPU64.63:PCI-MSI.31981596-edge.i40e-eth0-TxRx-27 443915 =C2=B1 15% -20.8% 351444 =C2=B1 20% +19.7% 531= 311 =C2=B1 20% interrupts.CPU64.CAL:Function_call_interrupts 46.67 =C2=B1 64% -5.7% 44.00 =C2=B1 40% -61.4% 18= .00 =C2=B1 62% interrupts.CPU64.IWI:IRQ_work_interrupts 406093 -6.9% 378077 =C2=B1 5% -1.8% 398601 =C2= =B1 2% interrupts.CPU64.LOC:Local_timer_interrupts 1.00 +0.0% 1.00 +0.0% 1.00 = interrupts.CPU64.MCP:Machine_check_polls 15752 =C2=B1 44% -5.9% 14823 =C2=B1 21% -39.8% 9= 478 =C2=B1 31% interrupts.CPU64.NMI:Non-maskable_interrupts 15752 =C2=B1 44% -5.9% 14823 =C2=B1 21% -39.8% 9= 478 =C2=B1 31% interrupts.CPU64.PMI:Performance_monitoring_interrupts 439.33 =C2=B1 28% +8.0% 474.33 =C2=B1 21% +4.6% 459= .33 =C2=B1 42% interrupts.CPU64.RES:Rescheduling_interrupts 536036 =C2=B1 14% -17.1% 444279 =C2=B1 21% +22.7% 657= 767 =C2=B1 20% interrupts.CPU64.TLB:TLB_shootdowns 4.33 =C2=B1 96% +207.7% 13.33 =C2=B1125% +192.3% 12= .67 =C2=B1135% interrupts.CPU65.101:PCI-MSI.31981634-edge.i40e-eth0-TxRx= -65 0.00 +3.3e+101% 0.33 =C2=B1141% -100.0% 0.00 = interrupts.CPU65.112:PCI-MSI.31981645-edge.i40e-eth0-TxRx-76 0.00 -100.0% 0.00 +6.7e+101% 0.67 =C2=B1= 70% interrupts.CPU65.64:PCI-MSI.31981597-edge.i40e-eth0-TxRx-28 533032 =C2=B1 18% -46.1% 287314 =C2=B1 37% -25.6% 396= 619 =C2=B1 49% interrupts.CPU65.CAL:Function_call_interrupts 78.67 =C2=B1 7% -34.3% 51.67 =C2=B1 37% -54.7% 35= .67 =C2=B1 94% interrupts.CPU65.IWI:IRQ_work_interrupts 405870 -6.3% 380458 =C2=B1 4% -1.4% 399985 = interrupts.CPU65.LOC:Local_timer_interrupts 1.00 +0.0% 1.00 +0.0% 1.00 = interrupts.CPU65.MCP:Machine_check_polls 22141 =C2=B1 12% -23.5% 16942 =C2=B1 21% -44.1% 12= 386 =C2=B1 49% interrupts.CPU65.NMI:Non-maskable_interrupts 22141 =C2=B1 12% -23.5% 16942 =C2=B1 21% -44.1% 12= 386 =C2=B1 49% interrupts.CPU65.PMI:Performance_monitoring_interrupts 635.33 =C2=B1 11% -16.7% 529.00 =C2=B1 41% -40.1% 380= .33 =C2=B1 54% interrupts.CPU65.RES:Rescheduling_interrupts 643026 =C2=B1 17% -43.8% 361112 =C2=B1 37% -24.0% 488= 687 =C2=B1 50% interrupts.CPU65.TLB:TLB_shootdowns 58.00 =C2=B1129% -89.7% 6.00 =C2=B1141% -84.5% 9= .00 =C2=B1 74% interrupts.CPU66.102:PCI-MSI.31981635-edge.i40e-eth0-TxRx= -66 0.00 -100.0% 0.00 -100.0% 0.00 = interrupts.CPU66.113:PCI-MSI.31981646-edge.i40e-eth0-TxRx-77 0.00 -100.0% 0.00 -100.0% 0.00 = interrupts.CPU66.65:PCI-MSI.31981598-edge.i40e-eth0-TxRx-29 492020 =C2=B1 4% -46.6% 262891 =C2=B1 6% -12.9% 428= 659 =C2=B1 27% interrupts.CPU66.CAL:Function_call_interrupts 67.33 =C2=B1 33% -46.5% 36.00 =C2=B1 65% -86.6% 9= .00 =C2=B1109% interrupts.CPU66.IWI:IRQ_work_interrupts 405977 -4.7% 387080 =C2=B1 3% -1.6% 399352 = interrupts.CPU66.LOC:Local_timer_interrupts 1.00 +0.0% 1.00 +0.0% 1.00 = interrupts.CPU66.MCP:Machine_check_polls 19988 =C2=B1 22% -33.2% 13360 =C2=B1 33% -63.8% 7= 229 =C2=B1 41% interrupts.CPU66.NMI:Non-maskable_interrupts 19988 =C2=B1 22% -33.2% 13360 =C2=B1 33% -63.8% 7= 229 =C2=B1 41% interrupts.CPU66.PMI:Performance_monitoring_interrupts 560.33 =C2=B1 22% -31.5% 384.00 =C2=B1 37% -30.5% 389= .33 =C2=B1 47% interrupts.CPU66.RES:Rescheduling_interrupts 594329 =C2=B1 4% -44.2% 331741 =C2=B1 7% -11.2% 527= 935 =C2=B1 26% interrupts.CPU66.TLB:TLB_shootdowns 530.00 =C2=B1141% -99.9% 0.33 =C2=B1141% -94.5% 29= .00 =C2=B1122% interrupts.CPU67.103:PCI-MSI.31981636-edge.i40e-eth0-TxRx= -67 0.00 +3.3e+101% 0.33 =C2=B1141% -100.0% 0.00 = interrupts.CPU67.114:PCI-MSI.31981647-edge.i40e-eth0-TxRx-78 0.33 =C2=B1141% +0.0% 0.33 =C2=B1141% +0.0% 0= .33 =C2=B1141% interrupts.CPU67.66:PCI-MSI.31981599-edge.i40e-eth0-TxRx-= 30 333633 =C2=B1 12% -45.2% 182938 =C2=B1 43% +7.7% 359= 197 =C2=B1 19% interrupts.CPU67.CAL:Function_call_interrupts 22.00 =C2=B1125% -34.8% 14.33 =C2=B1111% +92.4% 42= .33 =C2=B1 76% interrupts.CPU67.IWI:IRQ_work_interrupts 406352 -4.0% 389991 =C2=B1 2% -1.4% 400652 = interrupts.CPU67.LOC:Local_timer_interrupts 1.00 +0.0% 1.00 +0.0% 1.00 = interrupts.CPU67.MCP:Machine_check_polls 10126 =C2=B1 62% -13.3% 8777 =C2=B1 49% +40.1% 14= 188 =C2=B1 54% interrupts.CPU67.NMI:Non-maskable_interrupts 10126 =C2=B1 62% -13.3% 8777 =C2=B1 49% +40.1% 14= 188 =C2=B1 54% interrupts.CPU67.PMI:Performance_monitoring_interrupts 487.00 =C2=B1 2% -23.6% 372.00 =C2=B1 35% -33.6% 323= .33 =C2=B1 57% interrupts.CPU67.RES:Rescheduling_interrupts 403225 =C2=B1 13% -43.0% 230032 =C2=B1 42% +10.3% 444= 640 =C2=B1 18% interrupts.CPU67.TLB:TLB_shootdowns 0.33 =C2=B1141% +27900.0% 93.33 =C2=B1141% +1000.0% 3= .67 =C2=B1141% interrupts.CPU68.104:PCI-MSI.31981637-edge.i40e-eth0-TxRx= -68 0.00 +3.3e+101% 0.33 =C2=B1141% -100.0% 0.00 = interrupts.CPU68.115:PCI-MSI.31981648-edge.i40e-eth0-TxRx-79 0.33 =C2=B1141% -100.0% 0.00 -100.0% 0.00 = interrupts.CPU68.67:PCI-MSI.31981600-edge.i40e-eth0-TxRx-31 410521 =C2=B1 13% -40.3% 244977 =C2=B1 13% -2.7% 399= 283 =C2=B1 21% interrupts.CPU68.CAL:Function_call_interrupts 39.67 =C2=B1 51% -49.6% 20.00 =C2=B1116% -88.2% 4= .67 =C2=B1 66% interrupts.CPU68.IWI:IRQ_work_interrupts 406071 -4.1% 389539 =C2=B1 2% -1.5% 400176 = interrupts.CPU68.LOC:Local_timer_interrupts 1.00 +0.0% 1.00 +0.0% 1.00 = interrupts.CPU68.MCP:Machine_check_polls 13584 =C2=B1 33% -29.8% 9541 =C2=B1 53% -32.4% 9= 185 =C2=B1 49% interrupts.CPU68.NMI:Non-maskable_interrupts 13584 =C2=B1 33% -29.8% 9541 =C2=B1 53% -32.4% 9= 185 =C2=B1 49% interrupts.CPU68.PMI:Performance_monitoring_interrupts 579.67 =C2=B1 16% -38.2% 358.33 =C2=B1 12% -37.5% 362= .33 =C2=B1 49% interrupts.CPU68.RES:Rescheduling_interrupts 495148 =C2=B1 13% -37.5% 309667 =C2=B1 14% -0.7% 491= 466 =C2=B1 21% interrupts.CPU68.TLB:TLB_shootdowns 2.33 =C2=B1 88% -71.4% 0.67 =C2=B1 70% -100.0% 0= .00 interrupts.CPU69.105:PCI-MSI.31981638-edge.i40e-eth0-TxRx-69 0.00 -100.0% 0.00 +3.3e+101% 0.33 =C2=B1= 141% interrupts.CPU69.116:PCI-MSI.31981649-edge.i40e-eth0-TxRx-80 0.33 =C2=B1141% -100.0% 0.00 +0.0% 0.33 =C2= =B1141% interrupts.CPU69.68:PCI-MSI.31981601-edge.i40e-eth0-TxRx-32 551559 =C2=B1 11% -44.9% 304007 =C2=B1 24% -43.6% 311= 264 =C2=B1 35% interrupts.CPU69.CAL:Function_call_interrupts 54.67 =C2=B1 41% -60.4% 21.67 =C2=B1 79% -95.7% 2= .33 =C2=B1 53% interrupts.CPU69.IWI:IRQ_work_interrupts 406054 -5.3% 384622 =C2=B1 3% -1.1% 401528 = interrupts.CPU69.LOC:Local_timer_interrupts 1.00 +0.0% 1.00 +0.0% 1.00 = interrupts.CPU69.MCP:Machine_check_polls 17307 =C2=B1 29% -42.1% 10018 =C2=B1 33% -61.3% 6= 698 =C2=B1 28% interrupts.CPU69.NMI:Non-maskable_interrupts 17307 =C2=B1 29% -42.1% 10018 =C2=B1 33% -61.3% 6= 698 =C2=B1 28% interrupts.CPU69.PMI:Performance_monitoring_interrupts 665.33 =C2=B1 11% -30.9% 459.67 =C2=B1 39% -59.8% 267= .67 =C2=B1 39% interrupts.CPU69.RES:Rescheduling_interrupts 663646 =C2=B1 12% -41.7% 386944 =C2=B1 23% -42.3% 382= 741 =C2=B1 35% interrupts.CPU69.TLB:TLB_shootdowns 0.00 +3.3e+101% 0.33 =C2=B1141% -100.0% 0.00 = interrupts.CPU7.126:PCI-MSI.31981659-edge.i40e-eth0-TxRx-90 254.33 =C2=B1 2% +0.7% 256.00 +8.0% 274.67 =C2= =B1 4% interrupts.CPU7.35:PCI-MSI.31981568-edge.i40e-0000:3d:00.0:misc 0.00 +1.3e+102% 1.33 =C2=B1141% +1.7e+103% 17.00 =C2= =B1141% interrupts.CPU7.43:PCI-MSI.31981576-edge.i40e-eth0-TxRx-7 0.00 -100.0% 0.00 +3.3e+101% 0.33 =C2=B1= 141% interrupts.CPU7.78:PCI-MSI.31981611-edge.i40e-eth0-TxRx-42 371965 =C2=B1 23% -28.6% 265737 =C2=B1 24% +29.7% 482= 488 =C2=B1 24% interrupts.CPU7.CAL:Function_call_interrupts 37.67 =C2=B1 53% -30.1% 26.33 =C2=B1114% +53.1% 57= .67 =C2=B1 68% interrupts.CPU7.IWI:IRQ_work_interrupts 406037 -5.2% 384735 =C2=B1 5% -1.2% 401178 = interrupts.CPU7.LOC:Local_timer_interrupts 1.00 +0.0% 1.00 +0.0% 1.00 = interrupts.CPU7.MCP:Machine_check_polls 14657 =C2=B1 22% -16.1% 12291 =C2=B1 55% +16.4% 17= 059 =C2=B1 45% interrupts.CPU7.NMI:Non-maskable_interrupts 14657 =C2=B1 22% -16.1% 12291 =C2=B1 55% +16.4% 17= 059 =C2=B1 45% interrupts.CPU7.PMI:Performance_monitoring_interrupts 500.33 =C2=B1 18% -26.1% 369.67 =C2=B1 49% -21.8% 391= .33 =C2=B1 12% interrupts.CPU7.RES:Rescheduling_interrupts 449389 =C2=B1 22% -24.9% 337335 =C2=B1 24% +32.0% 593= 038 =C2=B1 25% interrupts.CPU7.TLB:TLB_shootdowns 1.00 =C2=B1 81% -100.0% 0.00 -66.7% 0.33 =C2= =B1141% interrupts.CPU70.106:PCI-MSI.31981639-edge.i40e-eth0-TxRx-70 0.00 +3.3e+101% 0.33 =C2=B1141% -100.0% 0.00 = interrupts.CPU70.117:PCI-MSI.31981650-edge.i40e-eth0-TxRx-81 0.00 -100.0% 0.00 -100.0% 0.00 = interrupts.CPU70.298:PCI-MSI.69632-edge.ioat-msix 0.00 -100.0% 0.00 +3.3e+101% 0.33 =C2=B1= 141% interrupts.CPU70.69:PCI-MSI.31981602-edge.i40e-eth0-TxRx-33 537913 =C2=B1 17% -50.6% 265635 =C2=B1 27% -21.3% 423= 367 =C2=B1 41% interrupts.CPU70.CAL:Function_call_interrupts 32.67 =C2=B1 14% -50.0% 16.33 =C2=B1119% -60.2% 13= .00 =C2=B1119% interrupts.CPU70.IWI:IRQ_work_interrupts 405918 -4.0% 389625 =C2=B1 2% -1.5% 400006 = interrupts.CPU70.LOC:Local_timer_interrupts 1.00 +0.0% 1.00 +0.0% 1.00 = interrupts.CPU70.MCP:Machine_check_polls 12582 =C2=B1 15% -31.1% 8670 =C2=B1 41% -37.3% 7= 892 =C2=B1 38% interrupts.CPU70.NMI:Non-maskable_interrupts 12582 =C2=B1 15% -31.1% 8670 =C2=B1 41% -37.3% 7= 892 =C2=B1 38% interrupts.CPU70.PMI:Performance_monitoring_interrupts 566.33 =C2=B1 18% -42.4% 326.33 =C2=B1 21% -25.7% 420= .67 =C2=B1 49% interrupts.CPU70.RES:Rescheduling_interrupts 649429 =C2=B1 18% -48.1% 337251 =C2=B1 27% -19.8% 520= 634 =C2=B1 41% interrupts.CPU70.TLB:TLB_shootdowns 0.00 +1.3e+103% 12.67 =C2=B1141% +6.7e+101% 0.67 =C2= =B1141% interrupts.CPU71.107:PCI-MSI.31981640-edge.i40e-eth0-TxRx-71 0.00 -100.0% 0.00 +3.3e+101% 0.33 =C2=B1= 141% interrupts.CPU71.118:PCI-MSI.31981651-edge.i40e-eth0-TxRx-82 0.00 -100.0% 0.00 -100.0% 0.00 = interrupts.CPU71.298:PCI-MSI.69632-edge.ioat-msix 0.33 =C2=B1141% -100.0% 0.00 +100.0% 0.67 =C2= =B1 70% interrupts.CPU71.70:PCI-MSI.31981603-edge.i40e-eth0-TxRx-34 401512 =C2=B1 6% -28.0% 289239 =C2=B1 28% -1.9% 393= 791 =C2=B1 18% interrupts.CPU71.CAL:Function_call_interrupts 57.00 =C2=B1 66% -12.9% 49.67 =C2=B1 53% -40.9% 33= .67 =C2=B1105% interrupts.CPU71.IWI:IRQ_work_interrupts 406066 -4.6% 387349 =C2=B1 2% -1.2% 401210 = interrupts.CPU71.LOC:Local_timer_interrupts 1.00 +0.0% 1.00 +0.0% 1.00 = interrupts.CPU71.MCP:Machine_check_polls 17401 =C2=B1 50% -8.0% 16015 =C2=B1 36% -33.7% 11= 537 =C2=B1 67% interrupts.CPU71.NMI:Non-maskable_interrupts 17401 =C2=B1 50% -8.0% 16015 =C2=B1 36% -33.7% 11= 537 =C2=B1 67% interrupts.CPU71.PMI:Performance_monitoring_interrupts 497.00 =C2=B1 13% -7.6% 459.00 =C2=B1 41% -28.2% 357= .00 =C2=B1 17% interrupts.CPU71.RES:Rescheduling_interrupts 483544 =C2=B1 7% -24.5% 365284 =C2=B1 29% +0.4% 485= 325 =C2=B1 18% interrupts.CPU71.TLB:TLB_shootdowns 0.00 -100.0% 0.00 +1.3e+102% 1.33 =C2=B1= 70% interrupts.CPU72.108:PCI-MSI.31981641-edge.i40e-eth0-TxRx-72 391767 =C2=B1 19% -35.1% 254141 =C2=B1 23% -5.6% 369= 998 =C2=B1 15% interrupts.CPU72.CAL:Function_call_interrupts 39.67 =C2=B1 97% -66.4% 13.33 =C2=B1 96% +0.0% 39= .67 =C2=B1 63% interrupts.CPU72.IWI:IRQ_work_interrupts 406216 -3.8% 390895 =C2=B1 2% -1.0% 402170 = interrupts.CPU72.LOC:Local_timer_interrupts 1.00 +0.0% 1.00 +0.0% 1.00 = interrupts.CPU72.MCP:Machine_check_polls 13818 =C2=B1 59% -42.1% 7994 =C2=B1 40% +7.8% 14= 895 =C2=B1 38% interrupts.CPU72.NMI:Non-maskable_interrupts 13818 =C2=B1 59% -42.1% 7994 =C2=B1 40% +7.8% 14= 895 =C2=B1 38% interrupts.CPU72.PMI:Performance_monitoring_interrupts 353.33 =C2=B1 22% -13.6% 305.33 =C2=B1 22% -14.6% 301= .67 =C2=B1 13% interrupts.CPU72.RES:Rescheduling_interrupts 464879 =C2=B1 20% -30.8% 321539 =C2=B1 23% -2.8% 452= 067 =C2=B1 16% interrupts.CPU72.TLB:TLB_shootdowns 0.00 +1e+102% 1.00 =C2=B1141% +3.3e+101% 0.33 =C2= =B1141% interrupts.CPU73.109:PCI-MSI.31981642-edge.i40e-eth0-TxRx-73 375098 =C2=B1 26% -30.8% 259461 =C2=B1 25% +7.1% 401= 679 =C2=B1 10% interrupts.CPU73.CAL:Function_call_interrupts 26.33 =C2=B1128% +43.0% 37.67 =C2=B1 78% -49.4% 13= .33 =C2=B1 53% interrupts.CPU73.IWI:IRQ_work_interrupts 406872 -4.4% 388793 =C2=B1 4% -1.3% 401459 = interrupts.CPU73.LOC:Local_timer_interrupts 1.00 +0.0% 1.00 +0.0% 1.00 = interrupts.CPU73.MCP:Machine_check_polls 11366 =C2=B1 62% +17.2% 13324 =C2=B1 51% -6.3% 10= 645 =C2=B1 27% interrupts.CPU73.NMI:Non-maskable_interrupts 11366 =C2=B1 62% +17.2% 13324 =C2=B1 51% -6.3% 10= 645 =C2=B1 27% interrupts.CPU73.PMI:Performance_monitoring_interrupts 313.67 =C2=B1 34% +5.7% 331.67 =C2=B1 31% +16.0% 364= .00 =C2=B1 2% interrupts.CPU73.RES:Rescheduling_interrupts 445257 =C2=B1 27% -25.4% 332038 =C2=B1 25% +9.8% 488= 679 =C2=B1 11% interrupts.CPU73.TLB:TLB_shootdowns 0.33 =C2=B1141% +19200.0% 64.33 =C2=B1140% +100.0% 0= .67 =C2=B1 70% interrupts.CPU74.110:PCI-MSI.31981643-edge.i40e-eth0-TxRx= -74 367896 =C2=B1 11% -29.7% 258694 =C2=B1 29% +7.4% 395= 003 =C2=B1 15% interrupts.CPU74.CAL:Function_call_interrupts 62.00 =C2=B1 54% -14.5% 53.00 =C2=B1 37% -65.6% 21= .33 =C2=B1 79% interrupts.CPU74.IWI:IRQ_work_interrupts 406270 -3.7% 391131 =C2=B1 2% -1.2% 401293 = interrupts.CPU74.LOC:Local_timer_interrupts 1.00 +0.0% 1.00 +0.0% 1.00 = interrupts.CPU74.MCP:Machine_check_polls 18187 =C2=B1 35% -9.9% 16381 =C2=B1 25% -41.5% 10= 643 =C2=B1 23% interrupts.CPU74.NMI:Non-maskable_interrupts 18187 =C2=B1 35% -9.9% 16381 =C2=B1 25% -41.5% 10= 643 =C2=B1 23% interrupts.CPU74.PMI:Performance_monitoring_interrupts 403.33 =C2=B1 32% -14.3% 345.67 =C2=B1 35% -25.6% 300= .00 =C2=B1 12% interrupts.CPU74.RES:Rescheduling_interrupts 436412 =C2=B1 11% -24.6% 329016 =C2=B1 29% +10.4% 481= 854 =C2=B1 15% interrupts.CPU74.TLB:TLB_shootdowns 1250 =C2=B1141% -100.0% 0.00 -99.8% 3.00 =C2= =B1118% interrupts.CPU75.111:PCI-MSI.31981644-edge.i40e-eth0-TxRx-75 339144 =C2=B1 19% -21.2% 267312 =C2=B1 6% +12.4% 381= 364 =C2=B1 22% interrupts.CPU75.CAL:Function_call_interrupts 16.00 =C2=B1123% +35.4% 21.67 =C2=B1 72% +141.7% 38= .67 =C2=B1 48% interrupts.CPU75.IWI:IRQ_work_interrupts 406125 -4.9% 386289 =C2=B1 3% -0.9% 402607 = interrupts.CPU75.LOC:Local_timer_interrupts 1.00 +0.0% 1.00 +0.0% 1.00 = interrupts.CPU75.MCP:Machine_check_polls 9006 =C2=B1 50% +4.6% 9420 =C2=B1 40% +64.1% 14= 780 =C2=B1 25% interrupts.CPU75.NMI:Non-maskable_interrupts 9006 =C2=B1 50% +4.6% 9420 =C2=B1 40% +64.1% 14= 780 =C2=B1 25% interrupts.CPU75.PMI:Performance_monitoring_interrupts 283.00 =C2=B1 27% +10.2% 312.00 =C2=B1 18% -15.1% 240= .33 =C2=B1 10% interrupts.CPU75.RES:Rescheduling_interrupts 402100 =C2=B1 19% -16.0% 337918 =C2=B1 5% +15.8% 465= 564 =C2=B1 22% interrupts.CPU75.TLB:TLB_shootdowns 0.00 +3.3e+101% 0.33 =C2=B1141% -100.0% 0.00 = interrupts.CPU76.112:PCI-MSI.31981645-edge.i40e-eth0-TxRx-76 309381 =C2=B1 6% -29.2% 218922 +59.0% 491921 =C2= =B1 27% interrupts.CPU76.CAL:Function_call_interrupts 7.33 =C2=B1 75% +445.5% 40.00 =C2=B1 58% +345.5% 32= .67 =C2=B1104% interrupts.CPU76.IWI:IRQ_work_interrupts 406164 -4.2% 389164 =C2=B1 3% -1.0% 402212 = interrupts.CPU76.LOC:Local_timer_interrupts 1.00 +0.0% 1.00 +0.0% 1.00 = interrupts.CPU76.MCP:Machine_check_polls 6704 =C2=B1 22% +99.6% 13381 =C2=B1 43% +93.9% 13= 001 =C2=B1 63% interrupts.CPU76.NMI:Non-maskable_interrupts 6704 =C2=B1 22% +99.6% 13381 =C2=B1 43% +93.9% 13= 001 =C2=B1 63% interrupts.CPU76.PMI:Performance_monitoring_interrupts 257.00 =C2=B1 18% +24.9% 321.00 =C2=B1 9% +42.4% 366= .00 =C2=B1 12% interrupts.CPU76.RES:Rescheduling_interrupts 367450 =C2=B1 5% -24.3% 278039 +63.9% 602166 =C2= =B1 28% interrupts.CPU76.TLB:TLB_shootdowns 0.00 +6.7e+101% 0.67 =C2=B1141% -100.0% 0.00 = interrupts.CPU77.113:PCI-MSI.31981646-edge.i40e-eth0-TxRx-77 334856 =C2=B1 38% -27.1% 243994 =C2=B1 21% +24.4% 416= 704 =C2=B1 15% interrupts.CPU77.CAL:Function_call_interrupts 20.33 =C2=B1 91% +73.8% 35.33 =C2=B1 89% +154.1% 51= .67 =C2=B1 34% interrupts.CPU77.IWI:IRQ_work_interrupts 406205 -4.9% 386349 =C2=B1 3% -1.2% 401405 = interrupts.CPU77.LOC:Local_timer_interrupts 1.00 +0.0% 1.00 +0.0% 1.00 = interrupts.CPU77.MCP:Machine_check_polls 9580 =C2=B1 47% +29.6% 12415 =C2=B1 55% +67.2% 16= 016 =C2=B1 29% interrupts.CPU77.NMI:Non-maskable_interrupts 9580 =C2=B1 47% +29.6% 12415 =C2=B1 55% +67.2% 16= 016 =C2=B1 29% interrupts.CPU77.PMI:Performance_monitoring_interrupts 335.00 =C2=B1 35% -10.9% 298.33 =C2=B1 28% +9.0% 365= .00 =C2=B1 18% interrupts.CPU77.RES:Rescheduling_interrupts 395218 =C2=B1 38% -21.5% 310317 =C2=B1 20% +28.8% 509= 080 =C2=B1 15% interrupts.CPU77.TLB:TLB_shootdowns 0.00 +6.7e+101% 0.67 =C2=B1141% +2.4e+104% 238.00 =C2= =B1141% interrupts.CPU78.114:PCI-MSI.31981647-edge.i40e-eth0-TxRx-78 418010 =C2=B1 19% -33.5% 277840 =C2=B1 22% -19.6% 335= 933 =C2=B1 19% interrupts.CPU78.CAL:Function_call_interrupts 42.33 =C2=B1 55% -18.1% 34.67 =C2=B1 46% -66.1% 14= .33 =C2=B1121% interrupts.CPU78.IWI:IRQ_work_interrupts 406365 -5.0% 386138 =C2=B1 3% -1.2% 401325 = interrupts.CPU78.LOC:Local_timer_interrupts 1.00 +0.0% 1.00 +0.0% 1.00 = interrupts.CPU78.MCP:Machine_check_polls 15266 =C2=B1 25% -17.8% 12549 =C2=B1 24% -48.0% 7= 944 =C2=B1 37% interrupts.CPU78.NMI:Non-maskable_interrupts 15266 =C2=B1 25% -17.8% 12549 =C2=B1 24% -48.0% 7= 944 =C2=B1 37% interrupts.CPU78.PMI:Performance_monitoring_interrupts 368.67 =C2=B1 21% +18.7% 437.67 =C2=B1 24% -26.8% 270= .00 =C2=B1 18% interrupts.CPU78.RES:Rescheduling_interrupts 496672 =C2=B1 19% -29.1% 352231 =C2=B1 23% -17.6% 409= 397 =C2=B1 18% interrupts.CPU78.TLB:TLB_shootdowns 0.00 +1.7e+102% 1.67 =C2=B1101% +3.3e+101% 0.33 =C2= =B1141% interrupts.CPU79.115:PCI-MSI.31981648-edge.i40e-eth0-TxRx-79 244918 =C2=B1 55% +18.5% 290346 =C2=B1 28% +39.3% 341= 066 =C2=B1 52% interrupts.CPU79.CAL:Function_call_interrupts 62.00 =C2=B1 25% -89.8% 6.33 =C2=B1 96% -82.3% 11= .00 =C2=B1115% interrupts.CPU79.IWI:IRQ_work_interrupts 406570 -4.9% 386467 =C2=B1 3% -1.0% 402613 = interrupts.CPU79.LOC:Local_timer_interrupts 1.00 +0.0% 1.00 +0.0% 1.00 = interrupts.CPU79.MCP:Machine_check_polls 19292 =C2=B1 12% -68.0% 6176 =C2=B1 9% -60.2% 7= 673 =C2=B1 25% interrupts.CPU79.NMI:Non-maskable_interrupts 19292 =C2=B1 12% -68.0% 6176 =C2=B1 9% -60.2% 7= 673 =C2=B1 25% interrupts.CPU79.PMI:Performance_monitoring_interrupts 298.67 =C2=B1 69% +29.9% 388.00 =C2=B1 37% -2.3% 291= .67 =C2=B1 39% interrupts.CPU79.RES:Rescheduling_interrupts 289855 =C2=B1 55% +27.1% 368288 =C2=B1 27% +42.7% 413= 528 =C2=B1 53% interrupts.CPU79.TLB:TLB_shootdowns 0.00 +6.7e+101% 0.67 =C2=B1 70% +3.3e+101% 0.33 =C2= =B1141% interrupts.CPU8.127:PCI-MSI.31981660-edge.i40e-eth0-TxRx-91 0.00 +1.8e+104% 175.33 =C2=B1141% -100.0% 0.00 = interrupts.CPU8.44:PCI-MSI.31981577-edge.i40e-eth0-TxRx-8 0.00 -100.0% 0.00 -100.0% 0.00 = interrupts.CPU8.79:PCI-MSI.31981612-edge.i40e-eth0-TxRx-43 493612 =C2=B1 6% -32.1% 335243 =C2=B1 12% -12.5% 431= 711 =C2=B1 8% interrupts.CPU8.CAL:Function_call_interrupts 83.00 -69.9% 25.00 =C2=B1 66% -24.9% 62.33 =C2= =B1 16% interrupts.CPU8.IWI:IRQ_work_interrupts 405932 -5.4% 383836 =C2=B1 3% -1.5% 400025 = interrupts.CPU8.LOC:Local_timer_interrupts 1.00 +0.0% 1.00 +0.0% 1.00 = interrupts.CPU8.MCP:Machine_check_polls 24233 -54.1% 11117 =C2=B1 30% -25.3% 18104 =C2= =B1 10% interrupts.CPU8.NMI:Non-maskable_interrupts 24233 -54.1% 11117 =C2=B1 30% -25.3% 18104 =C2= =B1 10% interrupts.CPU8.PMI:Performance_monitoring_interrupts 572.00 =C2=B1 19% -7.3% 530.33 =C2=B1 38% -33.2% 382= .00 =C2=B1 20% interrupts.CPU8.RES:Rescheduling_interrupts 596825 =C2=B1 5% -28.9% 424179 =C2=B1 13% -11.3% 529= 365 =C2=B1 8% interrupts.CPU8.TLB:TLB_shootdowns 0.00 -100.0% 0.00 +1.3e+102% 1.33 =C2=B1= 141% interrupts.CPU80.116:PCI-MSI.31981649-edge.i40e-eth0-TxRx-80 359457 =C2=B1 18% +9.6% 394073 =C2=B1 14% +40.4% 504= 603 =C2=B1 18% interrupts.CPU80.CAL:Function_call_interrupts 34.33 =C2=B1 35% +3.9% 35.67 =C2=B1 59% +60.2% 55= .00 =C2=B1 58% interrupts.CPU80.IWI:IRQ_work_interrupts 406171 -6.4% 379990 =C2=B1 5% -1.2% 401246 = interrupts.CPU80.LOC:Local_timer_interrupts 1.00 +0.0% 1.00 +0.0% 1.00 = interrupts.CPU80.MCP:Machine_check_polls 13284 =C2=B1 25% -3.6% 12803 =C2=B1 34% +27.4% 16= 927 =C2=B1 40% interrupts.CPU80.NMI:Non-maskable_interrupts 13284 =C2=B1 25% -3.6% 12803 =C2=B1 34% +27.4% 16= 927 =C2=B1 40% interrupts.CPU80.PMI:Performance_monitoring_interrupts 304.33 =C2=B1 20% +78.4% 543.00 =C2=B1 13% +19.1% 362= .33 =C2=B1 9% interrupts.CPU80.RES:Rescheduling_interrupts 426030 =C2=B1 17% +17.4% 500211 =C2=B1 14% +44.7% 616= 450 =C2=B1 18% interrupts.CPU80.TLB:TLB_shootdowns 0.00 +2.3e+104% 228.33 =C2=B1140% -100.0% 0.00 = interrupts.CPU81.117:PCI-MSI.31981650-edge.i40e-eth0-TxRx-81 363025 =C2=B1 12% -37.7% 226073 =C2=B1 37% +19.6% 434= 005 =C2=B1 12% interrupts.CPU81.CAL:Function_call_interrupts 51.67 =C2=B1 57% -58.1% 21.67 =C2=B1 81% -39.4% 31= .33 =C2=B1 40% interrupts.CPU81.IWI:IRQ_work_interrupts 407309 -5.7% 384208 =C2=B1 5% -1.5% 401143 = interrupts.CPU81.LOC:Local_timer_interrupts 1.00 +0.0% 1.00 +0.0% 1.00 = interrupts.CPU81.MCP:Machine_check_polls 16904 =C2=B1 36% -39.4% 10236 =C2=B1 38% -23.6% 12= 918 =C2=B1 18% interrupts.CPU81.NMI:Non-maskable_interrupts 16904 =C2=B1 36% -39.4% 10236 =C2=B1 38% -23.6% 12= 918 =C2=B1 18% interrupts.CPU81.PMI:Performance_monitoring_interrupts 325.67 =C2=B1 25% +28.9% 419.67 =C2=B1 32% -11.2% 289= .33 =C2=B1 9% interrupts.CPU81.RES:Rescheduling_interrupts 430316 =C2=B1 12% -33.5% 286251 =C2=B1 37% +23.6% 531= 947 =C2=B1 12% interrupts.CPU81.TLB:TLB_shootdowns 2.00 =C2=B1141% -66.7% 0.67 =C2=B1141% +18900.0% 380= .00 =C2=B1141% interrupts.CPU82.118:PCI-MSI.31981651-edge.i40e-eth0-TxRx= -82 329803 =C2=B1 29% -4.3% 315544 =C2=B1 26% +36.7% 450= 716 =C2=B1 36% interrupts.CPU82.CAL:Function_call_interrupts 32.67 =C2=B1 66% -24.5% 24.67 =C2=B1113% +38.8% 45= .33 =C2=B1 50% interrupts.CPU82.IWI:IRQ_work_interrupts 406334 -4.1% 389525 =C2=B1 2% -1.2% 401651 = interrupts.CPU82.LOC:Local_timer_interrupts 1.00 +0.0% 1.00 +0.0% 1.00 = interrupts.CPU82.MCP:Machine_check_polls 12303 =C2=B1 37% -21.8% 9623 =C2=B1 52% +23.7% 15= 214 =C2=B1 36% interrupts.CPU82.NMI:Non-maskable_interrupts 12303 =C2=B1 37% -21.8% 9623 =C2=B1 52% +23.7% 15= 214 =C2=B1 36% interrupts.CPU82.PMI:Performance_monitoring_interrupts 347.67 =C2=B1 53% +31.8% 458.33 =C2=B1 20% +16.2% 404= .00 =C2=B1 11% interrupts.CPU82.RES:Rescheduling_interrupts 390955 =C2=B1 29% +1.2% 395612 =C2=B1 27% +40.8% 550= 522 =C2=B1 36% interrupts.CPU82.TLB:TLB_shootdowns 202.67 =C2=B1141% -100.0% 0.00 -95.9% 8.33 =C2= =B1141% interrupts.CPU83.119:PCI-MSI.31981652-edge.i40e-eth0-TxRx-83 342981 =C2=B1 68% -28.3% 246050 =C2=B1 38% +7.7% 369= 320 =C2=B1 11% interrupts.CPU83.CAL:Function_call_interrupts 36.67 =C2=B1102% +1.8% 37.33 =C2=B1 86% +10.9% 40= .67 =C2=B1 66% interrupts.CPU83.IWI:IRQ_work_interrupts 406001 -5.6% 383303 =C2=B1 5% -1.2% 401295 = interrupts.CPU83.LOC:Local_timer_interrupts 1.00 +0.0% 1.00 +0.0% 1.00 = interrupts.CPU83.MCP:Machine_check_polls 13569 =C2=B1 58% -3.7% 13061 =C2=B1 52% +7.2% 14= 545 =C2=B1 46% interrupts.CPU83.NMI:Non-maskable_interrupts 13569 =C2=B1 58% -3.7% 13061 =C2=B1 52% +7.2% 14= 545 =C2=B1 46% interrupts.CPU83.PMI:Performance_monitoring_interrupts 294.67 =C2=B1 74% +42.6% 420.33 =C2=B1 37% +22.6% 361= .33 =C2=B1 11% interrupts.CPU83.RES:Rescheduling_interrupts 408140 =C2=B1 68% -24.1% 309953 =C2=B1 38% +10.2% 449= 932 =C2=B1 11% interrupts.CPU83.TLB:TLB_shootdowns 5.67 =C2=B1141% -5.9% 5.33 =C2=B1141% -100.0% 0= .00 interrupts.CPU84.120:PCI-MSI.31981653-edge.i40e-eth0-TxRx-84 292903 =C2=B1 11% +29.4% 379037 =C2=B1 13% +38.4% 405= 511 =C2=B1 12% interrupts.CPU84.CAL:Function_call_interrupts 17.00 =C2=B1108% -41.2% 10.00 =C2=B1 57% +139.2% 40= .67 =C2=B1 77% interrupts.CPU84.IWI:IRQ_work_interrupts 406118 -6.5% 379889 =C2=B1 5% -1.1% 401482 = interrupts.CPU84.LOC:Local_timer_interrupts 1.00 +0.0% 1.00 +0.0% 1.00 = interrupts.CPU84.MCP:Machine_check_polls 11652 =C2=B1 31% -34.8% 7600 =C2=B1 16% +28.0% 14= 909 =C2=B1 50% interrupts.CPU84.NMI:Non-maskable_interrupts 11652 =C2=B1 31% -34.8% 7600 =C2=B1 16% +28.0% 14= 909 =C2=B1 50% interrupts.CPU84.PMI:Performance_monitoring_interrupts 281.67 =C2=B1 28% +68.4% 474.33 =C2=B1 16% +9.1% 307= .33 =C2=B1 15% interrupts.CPU84.RES:Rescheduling_interrupts 347512 =C2=B1 12% +37.6% 478345 =C2=B1 13% +42.4% 495= 028 =C2=B1 12% interrupts.CPU84.TLB:TLB_shootdowns 0.67 =C2=B1141% -100.0% 0.00 -50.0% 0.33 =C2= =B1141% interrupts.CPU85.121:PCI-MSI.31981654-edge.i40e-eth0-TxRx-85 457065 =C2=B1 13% -28.4% 327187 =C2=B1 29% -5.6% 431= 539 =C2=B1 27% interrupts.CPU85.CAL:Function_call_interrupts 17.67 =C2=B1121% +288.7% 68.67 =C2=B1 10% +139.6% 42= .33 =C2=B1 25% interrupts.CPU85.IWI:IRQ_work_interrupts 406546 -6.7% 379235 =C2=B1 5% -1.2% 401857 = interrupts.CPU85.LOC:Local_timer_interrupts 1.00 +0.0% 1.00 +0.0% 1.00 = interrupts.CPU85.MCP:Machine_check_polls 9749 =C2=B1 48% +108.6% 20335 =C2=B1 6% +57.6% 15= 365 =C2=B1 15% interrupts.CPU85.NMI:Non-maskable_interrupts 9749 =C2=B1 48% +108.6% 20335 =C2=B1 6% +57.6% 15= 365 =C2=B1 15% interrupts.CPU85.PMI:Performance_monitoring_interrupts 388.67 =C2=B1 21% +3.1% 400.67 =C2=B1 33% -13.2% 337= .33 =C2=B1 11% interrupts.CPU85.RES:Rescheduling_interrupts 542336 =C2=B1 13% -23.3% 415950 =C2=B1 28% -2.8% 527= 349 =C2=B1 27% interrupts.CPU85.TLB:TLB_shootdowns 0.00 -100.0% 0.00 +6.4e+104% 644.33 =C2=B1= 70% interrupts.CPU86.122:PCI-MSI.31981655-edge.i40e-eth0-TxRx-86 369748 =C2=B1 26% -55.5% 164535 =C2=B1 35% +2.9% 380= 379 =C2=B1 35% interrupts.CPU86.CAL:Function_call_interrupts 48.00 =C2=B1 50% -77.1% 11.00 =C2=B1 56% +21.5% 58= .33 =C2=B1 8% interrupts.CPU86.IWI:IRQ_work_interrupts 406020 -2.9% 394410 -1.2% 401010 = interrupts.CPU86.LOC:Local_timer_interrupts 1.00 +0.0% 1.00 +0.0% 1.00 = interrupts.CPU86.MCP:Machine_check_polls 15763 =C2=B1 30% -55.4% 7036 =C2=B1 23% +17.5% 18= 529 =C2=B1 7% interrupts.CPU86.NMI:Non-maskable_interrupts 15763 =C2=B1 30% -55.4% 7036 =C2=B1 23% +17.5% 18= 529 =C2=B1 7% interrupts.CPU86.PMI:Performance_monitoring_interrupts 361.00 =C2=B1 33% -48.8% 185.00 =C2=B1 42% -16.3% 302= .33 =C2=B1 18% interrupts.CPU86.RES:Rescheduling_interrupts 439179 =C2=B1 26% -52.5% 208563 =C2=B1 36% +5.8% 464= 700 =C2=B1 35% interrupts.CPU86.TLB:TLB_shootdowns 107.00 =C2=B1141% +23.1% 131.67 =C2=B1141% -100.0% 0= .00 interrupts.CPU87.123:PCI-MSI.31981656-edge.i40e-eth0-TxRx-87 399866 =C2=B1 36% -35.9% 256137 =C2=B1 27% -14.4% 342= 431 =C2=B1 24% interrupts.CPU87.CAL:Function_call_interrupts 56.67 =C2=B1 50% -47.1% 30.00 =C2=B1 89% -40.6% 33= .67 =C2=B1 51% interrupts.CPU87.IWI:IRQ_work_interrupts 405899 -5.3% 384468 =C2=B1 5% -1.1% 401377 = interrupts.CPU87.LOC:Local_timer_interrupts 1.00 +0.0% 1.00 +0.0% 1.00 = interrupts.CPU87.MCP:Machine_check_polls 17166 =C2=B1 34% -35.1% 11146 =C2=B1 55% -19.8% 13= 773 =C2=B1 27% interrupts.CPU87.NMI:Non-maskable_interrupts 17166 =C2=B1 34% -35.1% 11146 =C2=B1 55% -19.8% 13= 773 =C2=B1 27% interrupts.CPU87.PMI:Performance_monitoring_interrupts 416.00 =C2=B1 38% -17.4% 343.67 =C2=B1 46% -39.8% 250= .33 =C2=B1 16% interrupts.CPU87.RES:Rescheduling_interrupts 476792 =C2=B1 36% -31.9% 324893 =C2=B1 27% -13.0% 415= 013 =C2=B1 24% interrupts.CPU87.TLB:TLB_shootdowns 0.00 +3.3e+101% 0.33 =C2=B1141% -100.0% 0.00 = interrupts.CPU88.124:PCI-MSI.31981657-edge.i40e-eth0-TxRx-88 320126 =C2=B1 49% -41.1% 188486 =C2=B1 35% +52.9% 489= 365 =C2=B1 9% interrupts.CPU88.CAL:Function_call_interrupts 19.67 =C2=B1116% -42.4% 11.33 =C2=B1 57% +186.4% 56= .33 =C2=B1 17% interrupts.CPU88.IWI:IRQ_work_interrupts 406159 -4.4% 388270 =C2=B1 3% -1.3% 400684 = interrupts.CPU88.LOC:Local_timer_interrupts 1.00 +0.0% 1.00 +0.0% 1.00 = interrupts.CPU88.MCP:Machine_check_polls 9508 =C2=B1 46% -27.7% 6875 =C2=B1 22% +91.2% 18= 184 =C2=B1 16% interrupts.CPU88.NMI:Non-maskable_interrupts 9508 =C2=B1 46% -27.7% 6875 =C2=B1 22% +91.2% 18= 184 =C2=B1 16% interrupts.CPU88.PMI:Performance_monitoring_interrupts 292.33 =C2=B1 51% +10.4% 322.67 =C2=B1 50% +24.9% 365= .00 =C2=B1 13% interrupts.CPU88.RES:Rescheduling_interrupts 379181 =C2=B1 49% -37.1% 238446 =C2=B1 34% +57.2% 596= 224 =C2=B1 9% interrupts.CPU88.TLB:TLB_shootdowns 2.00 =C2=B1141% -100.0% 0.00 -100.0% 0.00 = interrupts.CPU89.125:PCI-MSI.31981658-edge.i40e-eth0-TxRx-89 294418 =C2=B1 13% -26.0% 217844 =C2=B1 48% -6.3% 275= 904 =C2=B1 19% interrupts.CPU89.CAL:Function_call_interrupts 26.00 =C2=B1119% -50.0% 13.00 =C2=B1125% +12.8% 29= .33 =C2=B1131% interrupts.CPU89.IWI:IRQ_work_interrupts 405931 -4.4% 388170 =C2=B1 5% -0.6% 403340 = interrupts.CPU89.LOC:Local_timer_interrupts 1.00 +0.0% 1.00 +0.0% 1.00 = interrupts.CPU89.MCP:Machine_check_polls 12075 =C2=B1 49% -33.6% 8022 =C2=B1 51% +0.8% 12= 177 =C2=B1 66% interrupts.CPU89.NMI:Non-maskable_interrupts 12075 =C2=B1 49% -33.6% 8022 =C2=B1 51% +0.8% 12= 177 =C2=B1 66% interrupts.CPU89.PMI:Performance_monitoring_interrupts 296.67 =C2=B1 50% -7.5% 274.33 =C2=B1 28% -31.6% 203= .00 =C2=B1 8% interrupts.CPU89.RES:Rescheduling_interrupts 348558 =C2=B1 13% -21.0% 275471 =C2=B1 48% -3.6% 335= 874 =C2=B1 19% interrupts.CPU89.TLB:TLB_shootdowns 0.67 =C2=B1 70% -50.0% 0.33 =C2=B1141% -100.0% 0= .00 interrupts.CPU9.128:PCI-MSI.31981661-edge.i40e-eth0-TxRx-92 0.00 -100.0% 0.00 -100.0% 0.00 = interrupts.CPU9.295:PCI-MSI.65536-edge.ioat-msix 13.33 =C2=B1141% -92.5% 1.00 =C2=B1141% -100.0% 0= .00 interrupts.CPU9.45:PCI-MSI.31981578-edge.i40e-eth0-TxRx-9 0.00 +3.3e+101% 0.33 =C2=B1141% +3.3e+101% 0.33 =C2= =B1141% interrupts.CPU9.80:PCI-MSI.31981613-edge.i40e-eth0-TxRx-44 448041 =C2=B1 35% -46.2% 241152 =C2=B1 18% +29.5% 580= 254 =C2=B1 22% interrupts.CPU9.CAL:Function_call_interrupts 78.33 =C2=B1 7% -38.7% 48.00 =C2=B1 53% -8.5% 71= .67 =C2=B1 21% interrupts.CPU9.IWI:IRQ_work_interrupts 405915 -4.1% 389299 =C2=B1 2% -1.3% 400804 = interrupts.CPU9.LOC:Local_timer_interrupts 1.00 +0.0% 1.00 +0.0% 1.00 = interrupts.CPU9.MCP:Machine_check_polls 22746 =C2=B1 9% -28.0% 16386 =C2=B1 32% -13.8% 19= 611 =C2=B1 17% interrupts.CPU9.NMI:Non-maskable_interrupts 22746 =C2=B1 9% -28.0% 16386 =C2=B1 32% -13.8% 19= 611 =C2=B1 17% interrupts.CPU9.PMI:Performance_monitoring_interrupts 527.00 =C2=B1 51% +8.7% 572.67 =C2=B1 26% -14.1% 452= .67 =C2=B1 8% interrupts.CPU9.RES:Rescheduling_interrupts 538800 =C2=B1 34% -43.2% 305862 =C2=B1 18% +32.4% 713= 254 =C2=B1 22% interrupts.CPU9.TLB:TLB_shootdowns 0.00 +4e+102% 4.00 =C2=B1 93% -100.0% 0.00 = interrupts.CPU90.126:PCI-MSI.31981659-edge.i40e-eth0-TxRx-90 344420 =C2=B1 35% -46.0% 186093 =C2=B1 56% +10.6% 381= 030 =C2=B1 28% interrupts.CPU90.CAL:Function_call_interrupts 33.33 =C2=B1 68% +17.0% 39.00 =C2=B1 72% +12.0% 37= .33 =C2=B1 76% interrupts.CPU90.IWI:IRQ_work_interrupts 406207 -4.4% 388530 =C2=B1 3% -1.2% 401139 = interrupts.CPU90.LOC:Local_timer_interrupts 1.00 +0.0% 1.00 +0.0% 1.00 = interrupts.CPU90.MCP:Machine_check_polls 13141 =C2=B1 36% -1.9% 12887 =C2=B1 48% +2.0% 13= 409 =C2=B1 48% interrupts.CPU90.NMI:Non-maskable_interrupts 13141 =C2=B1 36% -1.9% 12887 =C2=B1 48% +2.0% 13= 409 =C2=B1 48% interrupts.CPU90.PMI:Performance_monitoring_interrupts 280.33 =C2=B1 20% +30.7% 366.33 =C2=B1 45% +13.9% 319= .33 =C2=B1 24% interrupts.CPU90.RES:Rescheduling_interrupts 407303 =C2=B1 34% -42.4% 234729 =C2=B1 57% +13.8% 463= 703 =C2=B1 28% interrupts.CPU90.TLB:TLB_shootdowns 0.00 +5e+102% 5.00 =C2=B1127% +3.3e+101% 0.33 =C2= =B1141% interrupts.CPU91.127:PCI-MSI.31981660-edge.i40e-eth0-TxRx-91 211698 =C2=B1 49% +23.4% 261323 =C2=B1 23% +40.7% 297= 887 =C2=B1 9% interrupts.CPU91.CAL:Function_call_interrupts 7.67 =C2=B1 65% +243.5% 26.33 =C2=B1 57% +347.8% 34= .33 =C2=B1 66% interrupts.CPU91.IWI:IRQ_work_interrupts 405917 -5.4% 384110 =C2=B1 5% -0.9% 402253 = interrupts.CPU91.LOC:Local_timer_interrupts 1.00 +0.0% 1.00 +0.0% 1.00 = interrupts.CPU91.MCP:Machine_check_polls 6708 =C2=B1 21% +57.8% 10588 =C2=B1 38% +101.1% 13= 488 =C2=B1 35% interrupts.CPU91.NMI:Non-maskable_interrupts 6708 =C2=B1 21% +57.8% 10588 =C2=B1 38% +101.1% 13= 488 =C2=B1 35% interrupts.CPU91.PMI:Performance_monitoring_interrupts 249.33 =C2=B1 53% +62.3% 404.67 =C2=B1 31% +12.0% 279= .33 =C2=B1 12% interrupts.CPU91.RES:Rescheduling_interrupts 250758 =C2=B1 49% +32.1% 331240 =C2=B1 24% +44.3% 361= 744 =C2=B1 9% interrupts.CPU91.TLB:TLB_shootdowns 0.67 =C2=B1 70% +100.0% 1.33 =C2=B1141% +0.0% 0= .67 =C2=B1141% interrupts.CPU92.128:PCI-MSI.31981661-edge.i40e-eth0-TxRx= -92 243117 =C2=B1 36% -3.1% 235461 =C2=B1 14% +51.8% 368= 952 =C2=B1 10% interrupts.CPU92.CAL:Function_call_interrupts 40.00 =C2=B1 81% +33.3% 53.33 =C2=B1 16% +31.7% 52= .67 =C2=B1 44% interrupts.CPU92.IWI:IRQ_work_interrupts 406198 -4.6% 387672 =C2=B1 4% -1.1% 401909 = interrupts.CPU92.LOC:Local_timer_interrupts 1.00 +0.0% 1.00 +0.0% 1.00 = interrupts.CPU92.MCP:Machine_check_polls 14086 =C2=B1 46% +19.5% 16827 =C2=B1 15% +18.4% 16= 681 =C2=B1 35% interrupts.CPU92.NMI:Non-maskable_interrupts 14086 =C2=B1 46% +19.5% 16827 =C2=B1 15% +18.4% 16= 681 =C2=B1 35% interrupts.CPU92.PMI:Performance_monitoring_interrupts 291.00 =C2=B1 28% -3.4% 281.00 =C2=B1 25% +14.8% 334= .00 =C2=B1 22% interrupts.CPU92.RES:Rescheduling_interrupts 287247 =C2=B1 36% +3.2% 296367 =C2=B1 14% +55.9% 447= 954 =C2=B1 11% interrupts.CPU92.TLB:TLB_shootdowns 5.33 =C2=B1141% +13800.0% 741.33 =C2=B1141% +118.7% 11= .67 =C2=B1141% interrupts.CPU93.129:PCI-MSI.31981662-edge.i40e-eth0-TxRx= -93 369509 =C2=B1 20% -37.3% 231695 =C2=B1 22% -24.9% 277= 426 =C2=B1 30% interrupts.CPU93.CAL:Function_call_interrupts 36.00 =C2=B1 67% -87.0% 4.67 =C2=B1 96% -86.1% 5= .00 =C2=B1 84% interrupts.CPU93.IWI:IRQ_work_interrupts 406247 -4.6% 387582 =C2=B1 3% -0.9% 402466 = interrupts.CPU93.LOC:Local_timer_interrupts 1.00 +0.0% 1.00 +0.0% 1.00 = interrupts.CPU93.MCP:Machine_check_polls 12481 =C2=B1 36% -51.1% 6101 =C2=B1 12% -7.7% 11= 521 =C2=B1 61% interrupts.CPU93.NMI:Non-maskable_interrupts 12481 =C2=B1 36% -51.1% 6101 =C2=B1 12% -7.7% 11= 521 =C2=B1 61% interrupts.CPU93.PMI:Performance_monitoring_interrupts 316.00 =C2=B1 32% -14.2% 271.00 =C2=B1 45% -2.5% 308= .00 =C2=B1 36% interrupts.CPU93.RES:Rescheduling_interrupts 439510 =C2=B1 20% -33.2% 293475 =C2=B1 22% -23.4% 336= 561 =C2=B1 30% interrupts.CPU93.TLB:TLB_shootdowns 340416 =C2=B1 23% -47.1% 180155 =C2=B1 15% +5.0% 357= 354 =C2=B1 29% interrupts.CPU94.CAL:Function_call_interrupts 41.33 =C2=B1 62% -34.7% 27.00 =C2=B1128% -31.5% 28= .33 =C2=B1 69% interrupts.CPU94.IWI:IRQ_work_interrupts 406340 -3.0% 394315 =C2=B1 2% -0.9% 402600 = interrupts.CPU94.LOC:Local_timer_interrupts 1.00 +0.0% 1.00 +0.0% 1.00 = interrupts.CPU94.MCP:Machine_check_polls 13098 =C2=B1 36% -14.7% 11174 =C2=B1 72% -8.5% 11= 980 =C2=B1 35% interrupts.CPU94.NMI:Non-maskable_interrupts 13098 =C2=B1 36% -14.7% 11174 =C2=B1 72% -8.5% 11= 980 =C2=B1 35% interrupts.CPU94.PMI:Performance_monitoring_interrupts 355.67 =C2=B1 20% -25.7% 264.33 =C2=B1 16% -22.6% 275= .33 =C2=B1 18% interrupts.CPU94.RES:Rescheduling_interrupts 402839 =C2=B1 24% -43.6% 227122 =C2=B1 14% +8.0% 434= 996 =C2=B1 30% interrupts.CPU94.TLB:TLB_shootdowns 252892 =C2=B1 24% +0.6% 254444 =C2=B1 31% -15.2% 214= 354 =C2=B1 34% interrupts.CPU95.CAL:Function_call_interrupts 22.33 =C2=B1 16% +4.5% 23.33 =C2=B1 33% -28.4% 16= .00 =C2=B1 97% interrupts.CPU95.IWI:IRQ_work_interrupts 406420 -5.3% 384975 =C2=B1 4% -0.7% 403538 = interrupts.CPU95.LOC:Local_timer_interrupts 1.00 +0.0% 1.00 +0.0% 1.00 = interrupts.CPU95.MCP:Machine_check_polls 9491 =C2=B1 11% +16.9% 11094 =C2=B1 10% +19.6% 11= 351 =C2=B1 17% interrupts.CPU95.NMI:Non-maskable_interrupts 9491 =C2=B1 11% +16.9% 11094 =C2=B1 10% +19.6% 11= 351 =C2=B1 17% interrupts.CPU95.PMI:Performance_monitoring_interrupts 299.00 =C2=B1 14% +74.5% 521.67 =C2=B1 43% -11.4% 265= .00 =C2=B1 15% interrupts.CPU95.RES:Rescheduling_interrupts 300146 =C2=B1 24% +7.0% 321152 =C2=B1 31% -12.4% 262= 989 =C2=B1 34% interrupts.CPU95.TLB:TLB_shootdowns 4028 =C2=B1 4% -16.0% 3382 =C2=B1 4% -7.6% 3= 722 =C2=B1 3% interrupts.IWI:IRQ_work_interrupts 38985876 -5.5% 36830793 =C2=B1 4% -1.3% 38480217 = interrupts.LOC:Local_timer_interrupts 96.00 +0.0% 96.00 +0.0% 96.00 = interrupts.MCP:Machine_check_polls 1440872 =C2=B1 6% -11.0% 1282701 =C2=B1 5% -7.6% 1330= 904 =C2=B1 4% interrupts.NMI:Non-maskable_interrupts 1440872 =C2=B1 6% -11.0% 1282701 =C2=B1 5% -7.6% 1330= 904 =C2=B1 4% interrupts.PMI:Performance_monitoring_interrupts 46224 =C2=B1 15% -10.2% 41502 =C2=B1 19% -25.6% 34= 394 =C2=B1 18% interrupts.RES:Rescheduling_interrupts 0.00 -100.0% 0.00 -100.0% 0.00 = interrupts.RTR:APIC_ICR_read_retries 53033792 =C2=B1 2% -30.8% 36706926 =C2=B1 4% -4.6% 50586= 704 interrupts.TLB:TLB_shootdowns Best Regards, Rong Chen