From b93a485f1ad42a55bab8fe2f4c8bff2b0ac59751 Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Mon, 30 Sep 2024 15:46:18 +0200 Subject: Update README --- README | 13 ------------- README.md | 24 ++++++++++++++++++++++++ 2 files changed, 24 insertions(+), 13 deletions(-) delete mode 100644 README create mode 100644 README.md diff --git a/README b/README deleted file mode 100644 index e8f466e..0000000 --- a/README +++ /dev/null @@ -1,13 +0,0 @@ -MBW determines the "copy" memory bandwidth available to userspace programs. Its simplistic approach models that of real applications. It is not tuned to extremes and it is not aware of hardware architecture, just like your average software package. - -2006, 2012 Andras.Horvath atnospam gmail.com -2013 j.m.slocum atnospam gmail.com -2022 Willian.Zhang - -http://github.com/raas/mbw -https://github.com/Willian-Zhang/mbw - -'mbw 1000' to run copy memory test on all methods with 1 GiB memory. -'mbw -h' for help - -watch out for swap usage (or turn off swap) diff --git a/README.md b/README.md new file mode 100644 index 0000000..c6791b7 --- /dev/null +++ b/README.md @@ -0,0 +1,24 @@ +# Memory BandWidth benchmark + +MBW determines the read, write, and transfer bandwidth available to single- and multi-threaded userspace programs, optionally taking NUMA placement into account. +It is not tuned to extremes, instead relying on simple read/write operations and memcpy. + +This is an extended version of the benchmark originally developepd by Andras Horvath et al. +Multi-threading, NUMA, and read/write support have been added by Birte Friesel. +The original README follows. + +--- + +MBW determines the "copy" memory bandwidth available to userspace programs. Its simplistic approach models that of real applications. It is not tuned to extremes and it is not aware of hardware architecture, just like your average software package. + +2006, 2012 Andras.Horvath atnospam gmail.com +2013 j.m.slocum atnospam gmail.com +2022 Willian.Zhang + +http://github.com/raas/mbw +https://github.com/Willian-Zhang/mbw + +'mbw 1000' to run copy memory test on all methods with 1 GiB memory. +'mbw -h' for help + +watch out for swap usage (or turn off swap) -- cgit v1.2.3