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