<div dir="ltr"><div class="gmail_default" style="font-family:verdana,sans-serif">Hello Everyone,<br><br><p style="box-sizing:border-box;margin-bottom:16px;color:rgb(36,41,47);font-family:-apple-system,system-ui,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";font-size:14px;margin-top:0px">I am running a Filebench workload which is provided below:</p><div class="gmail-snippet-clipboard-content gmail-position-relative gmail-overflow-auto" style="box-sizing:border-box;color:rgb(36,41,47);font-family:-apple-system,system-ui,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";font-size:14px;overflow:auto"><pre style="box-sizing:border-box;font-family:ui-monospace,SFMono-Regular,"SF Mono",Menlo,Consolas,"Liberation Mono",monospace;font-size:11.9px;margin-top:0px;margin-bottom:16px;padding:16px;overflow:auto;line-height:1.45;border-radius:6px"><code style="box-sizing:border-box;font-family:ui-monospace,SFMono-Regular,"SF Mono",Menlo,Consolas,"Liberation Mono",monospace;font-size:11.9px;padding:0px;margin:0px;background:transparent;border-radius:6px;word-break:normal;border:0px;display:inline;overflow:visible;line-height:inherit">define fileset name="testF",entries=100,filesize=16m,prealloc,path="/mnt/hasanfs/tmp1"

define process name="readerP",instances=2 {
  thread name="readerT",instances=4 {
  flowop openfile name="openOP",filesetname="testF"
  flowop writewholefile name="writeOP",iters=4,filesetname="testF"
  flowop readwholefile name="readOP",iters=1,filesetname="testF"
  flowop closefile name="closeOP"
  }
}

create files
system "sync"
system "echo 3 > /proc/sys/vm/drop_caches"

run 60
</code></pre></div><p style="box-sizing:border-box;margin-top:0px;margin-bottom:16px;color:rgb(36,41,47);font-family:-apple-system,system-ui,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";font-size:14px">I am running the workload in a Lustre cluster. When I check the log from the server-side, it shows the following (I have provided stats of one OSS):</p><div class="gmail-snippet-clipboard-content gmail-position-relative gmail-overflow-auto" style="box-sizing:border-box;color:rgb(36,41,47);font-family:-apple-system,system-ui,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";font-size:14px;overflow:auto"><pre style="box-sizing:border-box;font-family:ui-monospace,SFMono-Regular,"SF Mono",Menlo,Consolas,"Liberation Mono",monospace;font-size:11.9px;margin-top:0px;margin-bottom:16px;padding:16px;overflow:auto;line-height:1.45;border-radius:6px"><code style="box-sizing:border-box;font-family:ui-monospace,SFMono-Regular,"SF Mono",Menlo,Consolas,"Liberation Mono",monospace;font-size:11.9px;padding:0px;margin:0px;background:transparent;border-radius:6px;word-break:normal;border:0px;display:inline;overflow:visible;line-height:inherit">obdfilter.hasanfs-OST0000.stats=
snapshot_time             1633361244.519122 secs.usecs
read_bytes                1 samples [bytes] 4096 4096 4096
write_bytes               8479 samples [bytes] 1048576 1048576 8890875904
destroy                   13 samples [reqs]
statfs                    76 samples [reqs]
preprw                    8480 samples [reqs]
commitrw                  8480 samples [reqs]
ping                      57 samples [reqs]

obdfilter.hasanfs-OST0000.brw_stats=
snapshot_time:         1633361244.519588 (secs.usecs)

                           read      |     write
pages per bulk r/w     rpcs  % cum % |  rpcs        % cum %
256:                     0   0   0   | 8479 100 100

                           read      |     write
discontiguous pages    rpcs  % cum % |  rpcs        % cum %
0:                       0   0   0   | 8479 100 100

                           read      |     write
discontiguous blocks   rpcs  % cum % |  rpcs        % cum %
0:                       0   0   0   | 8479 100 100

                           read      |     write
disk fragmented I/Os   ios   % cum % |  ios         % cum %
1:                       0   0   0   | 7499  88  88
2:                       0   0   0   |  980  11 100

                           read      |     write
disk I/Os in flight    ios   % cum % |  ios         % cum %
1:                       0   0   0   | 7921  83  83
2:                       0   0   0   | 1407  14  98
3:                       0   0   0   |  116   1  99
4:                       0   0   0   |   15   0 100

                           read      |     write
I/O time (1/1000s)     ios   % cum % |  ios         % cum %
2:                       0   0   0   | 1963  23  23
4:                       0   0   0   | 5627  66  89
8:                       0   0   0   |  837   9  99
16:                      0   0   0   |   25   0  99
32:                      0   0   0   |   27   0 100

                           read      |     write
disk I/O size          ios   % cum % |  ios         % cum %
4K:                      0   0   0   |   62   0   0
8K:                      0   0   0   |  127   1   1
16K:                     0   0   0   |  113   1   3
32K:                     0   0   0   |    0   0   3
64K:                     0   0   0   |    0   0   3
128K:                    0   0   0   |   65   0   3
256K:                    0   0   0   |    0   0   3
512K:                    0   0   0   | 1127  11  15
1M:                      0   0   0   | 7965  84 100
</code></pre></div><p style="box-sizing:border-box;margin-top:0px;color:rgb(36,41,47);font-family:-apple-system,system-ui,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";font-size:14px;margin-bottom:0px"><span style="box-sizing:border-box"><b>Can anyone please explain to me why I am not seeing any read operations in the stats?</b><br><br>Thanks,<br>Md. Hasanur Rashid</span></p></div></div>