1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
Source: fsmark
Section: utils
Priority: optional
Maintainer: Martin Steigerwald <martin.steigerwald@proact.de>
Build-Depends: debhelper-compat (= 12), dpkg-dev (>= 1.16.1.1)
Standards-Version: 4.3.0
Homepage: https://sourceforge.net/projects/fsmark/
Vcs-Git: https://salsa.debian.org/debian/fsmark.git
Vcs-Browser: https://salsa.debian.org/debian/fsmark
Package: fsmark
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: benchmark for simulating synchronous write workloads
The fs_mark benchmark tests synchronous write workloads. It can vary
the number of files, directory depth, etc. It has detailed timings
for reads, writes, unlinks and fsyncs that make it good for simulating
mail servers and other setups.
|