Date: Wed, 26 Jul 2006 15:33:21 +0000 (UTC) From: Renato Botelho <garga@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/sysutils Makefile ports/sysutils/xdd Makefile distinfo pkg-descr ports/sysutils/xdd/files freebsd.makefile patch-global_time.c patch-initialization.c patch-misc.h patch-parse.c patch-ticker.c patch-ticker.h patch-timeserver.c ... Message-ID: <200607261533.k6QFXL2W030181@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
garga 2006-07-26 15:33:21 UTC FreeBSD ports repository Modified files: sysutils Makefile Added files: sysutils/xdd Makefile distinfo pkg-descr sysutils/xdd/files freebsd.makefile patch-global_time.c patch-initialization.c patch-misc.h patch-parse.c patch-ticker.c patch-ticker.h patch-timeserver.c patch-xdd.c patch-xdd.h Log: Xdd is a tool for measuring and characterizing disk subsystem I/O on single systems and clusters of systems. It is a command-line based tool that grew out of the UNIX world and has been ported to run in Windows environments as well. It is designed to provide consistent and reproducible performance measurements of disk I/O traffic. There are three basic components to xdd that include the xdd program itself, a timeserver program, and a gettime program. The timeserver and gettime programs are used to synchronize the clocks of xdd programs simultaneously running across multiple computer systems. WWW: http://www.ioperformance.com/ PR: ports/100833 Submitted by: Gerhard Gonter <g.gonter at ieee.org> Revision Changes Path 1.814 +1 -0 ports/sysutils/Makefile 1.1 +37 -0 ports/sysutils/xdd/Makefile (new) 1.1 +3 -0 ports/sysutils/xdd/distinfo (new) 1.1 +69 -0 ports/sysutils/xdd/files/freebsd.makefile (new) 1.1 +19 -0 ports/sysutils/xdd/files/patch-global_time.c (new) 1.1 +73 -0 ports/sysutils/xdd/files/patch-initialization.c (new) 1.1 +29 -0 ports/sysutils/xdd/files/patch-misc.h (new) 1.1 +20 -0 ports/sysutils/xdd/files/patch-parse.c (new) 1.1 +29 -0 ports/sysutils/xdd/files/patch-ticker.c (new) 1.1 +11 -0 ports/sysutils/xdd/files/patch-ticker.h (new) 1.1 +32 -0 ports/sysutils/xdd/files/patch-timeserver.c (new) 1.1 +74 -0 ports/sysutils/xdd/files/patch-xdd.c (new) 1.1 +72 -0 ports/sysutils/xdd/files/patch-xdd.h (new) 1.1 +16 -0 ports/sysutils/xdd/pkg-descr (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200607261533.k6QFXL2W030181>