linux-btrace.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] Improve scaling and hotplugging tolerance in blktrace and friends
@ 2013-04-15 14:53 Nathan Zimmer
  2013-04-16  6:02 ` Jens Axboe
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Nathan Zimmer @ 2013-04-15 14:53 UTC (permalink / raw)
  To: linux-btrace

While looking for issues at 4096 cpus I noticed that blktrace was behaving 
oddly.  Upon reviewing I discovered some parts of the code were written at at
time when boxes were limited to 512 and holes in cpu maps were impossible.

This patch series should correct that.


Nathan Zimmer (5):
  verify_blkparse: Change max_cpus to deal with systems larger the 512
  btreplay: Machines are now large enough that holes need to be dealt
    with
  btreplay: use sysconf to get the number of configured cpus
  blktrace: use number of configured cpus instead of online cpus
  blktrace blkreplay: convert to use a dynamic cpu_set_t

 blktrace.c          | 20 +++++++++++++-------
 btreplay/btreplay.c | 51 +++++++++++++++++++++++++++++++++++----------------
 verify_blkparse.c   | 23 +++++++++++++++++++----
 3 files changed, 67 insertions(+), 27 deletions(-)

-- 
1.8.1.2


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

end of thread, other threads:[~2013-08-02 12:43 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-15 14:53 [PATCH 0/5] Improve scaling and hotplugging tolerance in blktrace and friends Nathan Zimmer
2013-04-16  6:02 ` Jens Axboe
2013-07-30 19:29 ` Nathan Zimmer
2013-08-01 15:43 ` Jens Axboe
2013-08-01 18:11 ` Jens Axboe
2013-08-02 12:43 ` Nathan Zimmer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).