Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37880071
en ru br
Репозитории ALT

Группа :: Система/Ядро и оборудование
Пакет: flashbench

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Name: flashbench
Version: 72
Release: alt2
Summary: Bench-marking and analysis utility for flash devices
License: GPL-2.0-or-later
Group: System/Kernel and hardware
Url: https://github.com/bradfa/flashbench.git
Source: %name-%version.tar

%description
Unfortunately flash manufacturers do not provide random speed, number of
open blocks and erase block size info, to help in deciding the optimum
partitioning strategy for a particular device.
Flashbench is a nice little command line application that can help in
finding this information for you, by checking the speeds achieved over
a range of settings.
NOTE: This tool will cause loss of data on the device being tested and
should be used with caution. See:- /usr/share/doc/%{name}/README

%prep
%setup

%build
%make_build

%install
install -d -m 0755 %buildroot%_bindir
install -D -m 0755 erase %buildroot%_bindir
install -D -m 0755 %name %buildroot%_bindir

%files
%doc README
%_bindir/*

%changelog

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin