Lines Matching refs:operations
8 Tracing XFS operations slower than 10 ms
29 Note that this only traces the common file system operations previously
30 listed: other file system operations (eg, inode operations including
37 Tracing XFS operations slower than 1 ms
64 A threshold of 0 will trace all operations. Warning: the output will be
68 Tracing XFS operations
104 The output now includes open operations ("O"), and writes ("W"). A cksum(1)
133 Trace common XFS file operations slower than a threshold
144 ./xfsslower # trace operations slower than 10 ms (default)
145 ./xfsslower 1 # trace operations slower than 1 ms
147 ./xfsslower 0 # trace all operations (warning: verbose)