1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97
|
% FLASHSTAT(8) flashstat
# NAME
flashstat - Display flashcache statistic information
# DESCRIPTION
The purpose of the **flashstat** command is to periodically display
flashcache statistic information
# SYNOPSIS
flashstat [-h] [-i \<time Interval\>] [-C \<count\>] [-d \<device\>] [-n]
# OPTIONS
-h, --help
: Print help info
-i, --interval
: Time(second) interval, the default value is 1s
-C, --count
: Display times
-d, --device
: Flashcache device, the default device is /dev/mapper/cachedev
-n, --nocolor
: No color mode
# OUTPUT
read/s -
reads per second for cachedev
write/s -
writes per second for cachedev
diskr/s -
disk reads per second
diskw/s -
disk writes per second
ssdr/s -
ssd reads per second
ssdw/s -
ssd writes per second
uread/s -
uncached reads per second
uwrit/s -
uncached writes per second
metaw/s -
metadata ssd writes per second
clean/s -
cleanings per second
repl/s -
replacement per second
wrepl/s -
write replacement per second
hit% -
read hit percent(current hit%|total hit%)
whit% -
write hit percent(current whit%|total whit%)
dwhit% -
dirty write hit percent(current dwhit%|total dwhit%)
# SEE ALSO
*README* and other documents in **/usr/share/doc/flashcache-utils**
The flashcache source code and all documentation may be downloaded from
<https://github.com/facebook/flashcache/>.
# AUTHORS
Flashstat is developed by NinGoo <seaman.ning@gmail.com>
This man page was written by Liang Guo <guoliang@debian.org>
for Debian GNU/Linux (but may be used by others).
|