Edward Tomasz Napierala
45d7de1d37
Make geom_nop(4) collect statistics on all types of BIOs, not just
...
reads and writes.
PR: kern/198405
Submitted by: Matthew D. Fuller <fullermd at over-yonder dot net>
MFC after: 1 month
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D3679
2015-10-10 09:03:31 +00:00
Edward Tomasz Napierala
bb27d7ed90
Add a way to specify stripesize and stripeoffset to gnop(8). This makes
...
it possible to "simulate" 4K media, to eg test alignment handling.
Reviewed by: mav@
MFC after: 1 month
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D3664
2015-09-15 18:01:59 +00:00
Baptiste Daroussin
bd0891ceb3
use .Mt to mark up email addresses consistently (part1)
...
PR: 191174
Submitted by: Franco Fichtner <franco@lastsummer.de>
2014-06-20 09:40:43 +00:00
John-Mark Gurney
a9fab404d4
update information about debugging sysctl...
...
MFC after: 1 week
2013-04-14 16:20:25 +00:00
Christian Brueffer
897e93cc72
Fix the example, -w is the right switch for write failure probability.
...
PR: 136219
Submitted by: Kouki Hashimoto <hsmtkk@gmail.com>
Patch by: gavin
MFC after: 3 days
2009-09-17 13:04:46 +00:00
Christian Brueffer
a4b1fac3d2
Minor language cleanup.
...
MFC after: 3 days
2007-11-24 09:32:45 +00:00
Ruslan Ermilov
8266d47670
Markup fixes.
2006-09-18 11:55:10 +00:00
Pawel Jakub Dawidek
6a146a1989
- Split failure probability configuration into read failure probability and
...
write failure probability.
- Allow to specify an error number to return of failure.
MFC after: 3 days
2006-09-08 09:21:21 +00:00
Pawel Jakub Dawidek
df3d5a19fc
Teach NOP GEOM class how to gather the following statistics:
...
- number of read I/O requests,
- number of write I/O requests,
- number of read bytes,
- number of written bytes.
Add 'reset' subcommand for resetting statistics.
2005-12-08 23:00:31 +00:00
Pawel Jakub Dawidek
650a08d046
Instead of documenting every standard subcommand's argument everywhere,
...
just leave reference to geom(8).
MFC after: 1 week
2005-03-14 13:14:04 +00:00
Pawel Jakub Dawidek
85e9dc7d1b
- Document 'status' subcommand.
...
- Update copyrights.
MFC after: 1 week
2005-03-13 19:38:12 +00:00
Ruslan Ermilov
6087df9e8b
Sort sections.
2005-01-18 10:09:38 +00:00
Ruslan Ermilov
a866e17077
Added the EXIT STATUS section where appropriate.
2005-01-17 07:44:44 +00:00
Pawel Jakub Dawidek
a064f065ee
Fix arguments syntax.
...
Manual pages fixes by: ru
MFC after: 3 days
2005-01-15 13:02:50 +00:00
Ceri Davies
d608b5ab7e
Grammatical and spelling improvements.
...
Reviewed by: pjd
2004-11-04 19:12:43 +00:00
Pawel Jakub Dawidek
d5c96d389e
- Add '-S' option, which allow to specify sector size for transparent
...
provider.
- Bump version number.
This allows for a quite interesting trick. One can setup a stripe with
stripe size of 512 bytes and create transparent provider on top of it
with sector size equal to <ndisks> * 512. The result will be something
like RAID3 without parity disk (every access will touch all disks).
2004-07-30 08:19:22 +00:00
Pawel Jakub Dawidek
5c41aee2f0
Fix typo.
2004-07-30 08:03:46 +00:00
Pawel Jakub Dawidek
e370e911b2
MFp4: Add two options for gnop(8)'s 'create' command:
...
-o offset - specifies where to start on the original provider
-s size - specifies size of the transparent provider
2004-07-19 07:52:56 +00:00
Pawel Jakub Dawidek
608e135b58
Document sysctl variables.
...
Based on: simon's patch
2004-07-13 12:32:20 +00:00
Ruslan Ermilov
0e252c9a1a
Slight markup and grammar fixes.
2004-07-07 21:00:57 +00:00
Pawel Jakub Dawidek
a272d96ed7
Fix copy&paste bug.
2004-07-06 18:18:20 +00:00
Lukas Ertl
b3db79c7a1
Fix typo.
2004-05-30 17:40:39 +00:00
Pawel Jakub Dawidek
a2165cbdce
- Add a cross-reference to geom(8).
...
- Add missing 'a'.
2004-05-24 23:05:21 +00:00
Pawel Jakub Dawidek
7f21753e25
Actually we are also able to list only choosen providers.
2004-05-22 16:17:57 +00:00
Pawel Jakub Dawidek
a22dd9cfec
Be more precise.
2004-05-22 10:53:06 +00:00
Pawel Jakub Dawidek
1796be69b5
Add manual pages for gconcat(8), gstripe(8) and gnop(8) utilities.
...
Supported by: Wheel - Open Technologies - http://www.wheel.pl
2004-05-21 22:12:24 +00:00