1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-28 10:08:24 +00:00

ioping: This tool lets you monitor I/O latency in real time

WWW: http://code.google.com/p/ioping/

PR:	ports/163633
Submitted by:		Oleg Ginzburg <olevole@olevole.ru>
Approved by:	crees (mentor)
This commit is contained in:
Jason Helfman 2011-12-27 20:38:35 +00:00
parent 9f8350eaab
commit af304d9b96
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=288117
4 changed files with 37 additions and 0 deletions

View File

@ -372,6 +372,7 @@
SUBDIR += installwatch
SUBDIR += iogen
SUBDIR += iograph
SUBDIR += ioping
SUBDIR += ipa
SUBDIR += ipmitool
SUBDIR += ipsc

31
sysutils/ioping/Makefile Normal file
View File

@ -0,0 +1,31 @@
# New ports collection makefile for: ioping
# Date created: 27 December 2011
# Whom: Oleg Ginzburg <olevole@olevole.ru>
#
# $FreeBSD$
#
PORTNAME= ioping
PORTVERSION= 0.6
CATEGORIES= sysutils
MASTER_SITES= GOOGLE_CODE
MAINTAINER= olevole@olevole.ru
COMMENT= Simple disk I/0 latency measuring tool
LICENSE= GPLv3
MAN1= ioping.1
PLIST_FILES= bin/ioping
MAKE_ENV= VERSION=${PORTVERSION}
do-build:
cd ${WRKSRC}; \
${SETENV} ${MAKE_ENV} ${CC} ${CFLAGS} -DVERSION=${PORTVERSION} ioping.c -o ioping
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/ioping ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/ioping.1 ${MAN1PREFIX}/man/man1
.include <bsd.port.mk>

2
sysutils/ioping/distinfo Normal file
View File

@ -0,0 +1,2 @@
SHA256 (ioping-0.6.tar.gz) = 1d14469b1bfa9243f992be784cc0e3cd86c66bb7edc1b83e22360075c5435ceb
SIZE (ioping-0.6.tar.gz) = 6957

View File

@ -0,0 +1,3 @@
This tool lets you monitor I/O latency in real time
WWW: http://code.google.com/p/ioping/