File: README.vmware

package info (click to toggle)
netperf 2.7.0-0.1
  • links: PTS
  • area: non-free
  • in suites: bookworm, bullseye
  • size: 8,840 kB
  • sloc: ansic: 41,631; sh: 5,259; xml: 3,129; python: 2,376; awk: 68; makefile: 66
file content (15 lines) | stat: -rw-r--r-- 720 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Compiling for VMware is somewhat like compiling for Windows - there is
a separate, standalone makefile one uses.  In this case, it is
src/Makefile.uw.  So, to build the bits, cd to src/ and make -f
Makefile.uw.

At present, the makefile is setup to use a number of the "none" files
- in particular netcpu_none.c.  When/if we enable the "omni" tests
we'll perhaps see the addition of a number of other "none" files as
well.

Also, seems the way things are "run" under VMware is enough different
that the scripts, should you chose to use them, will need to be
modified.  The initial set of patches make some arbitrary changes that
need to be re-worked with some "To run this under VMware uncomment
this line" or somesuch.