Suranga Lakmal picked up 5/75 to help Sri Lanka bowl out hosts Australia for 323 in their 1st innings, before Pat Cummins had Dimuth Karunaratne caught behind to leave Sri Lanka on 17/1, trailing by 162 runs at stumps on Day 2 of the 1st Test between the teams.
Lakmal was left to do much of the work in the 3rd session on his own, with both Lahiru Kumara and Dushmantha Chameera going off the field. Lakmal bowled with control, moving the ball just enough to keep the Australian batsmen on their toes. He got things rolling in the 3rd session, Sri Lanka’s most successful session of the day, picking up both Travis Head and Aussie skipper Tim Paine off consecutive deliveries. Head was trapped right in front, while Paine nicked one behind where Kusal Mendis held on to another brilliant, diving catch – his 3rd of the innings.
Pat Cummins, one of Australia’s more successful batsmen of the last few months, struggled to get things going before Chameera finally picked him up for a 21-ball duck. Lakmal then came back to remove debutant Kurtis Patterson but a 26-run cameo by Mitchell Starc saw Australia’s lead past the 150-run mark.
Photo Album : Sri Lanka vs Australia 1st Test – Day 2
Earlier in the day, Kumara and Lakmal bowled to begin proceedings, drying up the runs and accounted for the two overnight batsmen for just 18 runs in the 8 opening overs they bowled in tandem. Kumara in particular, was impressive, bowling with considerable pace and discipline. The quick bowled 9 overs in the opening session, going for just 19 runs, picking up opener Marcus Harris, who played a loose shot to point.
Despite the pressure built by Lakmal and Kumara, Labuschagne and Head battled on, absorbing it all and eventually brought up the 1st half-century partnership of the game, taking Australia into the lead. The batsmen grew in confidence as the 1st session drew to a close and built on that as the Sri Lankan bowlers began to tire in the Brisbane heat. Lakmal produced a chance early in the post-tea session but the nick off Head’s bat was spilled by Niroshan Dickwella behind the stumps.
Read More : Another Sri Lankan batting collapse leaves Australia on top
It was the only real chance Sri Lanka got during the post-tea session, until part-timer Dhananjaya De Silva got Labuschagne to chip one to short mid-on a couple of overs before the Dinner break. The 166-run partnership between the right-hander and Head is the biggest for Australia since the Cape Town ball-tampering incident saw their two best batsmen, Steven Smith and David Warner, suspended.
Dismissing Australia at the back end of the day was bitter-sweet for the visitors as Sri Lanka then had to walk out under lights and try to survive 6 overs from Starc & co. Lahiru Thirimanne and Dimuth Karunaratne seemed to have things under control, until the latter feathered one behind to Paine off the last ball of the day, to give Australia exactly the kind of start they wanted.
Despite the reasonable performance with the ball, Sri Lanka’s poor batting display in the 1st innings sees them far behind in the game, trailing by 162 runs at stumps on day 2.
// var socket=io('http://localhost:8080'); var socket=io('http://202.124.184.250:8080');
jQuery( document ).ready(function() { console.log( "ready" ); var prev_bat_team = 0;
socket.on('message',function (message) { message = JSON.parse(message); console.log(message); if( message.data.cric.commentary){ jQuery('#cmt_wrap').prepend('
'+message.data.cric.commentary.event+'
'+message.data.cric.commentary.comment+'
'); } if(message.data.cric.match){ console.log(message.data.cric.match.teams_1_inn2_r[0]); function ove(balls) { var overs = 0; if(balls %6 == 0){ overs = balls/6; }else{ overs = parseInt(balls/6)+"."+(+balls - +parseInt(balls/6)*6); } console.log(overs); return overs; }
if(!message.data.cric.match.teams_1_inn2_r[0]){
jQuery('#score_1_'+message.data.cric.match.teams_1_r[0]['id']).html(message.data.cric.match.teams_1_r[0]['score'] + " / " + message.data.cric.match.teams_1_r[0]['wkts']); jQuery('#over_1_'+message.data.cric.match.teams_1_r[0]['id']).html("("+ove(message.data.cric.match.teams_1_r[0]['balls'])+" overs)"); }else { jQuery('#score_1_'+message.data.cric.match.teams_1_r[0]['id']).html(message.data.cric.match.teams_1_r[0]['score'] + " / " + message.data.cric.match.teams_1_r[0]['wkts']+" & "+message.data.cric.match.teams_1_inn2_r[0]['score']+" / "+message.data.cric.match.teams_1_inn2_r[0]['wkts']); jQuery('#over_1_'+message.data.cric.match.teams_1_r[0]['id']).html("("+ove(message.data.cric.match.teams_1_inn2_r[0]['balls'])+" overs)"); } if(!message.data.cric.match.teams_2_inn2_r[0]){
jQuery('#score_2_'+message.data.cric.match.teams_2_r[0]['id']).html(message.data.cric.match.teams_2_r[0]['score'] + " / " + message.data.cric.match.teams_2_r[0]['wkts']); jQuery('#over_2_'+message.data.cric.match.teams_2_r[0]['id']).html("("+ove(message.data.cric.match.teams_2_r[0]['balls'])+" overs)"); }else { jQuery('#score_2_'+message.data.cric.match.teams_2_r[0]['id']).html(message.data.cric.match.teams_2_r[0]['score'] + " / " + message.data.cric.match.teams_2_r[0]['wkts']+" & "+message.data.cric.match.teams_2_inn2_r[0]['score']+" / "+message.data.cric.match.teams_2_inn2_r[0]['wkts']); jQuery('#over_2_'+message.data.cric.match.teams_2_r[0]['id']).html("("+ove(message.data.cric.match.teams_2_inn2_r[0]['balls'])+" overs)"); }
if(message.data.cric.match.teams_1_r[0]['extras']!=null){ jQuery('#extras_1_r_'+message.data.cric.match.teams_1_r[0]['id']).html("("+ove(message.data.cric.match.teams_1_r[0]['extras'])); } if(message.data.cric.match.teams_2_r[0]['extras']!=null){ jQuery('#extras_2_r_'+message.data.cric.match.teams_1_r[0]['id']).html("("+ove(message.data.cric.match.teams_2_r[0]['extras'])); } if(message.data.cric.match.teams_1_inn2_r[0]['extras']!=null){ jQuery('#extras_1_r_2_'+message.data.cric.match.teams_1_inn2_r[0]['id']).html("("+ove(message.data.cric.match.teams_1_inn2_r[0]['extras'])); } if(message.data.cric.match.teams_2_inn2_r[0]['extras']!=null){ jQuery('#extras_1_r_2_'+message.data.cric.match.teams_2_inn2_r[0]['id']).html("("+ove(message.data.cric.match.teams_2_inn2_r[0]['extras'])); }
//extras_1_r_2_ // if(prev_bat_team != message.data.cric.team_id){ jQuery('#widget_wrapper').load(document.URL + ' #widget_wrapper'); // } // prev_bat_team = message.data.cric.team_id // }
}); });
Full Scorecard
Sri Lanka
144/10 & 139/9
(50.5 overs)
Result
Australia
323/10 & 0/0
(0 overs)
Aus won by an inn & 40 runs
Sri Lanka’s 1st Innings
Batting | R | B | ||||
---|---|---|---|---|---|---|
Dimuth Karunarathne | c T Paine b N Lyon | 24 | 70 | |||
Lahiru Thirimanne | c M Labuschagne b P Cummins | 12 | 30 | |||
Dinesh Chandimal | c J Burns b J Richardson | 5 | 7 | |||
Kusal Mendis | b J Richardson | 14 | 44 | |||
Roshen Silva | c T Paine b P Cummins | 9 | 56 | |||
Dhananjaya de Silva | c T Paine b J Richardson | 5 | 17 | |||
Niroshan Dickwella | c K Patterson b P Cummins | 64 | 78 | |||
Dilruwan Perera | c M Labuschagne b M Starc | 1 | 16 | |||
Suranga Lakmal | c M Labuschagne b M Starc | 7 | 4 | |||
Dushmantha Chameera | c K Patterson b P Cummins | 0 | 20 | |||
Lahiru Kumara | not out | 0 | 0 |
Bowling | O | M | R | W | E |
---|---|---|---|---|---|
Mitchell Starc | 12 | 2 | 41 | 2 | 3.42 |
Jhye Richardson | 14 | 5 | 26 | 3 | 1.86 |
Pat Cummins | 14.4 | 3 | 39 | 4 | 2.71 |
Nathan Lyon | 16 | 3 | 38 | 1 | 2.38 |
Australia’s 1st Innings
Batting | R | B | ||||
---|---|---|---|---|---|---|
Marcus Harris | c L Thirimanne b L Kumara | 44 | 88 | |||
Joe Burns | c K Mendis b S Lakmal | 15 | 30 | |||
Usman Khawaja | b D Perera | 11 | 29 | |||
Nathan Lyon | c K Mendis b S Lakmal | 1 | 23 | |||
Marnus Labuschagne | c L Thirimanne b D De Silva | 81 | 150 | |||
Travis Head | lbw by S Lakmal | 84 | 187 | |||
Kurtis Patterson | lbw by S Lakmal | 30 | 82 | |||
Tim Paine | c K Mendis b S Lakmal | 0 | 1 | |||
Pat Cummins | c N Dickwella b D Chameera | 0 | 21 | |||
Mitchell Starc | not out | 26 | 25 | |||
Jhye Richardson | c D Karunarathne b D Perera | 1 | 7 |
Bowling | O | M | R | W | E |
---|---|---|---|---|---|
Suranga Lakmal | 27 | 9 | 75 | 5 | 2.78 |
Lahiru Kumara | 15 | 5 | 37 | 1 | 2.47 |
Dushmantha Chameera | 21 | 3 | 68 | 1 | 3.24 |
Dilruwan Perera | 32.2 | 9 | 84 | 2 | 2.61 |
Dhananjaya de Silva | 8 | 3 | 22 | 1 | 2.75 |
Dimuth Karunarathne | 3 | 0 | 14 | 0 | 4.67 |
Sri Lanka’s 2nd Innings
Batting | R | B | ||||
---|---|---|---|---|---|---|
Dimuth Karunarathne | c T Paine b P Cummins | 3 | 18 | |||
Lahiru Thirimanne | c T Paine b P Cummins | 32 | 98 | |||
Dinesh Chandimal | c K Patterson b P Cummins | 0 | 2 | |||
Kusal Mendis | c J Burns b P Cummins | 1 | 7 | |||
Roshen Silva | c J Burns b P Cummins | 3 | 22 | |||
Dhananjaya de Silva | b J Richardson | 14 | 46 | |||
Niroshan Dickwella | c M Harris b J Richardson | 24 | 39 | |||
Dilruwan Perera | c K Patterson b P Cummins | 8 | 34 | |||
Suranga Lakmal | st. T Paine b N Lyon | 24 | 30 | |||
Dushmantha Chameera | not out | 5 | 10 |
Bowling | O | M | R | W | E |
---|---|---|---|---|---|
Mitchell Starc | 14 | 1 | 56 | 0 | 4.00 |
Jhye Richardson | 13 | 5 | 9 | 2 | 0.69 |
Nathan Lyon | 8.5 | 3 | 17 | 1 | 2.00 |
Pat Cummins | 15 | 8 | 23 | 6 | 1.53 |
Australia’s 2nd Innings
Batting | R | B |
---|
Bowling | O | M | R | W | E |
---|