Commit a9eee379 authored by Konstantin Khlebnikov's avatar Konstantin Khlebnikov

ioping: update changelog and dates

Signed-off-by: default avatarKonstantin Khlebnikov <koct9i@gmail.com>
parent 13ad7113
......@@ -21,3 +21,15 @@ since v0.6
since v0.7
- OpenBSD port
- switch to IEEE 1541-2002 units: MiB/s
since v0.8
- switch to line-buffered output for non-tty terminals, bug #17
- Sun/Solaris port, bug #16
- LICENSE (GPL-v3) included into distribution, bug #15
- block-devices now optional, should helps future ports
- support for O_TMPFILE at Linux
- Key '-k' for keeping temporary file
- print at least three decimal digits
- support for pinging /dev/zero
- randomize data to avoid compression in ssd
- make strip target in makefile
.TH IOPING "1" "Dec 2013" "" "User Commands"
.TH IOPING "1" "Oct 2014" "" "User Commands"
.SH NAME
ioping \- simple disk I/O latency monitoring tool
.SH SYNOPSYS
......
/*
* ioping -- simple I/0 latency measuring tool
*
* Copyright (C) 2011-2013 Konstantin Khlebnikov <koct9i@gmail.com>
* Copyright (C) 2011-2014 Konstantin Khlebnikov <koct9i@gmail.com>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment