Search
j0ke.net Open Build Service
>
Projects
>
stresslinux
>
bandwidth
> bandwidth.spec
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File bandwidth.spec of Package bandwidth (Revision 2)
Currently displaying revision
2
,
show latest
Name: bandwidth Version: 0.15 Release: 0 Group: System/Benchmark Summary: a memory bandwidth benchmark Url: http://home.comcast.net/~fbui/bandwidth.html License: GPLv2 Source: http://home.comcast.net/~fbui/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: nasm gcc %description bandwidth is an artificial benchmark for measuring memory bandwidth, useful for identifying a computer's weak areas. It tests several types of memory: * Level 1 cache sequential read accesses * Level 1 cache sequential write accesses * Level 2 cache sequential read accesses * Level 2 cache sequential write accesses * Main memory sequential read accesses * Main memory sequential write accesses * Framebuffer sequential read accesses (Linux only) * Framebuffer sequential write accesses (Linux only) * String library routines %prep %setup %build %__rm -f %{name} %__make %{name} %__chmod 755 results %install %__install -D -m 755 %{name} %{buildroot}/%{_sbindir}/%{name} %clean %__rm -rf %{buildroot} %files %doc README COPYING results %{_sbindir}/%{name} %changelog * Sun Jul 13 2008 Carsten Schoene <cs@linux-administrator.com> - initial build of version 0.15