contest v0.60 átírva C-be

Címkék

Con Kolivas (interjú) praktizáló orvos Ausztráliában, aki nem olyan régen egy teljesítménymérő eszközt írt többnyire bash szkriptekben a fejlesztői Linux kernel mérésére. A teszteredményeket rendszeresen bepostázta az LKML-re, és egyre több kernelfejlesztő figyelt fel az eredményekre. Olyannyira, hogy lassan az etalon benchmark eszközzé nőtte ki magát a contest. Az úriember munkáját ismerheti az is, aki használja a -ck jelzéssel ellátott kernelelket. Általában nagyteljesítményű patchseteket készít Con.

A contest most érkezett el a felnőttkorhoz, ugyanis Aggelos Economopoulos átírta az egészet C nyelvre. A v0.60 egy darab futtatható bináris lett a több szkript helyett, mostmár FreeBSD kompatibilitással is bír, és egy hasznos man oldalt is készítettek hozzá.

Con bejelentése:From: Con Kolivas

Subject: [ANNOUNCE] contest benchmark v0.60

Date: Tue, 14 Jan 2003 10:28:03 +1100

Contest is a system responsiveness benchmark for kernel development looking at fair scheduling.

It can be found here:

http://contest.kolivas.net

Aggelos Economopoulos has completed a massive rewrite of the contest benchmark in c to remove all BASH scripts and this will form the codebase for further versions of contest.

Changes since the last release:

Complete change in the codebase, consolidation into one executable.

FreeBSD compatibility

Different format of the logs etc.

Addition of cacherun and dbench_loads

Rewrite of process_load by Rene Herman

More detailed instructions

Man Page

Lots of internal changes

This version will give different results to previous versions of contest so to upgrade please delete all the .log files in your testbed directory.

Known Bugs:

Contest will still run each kernel compilation if the load fails to

initialise (eg dbench doesnt start) so please ensure all the necessary load applications are in your PATH

Other minor annoyances

Aggelos is the main coder now but I am still the official maintainer so please direct all bug reports, comments, patches etc to me. Further releases are planned in the near future with minor changes, but results obtained from contest

should be compatible with this version.

Con

---