aboutsummaryrefslogtreecommitdiff
path: root/sysutils/phybs
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2015-11-16 16:39:13 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2015-11-16 16:39:13 +0000
commit3370c7411f64b7ed21edec757a743b43e683b6cf (patch)
treea01b496d7704a3debea3eb9a30d2e801344300d7 /sysutils/phybs
parent1637579b2c6555d34928a7ef5aee1ca8352ab862 (diff)
downloadports-3370c7411f64b7ed21edec757a743b43e683b6cf.tar.gz
ports-3370c7411f64b7ed21edec757a743b43e683b6cf.zip
The phybs utility attempts to measure disk performance for various I/O
block sizes and alignments. It can be used to deduce the physical block size of a hard disk drive or the stripe size of an array.
Notes
Notes: svn path=/head/; revision=401777
Diffstat (limited to 'sysutils/phybs')
-rw-r--r--sysutils/phybs/Makefile17
-rw-r--r--sysutils/phybs/distinfo2
-rw-r--r--sysutils/phybs/pkg-descr3
3 files changed, 22 insertions, 0 deletions
diff --git a/sysutils/phybs/Makefile b/sysutils/phybs/Makefile
new file mode 100644
index 000000000000..a2ebac37ca31
--- /dev/null
+++ b/sysutils/phybs/Makefile
@@ -0,0 +1,17 @@
+# $FreeBSD$
+
+PORTNAME= phybs
+PORTVERSION= 20140717
+CATEGORIES= sysutils
+MASTER_SITES= LOCAL/des
+
+MAINTAINER= des@FreeBSD.org
+COMMENT= Disk benchmarking utility
+
+LICENSE= BSD2CLAUSE
+
+PLIST_FILES= bin/phybs man/man1/phybs.1.gz
+
+GNU_CONFIGURE= yes
+
+.include <bsd.port.mk>
diff --git a/sysutils/phybs/distinfo b/sysutils/phybs/distinfo
new file mode 100644
index 000000000000..7b887e4e2275
--- /dev/null
+++ b/sysutils/phybs/distinfo
@@ -0,0 +1,2 @@
+SHA256 (phybs-20140717.tar.gz) = 0fa41ae196029ca514175c460fb8ef016dea6135ecbb735018a67483b999ceb4
+SIZE (phybs-20140717.tar.gz) = 85566
diff --git a/sysutils/phybs/pkg-descr b/sysutils/phybs/pkg-descr
new file mode 100644
index 000000000000..508982c413ce
--- /dev/null
+++ b/sysutils/phybs/pkg-descr
@@ -0,0 +1,3 @@
+The phybs utility attempts to measure disk performance for various I/O
+block sizes and alignments. It can be used to deduce the physical block
+size of a hard disk drive or the stripe size of an array.