Search
j0ke.net Open Build Service
>
Projects
>
internetx
:
projects
:
sysutils
>
nfsping
> nfsping.spec
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File nfsping.spec of Package nfsping
Name: nfsping Version: 0.1 Release: 1 Summary: NFSping is a command line utility for measuring the response time of an NFS server. Group: Applications/Internet License: BSD Source0: NFSping-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root %description NFSping is a command line utility for measuring the response time of an NFS server. It's basically a copy of the fping interface but doesn't share any code with that project. On modern NFS servers, the network stack and filesystem are often being run on separate cores or even hardware components. This means in practise that a fast ICMP ping response isn't indicative of how quickly the NFS filesystem is responding. This tool more directly tests the NFS component of the operating system. %prep %setup -q -n NFSping-%{version} %build make %install rm -rf %{buildroot} %{__mkdir} -p %{buildroot}%{_bindir} %{__mkdir} -p %{buildroot}%{_datadir}/smokeping/lib/Smokeping/probes %{__install} -m 755 bin/nfscat %{buildroot}%{_bindir}/nfscat %{__install} -m 755 bin/nfsdf %{buildroot}%{_bindir}/nfsdf %{__install} -m 755 bin/nfsls %{buildroot}%{_bindir}/nfsls %{__install} -m 755 bin/nfsmount %{buildroot}%{_bindir}/nfsmount %{__install} -m 755 bin/nfsping %{buildroot}%{_bindir}/nfsping %{__install} -p -m 644 Smokeping/NFSping.pm %{buildroot}%{_datadir}/smokeping/lib/Smokeping/probes/NFSping.pm %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %{_bindir}/* %{_datadir}/smokeping/lib/Smokeping/probes/NFSping.pm %doc README %changelog * Wed Jul 03 2015 Juergen Gotteswinter <jg@internetx.com> - 0.1-1 - initial build