File: mbw.1

package info (click to toggle)
mbw 1.1.1-2
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 68 kB
  • ctags: 12
  • sloc: ansic: 195; makefile: 50
file content (55 lines) | stat: -rw-r--r-- 1,253 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
.TH mbw 1 "Apr 26, 2006" "memory bandwidth benchmark"

.SH NAME
mbw \- Memory BandWidth benchmark

.SH SYNOPSIS
.B mbw
.RI [options]\ arraysize_in_MiB
.br

.SH DESCRIPTION
.B mbw
determines available memory bandwidth by copying large arrays of data in memory.

.SH OPTIONS
.B
.IP -q
Quiet; suppress informational messages.
.B
.IP -a
Suppress printing the average of each test.
.B
.IP "\-n <number>"
Select number of loops per test
.B
.IP "\-t <number>"
Select tests to be run. If no -t parameters are given the default is to run all tests. -t0: memcpy() test, -t1: dumb (b[i]=a[i] style) test, -t2: memcpy() with arbitrary block size
.B
.IP "\-b <bytes>"
Block size in bytes for -t2.
.B
.IP -h 
Show quick help.

.SH USAGE
.B mbw
will allocate two
.B arraysize
arrays in memory and copy one to the other.
Reported 'bandwidth' is the amount of data copied over the time this operation took.

Obviously
.B mbw
needs twice
.B arraysize
MiBytes (1024*1024 bytes) of physical memory \- you'd better switch off swap or
otherwise make sure no paging occurs. Needless to say that it should not be run
on a busy system.

.SH TODO
Multiple thread support.
Better configurability, including using getopt() for parsing arguments.

.SH AUTHOR
Andras.Horvath@cern.ch