diff options
author | garga <garga@FreeBSD.org> | 2006-07-26 23:33:21 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2006-07-26 23:33:21 +0800 |
commit | 14e5e3c954eb70de236a3e176a9d723da5b739b9 (patch) | |
tree | 7eec762a3fe0a69b00c788cc91ec197bf8ce6a83 /sysutils/Makefile | |
parent | 1dd40ef02d765a7e3f6dc40a0c3ebce9d0bfd2bf (diff) | |
download | freebsd-ports-gnome-14e5e3c954eb70de236a3e176a9d723da5b739b9.tar.gz freebsd-ports-gnome-14e5e3c954eb70de236a3e176a9d723da5b739b9.tar.zst freebsd-ports-gnome-14e5e3c954eb70de236a3e176a9d723da5b739b9.zip |
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>
Diffstat (limited to 'sysutils/Makefile')
-rw-r--r-- | sysutils/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index 1d3bbc648a22..8716686dc07a 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -658,6 +658,7 @@ SUBDIR += xbattbar SUBDIR += xcdroast SUBDIR += xcpustate + SUBDIR += xdd SUBDIR += xdu SUBDIR += xfce4-battery-plugin SUBDIR += xfce4-cpugraph-plugin |