Well, after i posted here.. I found a command in the man page of
bonnie++ which indicated to bon_csv2html and bon_csv2txt.

I did both... eg of the command is given below:
cat bonnie_op.csv | bon_csv2html > full_html_op.html

where bonnie_op.csv is the file containing comma separated value
obtained when executing bonnie
which is..
line 1: >
name,file_size,putc,putc_cpu,put_block,put_block_cpu,rewrite,rewrite_cpu\
\
>
,getc,getc_cpu,get_block,get_block_cpu,seeks,seeks_cpu,num_files,seq_cre\
\
>
ate,seq_create_cpu,seq_stat,seq_stat_cpu,seq_del,seq_del_cpu,ran_create,\
\
> ran_create_cpu,ran_stat,ran_stat_cpu,ran_del,ran_del_cpu

line 2:  >
ZL17216187,8000M,1216,3,1948,1,2474,2,11449,25,11341,1,561.2,5,5,147,0,7\
\
> 26,1,107,0,138,0,760,2,138,0

There after I found a webpage explaining the details...
http://www.textuality.com/bonnie/advice.html

in the whole output.. the only section I that matter for my situation is
-- RandomSeeks, Sequential Create and Randon Create

Regards,
~ anup





--- In [email protected], "DoOrsOfpErcEpTioN" <msgcof...@...>
wrote:
>
> Hi Folks...
>
> please help me understand output of Bonnie++
>
> I did a test on an NFS partition to check speeds got the following
> output:
>
> bonnie++ -d /anup/bonnie/ -s 8000 -n 5 -x 1 -g 500
> Output
> Using uid:0, gid:500.
>
name,file_size,putc,putc_cpu,put_block,put_block_cpu,rewrite,rewrite_cpu\
\
>
,getc,getc_cpu,get_block,get_block_cpu,seeks,seeks_cpu,num_files,seq_cre\
\
>
ate,seq_create_cpu,seq_stat,seq_stat_cpu,seq_del,seq_del_cpu,ran_create,\
\
> ran_create_cpu,ran_stat,ran_stat_cpu,ran_del,ran_del_cpu
> Writing with putc()...done
> Writing intelligently...done
> Rewriting...done
> Reading with getc()...done
> Reading intelligently...done
> start 'em...done...done...done...
> Create files in sequential order...done.
> Stat files in sequential order...done.
> Delete files in sequential order...done.
> Create files in random order...done.
> Stat files in random order...done.
> Delete files in random order...done.
>
ZL17216187,8000M,1216,3,1948,1,2474,2,11449,25,11341,1,561.2,5,5,147,0,7\
\
> 26,1,107,0,138,0,760,2,138,0
>
>
> [Non-text portions of this message have been removed]
>



[Non-text portions of this message have been removed]

Reply via email to