summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-sqlite.py
diff options
context:
space:
mode:
authorWu Fengguang <fengguang.wu@intel.com>2011-06-11 19:21:43 -0600
committerWu Fengguang <fengguang.wu@intel.com>2011-10-03 21:08:57 +0800
commitc8462cc9de9e92264ec647903772f6036a99b286 (patch)
treef442132f53651a04e67f3a119ead9f54be51a6cb /tools/perf/scripts/python/export-to-sqlite.py
parent143dfe8611a63030ce0c79419dc362f7838be557 (diff)
downloadkernel-c8462cc9de9e92264ec647903772f6036a99b286.tar.gz
writeback: limit max dirty pause time
Apply two policies to scale down the max pause time for 1) small number of concurrent dirtiers 2) small memory system (comparing to storage bandwidth) MAX_PAUSE=200ms may only be suitable for high end servers with lots of concurrent dirtiers, where the large pause time can reduce much overheads. Otherwise, smaller pause time is desirable whenever possible, so as to get good responsiveness and smooth user experiences. It's actually required for good disk utilization in the case when all the dirty pages can be synced to disk within MAX_PAUSE=200ms. Signed-off-by: Wu Fengguang <fengguang.wu@intel.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions
ic Weisbecker 2009-10-01core, x86: Add user return notifiersAvi Kivity 2009-09-17oprofile: fix oprofile regression: select RING_BUFFER_ALLOW_SWAPChristian Borntraeger 2009-09-15Merge branch 'linus' into tracing/hw-breakpointsIngo Molnar 2009-09-07Merge branch 'tracing/core' into tracing/hw-breakpointsIngo Molnar 2009-07-20oprofile: Implement performance counter multiplexingJason Yeh 2009-06-18gcov: add gcov profiling infrastructurePeter Oberparleiter 2009-06-02hw-breakpoints: introducing generic hardware breakpoint handler interfacesK.Prasad 2009-04-09mutex: have non-spinning mutexes on s390 by defaultHeiko Carstens 2009-04-02Merge branch 'tracing/core-v2' into tracing-for-linusIngo Molnar 2009-03-05tracing: clean up menuIngo Molnar 2009-03-05dma-debug: add Kconfig entryJoerg Roedel 2009-01-14[CVE-2009-0029] System call wrapper infrastructureHeiko Carstens 2008-12-12oprofile: select RING_BUFFERIngo Molnar 2008-11-30remove __ARCH_WANT_COMPAT_SYS_PTRACEChristoph Hellwig 2008-10-27Change UTF8 chars in Kconfig help text about Oprofile AMD barcelonaJesper Dangaard Brouer 2008-10-16Kconfig: eliminate "def_bool n" constructsJan Beulich 2008-10-13Merge branch 'linus' into oprofile-v2Ingo Molnar