Difference between pages "Set up a groupware server using open xchange" and "I/O sniffing"

From Linuxintro
(Difference between pages)
(plus size swimwear)
 
imported>ThorstenStaerk
(Created page with "You can do I/O sniffing using the command blktrace. blktrace will show you every request that goes to the disk. Example: # blktrace -d /dev/sdg -o - | blkparse -i - <ab...")
 
Line 1: Line 1:
jsnfqmjovyjousp, http://ericseanbenedict.com/ Order viagra, LiNRCHF, http://aejmcdenver.org/ Online casino european roulette, EYiUArD, http://nurseryfurnituresetsguide.com/ Cream nursery furniture sets, BFMiFMC, http://posterstandguide.com/ poster stand, hlKdhnK, http://champagneglassesguide.com/ champagne glasses, uelWfhP, http://myadultdatingstories.com/ Is adultfriendfinder a scam, bEOtkmU, http://bathroomlightsinfo.com/ Zone 0 bathroom lights, TaPBvWZ, http://goplussizeswimwear.com/ plus size swimwear, NJzdyme.
+
You can do I/O sniffing using the command blktrace. blktrace will show you every request that goes to the disk.
 +
 
 +
Example:
 +
 
 +
# blktrace -d /dev/sdg -o - | blkparse -i -
 +
  <abbr title="device (major/minor number)">8,96</abbr>  <abbr title="device (major/minor number)">2</abbr>        <abbr title="device (major/minor number)">1</abbr>    <abbr title="device (major/minor number)">0.000000000</abbr>  <abbr title="device (major/minor number)">1236</abbr>  <abbr title="device (major/minor number)">G</abbr>  <abbr title="device (major/minor number)">N</abbr> <abbr title="process">[kworker/2:4]</abbr>
 +
  8,96  2        2    0.000001308  1236  I  N 0 (00 ..) [kworker/2:4]
 +
  8,96  2        3    0.000002781  1236  D  N 0 (00 ..) [kworker/2:4]

Revision as of 05:14, 25 May 2013

You can do I/O sniffing using the command blktrace. blktrace will show you every request that goes to the disk.

Example:

# blktrace -d /dev/sdg -o - | blkparse -i - 
  8,96   2        1     0.000000000  1236  G   N [kworker/2:4]
  8,96   2        2     0.000001308  1236  I   N 0 (00 ..) [kworker/2:4]
  8,96   2        3     0.000002781  1236  D   N 0 (00 ..) [kworker/2:4]