Hello all,
I need your help to transform an output of Iostat file
hereafter the bloc
i want to have a new file with this form
line 1 + line 3 + line 5 + line 7
line 2 + line 4 + line 6 + line 8
line 11 + line 13 + line 15 + line 17
line 12 + line 14 + line 16 + line 18
i tried with awk using for, if and concacte variable, but "\n" made issue, i think.
think a lot.
I need your help to transform an output of Iostat file
hereafter the bloc
hdisk0 transfer : %tm_act bps tps bread bwrtn
0,2 18,8K 4,6 0,0 18,8K
lect. : rps moyserv minserv maxserv délais échecs
0,0 0,0 0,0
0,2 18,8K 4,6 0,0 18,8K
lect. : rps moyserv minserv maxserv délais échecs
0,0 0,0 0,0
0,0 0 0
écriture : wps moyserv minserv maxserv délais échecs
4,6 0,2 0,1 21,9 0 0
File d'attente : avgtime mintime maxtime avgwqsz avgsqsz sqfull
0,0 0,0 0,0 0,0 0,0 0,0
cd0 transfer : %tm_act bps tps bread bwrtn
0,0 0,0 0,0 0,0 0,0
hdisk1 transfer : %tm_act bps tps bread bwrtn
2,0 250,7K 32,8 59,0K 191,7K
lect. : rps moyserv minserv maxserv délais échecs
9,6 2,1 0,2 8,0 0 0
écriture : wps moyserv minserv maxserv délais échecs
23,2 0,2 0,1 20,9 0 0
File d'attente : avgtime mintime maxtime avgwqsz avgsqsz sqfull
0,0 0,0 0,0 0,0 0,0 0,0
écriture : wps moyserv minserv maxserv délais échecs
4,6 0,2 0,1 21,9 0 0
File d'attente : avgtime mintime maxtime avgwqsz avgsqsz sqfull
0,0 0,0 0,0 0,0 0,0 0,0
cd0 transfer : %tm_act bps tps bread bwrtn
0,0 0,0 0,0 0,0 0,0
hdisk1 transfer : %tm_act bps tps bread bwrtn
2,0 250,7K 32,8 59,0K 191,7K
lect. : rps moyserv minserv maxserv délais échecs
9,6 2,1 0,2 8,0 0 0
écriture : wps moyserv minserv maxserv délais échecs
23,2 0,2 0,1 20,9 0 0
File d'attente : avgtime mintime maxtime avgwqsz avgsqsz sqfull
0,0 0,0 0,0 0,0 0,0 0,0
i want to have a new file with this form
line 1 + line 3 + line 5 + line 7
line 2 + line 4 + line 6 + line 8
line 11 + line 13 + line 15 + line 17
line 12 + line 14 + line 16 + line 18
i tried with awk using for, if and concacte variable, but "\n" made issue, i think.
think a lot.