1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-17 08:01:36 +00:00

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.
This commit is contained in:
Dag-Erling Smørgrav 2015-11-16 16:39:13 +00:00
parent 1637579b2c
commit 3370c7411f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=401777
4 changed files with 23 additions and 0 deletions

View File

@ -727,6 +727,7 @@
SUBDIR += php55-posix
SUBDIR += php56-fileinfo
SUBDIR += php56-posix
SUBDIR += phybs
SUBDIR += pick
SUBDIR += pidof
SUBDIR += pipemeter

17
sysutils/phybs/Makefile Normal file
View File

@ -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>

2
sysutils/phybs/distinfo Normal file
View File

@ -0,0 +1,2 @@
SHA256 (phybs-20140717.tar.gz) = 0fa41ae196029ca514175c460fb8ef016dea6135ecbb735018a67483b999ceb4
SIZE (phybs-20140717.tar.gz) = 85566

3
sysutils/phybs/pkg-descr Normal file
View File

@ -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.