summaryrefslogtreecommitdiffstats
path: root/WebHob_1.5/build-diskio.html
blob: 351a5759186e3f0ff3a05cb85e4f87b2ba1de831 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
<!DOCTYPE html>
<html>
    <head>
        <title>Disk I/O (ms)</title>
        <link rel="stylesheet" href="assets/css/bootstrap.min.css" type='text/css'>
        <link rel="stylesheet" href="assets/css/bootstrap-responsive.min.css" type='text/css'>
        <link rel="stylesheet" href="assets/css/font-awesome.min.css" type='text/css'>
        <link rel="stylesheet" href="assets/css/prettify.css" type='text/css'>
        <link rel="stylesheet" href="assets/css/default.css" type='text/css'>
        <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    </head>

    <body>
        <div class="navbar navbar-fixed-top">
            <div class="navbar-inner">
            	<div class="container-fluid">
					<a class="brand logo" href="index.html"><img src="assets/img/logo.png" class="" /></a>
					<a class="brand" href="index.html">Toaster</a>
					<ul class="nav">
						<li>
							<a href="index.html">
								<i class="icon-tasks"></i>
								All builds
							</a>
						</li>
						<li>
							<a href="all-projects.html">
								<i class="icon-folder-open"></i>
								All projects
							</a>
						</li>
					</ul>
					<!--div class="btn-group pull-right">
						<button class="btn dropdown-toggle" data-toggle="dropdown" href="#">
							<i class="icon-user"></i>
							You
							<i class="icon-caret-down"></i>
						</button>
						<ul class="dropdown-menu">
							<li><a href="profile.html">Edit your profile</a></li>
							<li><a href="profile.html?change-password">Change password</a></li>
							<li style="margin-top:10px;"><a href="#" class="btn">Log out</a></li>
						</ul>
					</div-->
					<ul class="nav pull-right">
						<li>
							<a href="#">
								<i class="icon-book"></i>
								Manual
							</a>
						</li>
					</ul>
					<span class="pull-right divider-vertical"></span>
					<div class="btn-group pull-right">
						<a class="btn" href="newproject.html">New project</a>
						<!--button class="btn dropdown-toggle" data-toggle="dropdown">
							<i class="icon-caret-down"></i>
						</button>
						<ul class="dropdown-menu">
							<li><a href="#">Clone project</a></li>
							<li><a href="#">Export project</a></li>
							<li><a href="#">Import project</a></li>
						</ul-->
					</div>
					<div class="btn-group pull-right">
						<button class="btn dropdown-toggle" data-toggle="dropdown" href="#">
							New build
							<i class="icon-caret-down"></i>
						</button>
						<ul class="dropdown-menu new-build multi-select">
							<li>
								<h3>New build</h3>
								<h6>Project:</h6>
								<span id="project">
									<a class="lead" href="project-configuration.html">$project_name</a>
									<i class="icon-pencil"></i>
								</span>
								<form id="change-project-form" style="display:none;">
									<div class="input-append">
										<input type="text" class="input-medium" value="$project_name" autocomplete="off" data-minLength="1" data-autocomplete="off"
										data-provide="typeahead"  data-source='[
										"project one",
										"project two",
										"project three",
										"project four",
										"project five" ]'>
										<button id="apply-change-project" class="btn" type="button">Save</button>
										<a href="#" id="cancel-change-project" class="btn btn-link">Cancel</a>
									</div>
									<a id="view-all-projects" style="display:block;" href="#">View all projects</a>
								</form>
							</li>
							<li>
								<!--div id="selected-targets">
									<h6>Selected targets:</h6>
									<ul class="unstyled configuration-list">
										<li>core-image-myimage</li>
										<li>core-image-myimage-dev</li>
										<a id="build-selected" class="btn">Build selected targets</a>
									</ul>
									<form class="input-append">
										<input type="text" placeholder="or type a target name" autocomplete="off" data-minLength="1" data-autocomplete="off"
										data-provide="typeahead"  data-source='["core-image-base [meta | daisy]",
										"core-image-clutter [meta | daisy]",
										"core-image-directfb [meta | daisy]",
										"core-image-myimage [meta-imported-layer | 3e1dbabbf3&hellip;]",
										"core-image-anotherimage [meta-imported-layer | master]",
										"core-image-full-cmdline [meta | daisy]",
										"core-image-lsb [meta | daisy]",
										"core-image-lsb-dev [meta | daisy]",
										"core-image-lsb-sdk [meta | daisy]",
										"core-image-minimal [meta | daisy]" ]'>
										<a class="btn btn-primary" disabled>Build</a>
									</form>
								</div-->
								<div id="no-selected-targets">
									<h6>Target(s):</h6>
									<form>
										<input class="input-xlarge" type="text" placeholder="Type a target name" autocomplete="off" data-minLength="1" data-autocomplete="off"
										data-provide="typeahead"  data-source='["core-image-base [meta | daisy]",
										"core-image-clutter [meta | daisy]",
										"core-image-directfb [meta | daisy]",
										"core-image-myimage [meta-imported-layer | 3e1dbabbf3&hellip;]",
										"core-image-anotherimage [meta-imported-layer | master]",
										"core-image-full-cmdline [meta | daisy]",
										"core-image-lsb [meta | daisy]",
										"core-image-lsb-dev [meta | daisy]",
										"core-image-lsb-sdk [meta | daisy]",
										"core-image-minimal [meta | daisy]" ]'>
										<div>
											<a class="btn btn-primary" disabled style="padding: 4px 30px;">
												Build
											</a>
										</div>
									</form>
								</div>
							</li>
						</ul>
					</div>
				</div>
            </div>
        </div>

        <div class="container-fluid top-padded">

    	<!-- begin content -->
    	<div class="row-fluid">
        	<div class="span12">
				<!-- Breadcrumbs -->
            	<div class="section">
                	<ul class="breadcrumb">
                    <li class="muted">$project_name:</li>
                    <li><a href="project-builds.html">Builds</a>
                      <span class="divider">&rarr;</span></li>
                  	<li><a href="build-dashboard.html">core-image-sato (11/06/13 at 15:22)</a>
                  		<span class="divider">&rarr;</span>
                  	</li>
                  	<li class="active">Disk I/O</li>
                	</ul>
            	</div>
			<div class="row-fluid">
				<!-- begin left sidebar container -->
				<div id="nav" class="span2">
					<ul class="nav nav-list well">
            <li><a class="nav-parent" href="build-dashboard.html">Build dashboard</a></li>
						<li class="nav-header">Images</li>
						<li><a href="image-information-packages.html">core-image-sato</a><li>
						<li class="nav-header">Build</li>
						<li><a href="build-configuration.html">Configuration and layers</a></li>
						<li><a href="all-variables.html">BitBake variables</a></li>
						<li><a href="all-tasks.html">Tasks</a></li>
						<li><a href="all-recipes.html">Recipes</a></li>
						<li><a href="all-packages.html">Packages</a></li>
						<li class="nav-header">Performance</li>
						<li><a href="build-time.html">Time</a></li>
						<li><a href="build-cpu.html">CPU usage</a></li>
						<li class="active"><a href="build-diskio.html">Disk I/O</a></li>
            <li class="divider"></li>
            <a class="btn btn-block" href="#">Download build log</a>
            <a class="btn btn-block" href="#">Customise image</a>
            <a href="#" class="btn btn-danger btn-block"><i class="icon-trash"></i>Delete build</a>
					</ul>
        		</div>
				<!-- end left sidebar container -->
				<!-- Begin right container -->
                <div class="span10">
                	<div class="page-header">
						<h1>
							Disk I/O by task
							<span class="label">6756</span>
						</h1>
					</div>

					<!--div class="alert">
						<form class="no-results">
							<div class="input-append">
								<input class="input-xxlarge" type="text" placeholder="Search disk I/O data" />
								<button class="btn" type="button">Search</button>
								<button class="btn btn-link">Show all tasks</button>
							</div>
						</form>
					</div-->

					<div class="row-fluid">
						<div class="navbar">
            				<div class="navbar-inner">
								<form class="navbar-search input-append pull-left">
									<input type="text" class="input-xxlarge" placeholder="Search disk I/O data">
									<button class="btn" type="button">Search</button>
    							</form>
    							<div class="pull-right">
    								<div class="btn-group">
        								<a class="btn column-button dropdown-toggle" data-toggle="dropdown">
            								<span>Edit columns</span>
            								<i class="icon-caret-down"></i>
        								</a>
        								<ul class="dropdown-menu pull-right">
                        					<li>
                        						<label class="checkbox">
                        							<input type="checkbox" value="sstate_attempt" />
                        							Cache attempt
                        						</label>
                        					</li>
        									<li>
                        						<label class="checkbox">
                        							<input type="checkbox" value="cpu_usage" />
                        							CPU usage
                        						</label>
                        					</li>
        									<li>
                        						<label class="checkbox muted">
                        							<input type="checkbox" checked="checked" value="disk_io" disabled />
                        							Disk I/O (ms)
                        						</label>
                        					</li>
                        					<li>
                        						<label class="checkbox">
                        							<input type="checkbox" checked="checked" value="task_type" />
                        							Executed
                        						</label>
                        					</li>
                        					<li>
                        						<label class="checkbox">
                        							<input type="checkbox" value="log" />
                        							Log
                        						</label>
                        					</li>
                        					<li>
                        						<label class="checkbox">
                        							<input type="checkbox" value="order" />
                        							Order
                        						</label>
                        					</li>
                        					<li>
                        						<label class="checkbox">
                        							<input type="checkbox" checked="checked" value="outcome" />
                        							Outcome
                        						</label>
                        					</li>
                        					<li>
                        						<label class="checkbox muted">
                        							<input type="checkbox" checked="checked" value="recipe"  disabled />
                        							Recipe
                        						</label>
                        					</li>
                        					<li>
                        						<label class="checkbox">
                        							<input type="checkbox" value="recipe_version" />
                        							Recipe version
                        						</label>
                        					</li>
                        					<li>
                        						<label class="checkbox muted">
                        							<input type="checkbox" checked="checked" value="task"  disabled />
                        							Task
                        						</label>
                        					</li>
                        					<li>
                        						<label class="checkbox">
                        							<input type="checkbox" value="time" />
                        							Time (secs)
                        						</label>
                        					</li>
                        				</ul>
                        			</div> <!-- end of btn-group -->
                        			<span class="divider-vertical"></span>
    								<span class="help-inline" style="padding-top:5px;">Show rows:</span>
    								<select style="margin-top:5px;margin-bottom:0px;">
    									<option>10</option>
            			    			<option selected>25</option>
            							<option>50</option>
            							<option>100</option>
            							<option>150</option>
        							</select>
                        		</div> <!-- end of pull-right -->
                        	</div> <!-- end of navbar-inner -->
                        </div> <!-- end of navbar -->
                    </div>
					<table class="table table-bordered table-hover">
                        <thead>
                        	<tr>
                        		<th class="order">
                        			<i class="icon-question-sign get-help"  data-placement="top" data-container="table" title="The running sequence of each task in the build"></i>
                        			<a href="#">Order</a>
                        			<div class="btn-group pull-right">
                        				<a href="#order" role="button" class="btn btn-mini" data-toggle="modal">
                        					<i class="icon-filter"></i>
                        				</a>
                        			</div>
                        		</th>
                        		<th class="recipe">
                        			<i class="icon-question-sign get-help"  data-placement="top" data-container="table" title="The name of the recipe to which each task applies"></i>
                        			<a href="#">Recipe</a>
                        		</th>
                        		<th class="recipe_version">
                        			<i class="icon-question-sign get-help"  data-placement="top" data-container="table" title="The version of the recipe to which each task applies"></i>
                        			<span class="muted">Recipe version</span>
                        		</th>
                        		<th class="task">
                        			<i class="icon-question-sign get-help"  data-placement="top" data-container="table" title="The name of the task"></i>
                        			<a href="#">Task</a>
                        		</th>
                        		<th class="task_type">
                        			<i class="icon-question-sign get-help" data-placement="top" data-container="table" title="This value tells you if a task had to run in order to generate the task output (executed), or if the output was provided by another task and therefore the task didn't need to run (not executed)"></i>
                        			<a href="#">Executed</a>
                        			<div class="btn-group pull-right not-filtered">
                        				<a class="btn btn-mini" data-toggle="modal" role="button" href="#task-type">
                        					<i class="icon-filter"></i>
                        				</a>
                        			</div>
                        		</th>
                        		<th class="outcome">
                        			<i class="icon-question-sign get-help"  data-placement="top" data-container="table" title="This column tells you if executed tasks succeeded, failed or restored output from the <code>sstate-cache</code> directory or mirrors. It also tells you why not executed tasks did not need to run"></i>
                        			<a href="#">Outcome</a>
                        			<div class="btn-group pull-right not-filtered">
                        				<a class="btn btn-mini" data-toggle="modal" role="button" href="#outcome">
                        					<i class="icon-filter"></i>
                        				</a>
                        			</div>
                        		</th>
                        		<th class="sstate_attempt">
                        			<i class="icon-question-sign get-help"  data-placement="top" data-container="table" title="This column tells you if a task tried to restore output from the <code>sstate-cache</code> directory or mirros, and what was the result: Succeeded, Failed or File not in cache"></i>
                        			<a href="#">Cache attempt</a>
                        			<div class="btn-group pull-right not-filtered">
                        				<a class="btn btn-mini" data-toggle="modal" role="button" href="#outcome">
                        					<i class="icon-filter"></i>
                        				</a>
                        			</div>
                        		</th>
                        		<th class="time">
                        			<i class="icon-question-sign get-help"  data-placement="top" data-container="table" title="How long it took the task to finish, expressed in seconds"></i>
                        			<a href="#">Time (secs)</a>
                        		</th>
                        		<th class="cpu_usage">
                        			<i class="icon-question-sign get-help"  data-placement="top" data-container="table" title="Task CPU utilisation, expressed as a percentage"></i>
                        			<a href="#">CPU usage</a>
                        		</th>
                        		<th class="disk_io">
                        			<i class="icon-question-sign get-help"  data-placement="top" data-container="table" title="Number of miliseconds the task spent doing disk input and output"></i>
                        			<a href="#" class="sorted">Disk I/O (ms)</a>
                        			<i class="icon-caret-down"></i>
                        		</th>
                        		<th class="log span5">
                        			<i class="icon-question-sign get-help"  data-placement="top" data-container="table" title="The location in disk of the task log file"></i>
                        			<a href="#">Log</a>
                        		</th>
                        	</tr>
                        </thead>
                        <tbody>
                           	<tr>
                           		<td class="order"><a href="#">12</a></td>
                        		<td class="recipe"><a href="recipe-details-busybox.html">busybox</a></td>
                                <td class="recipe_version"><a href="recipe-details-busybox.html">1.21.1-r0</a></td>
                        		<td class="task">
                        			<a href="#">do_compile</a>
                        			<i class="icon-question-sign get-help hover-help" title="This task compiles the source in the compilation directory"></i>
                        		</td>
                        		<td class="executed task_type"><a href="#">Executed</a></td>
                        		<td class="outcome">
                        			<a href="#">Succeeded</a>
                        			<i class="icon-question-sign get-help hover-help" title="This task completed successfully"></i>
                        		</td>
                        		<td class="sstate_attempt"></td>
                            	<td class="time" style="display:none;">90.26</td>
                            	<td class="cpu_usage" style="display:none;">16.1%</td>
                            	<td class="disk_io" style="display:none;">60076</td>
                            	<td class="log">/home/user/poky/build/tmp/work/i586-poky-linux/buysbox/1.21.1-r0/temp/log.do_compile.31171</td>
                           	</tr>
                           	<tr>
                           		<td class="order"><a href="#">11</a></td>
                        		<td class="recipe"><a href="recipe-details-busybox.html">busybox</a></td>
                                <td class="recipe_version"><a href="recipe-details-busybox.html">1.21.1-r0</a></td>
                        		<td class="task">
                        			<a href="#">do_configure</a>
                        			<i class="icon-question-sign get-help hover-help" title="This task configures the source by enabling and disabling any build-time and configuration options for the software being built"></i>
                        		</td>
                        		<td class="executed task_type"><a href="#">Executed</a></td>
                        		<td class="outcome">
                        			<a href="#">Succeeded</a>
                        			<i class="icon-question-sign get-help hover-help" title="This task completed successfully"></i>
                        		</td>
                        		<td class="sstate_attempt"></td>
                            	<td class="time" style="display:none;">21.86</td>
                            	<td class="cpu_usage" style="display:none;">3.1%</td>
                            	<td class="disk_io" style="display:none;">20008</td>
                            	<td class="log">/home/user/poky/build/tmp/work/i586-poky-linux/buysbox/1.21.1-r0/temp/log.do_configure.31445</td>
                           	</tr>
                           	<tr>
                           		<td class="order"><a href="#">14</a></td>
                        		<td class="recipe"><a href="recipe-details-busybox.html">busybox</a></td>
                                <td class="recipe_version"><a href="recipe-details-busybox.html">1.21.1-r0</a></td>
                        		<td class="task">
                        			<a href="#">do_package</a>
                        			<i class="icon-question-sign get-help hover-help" title="This task analyzes the content of the holding area and splits it into subsets based on available packages and files"></i>
                        		</td>
                        		<td class="executed task_type"><a href="#">Executed</a></td>
                        		<td class="outcome">
                        			<a href="#">Succeeded</a>
                        			<i class="icon-question-sign get-help hover-help" title="This task completed successfully"></i>
                        		</td>
                        		<td class="sstate_attempt"></td>
                            	<td class="time" style="display:none;">11.19</td>
                            	<td class="cpu_usage" style="display:none;">4.2%</td>
                            	<td class="disk_io" style="display:none;">10712</td>
                            	<td class="log">/home/user/poky/build/tmp/work/i586-poky-linux/buysbox/1.21.1-r0/temp/log.do_package.18155</td>
                           	</tr>
                           	<tr>
                           		<td class="order"><a href="#">16</a></td>
                        		<td class="recipe"><a href="recipe-details-busybox.html">busybox</a></td>
                                <td class="recipe_version"><a href="recipe-details-busybox.html">1.21.1-r0</a></td>
                        		<td class="task">
                        			<a href="#">do_package_write_rpm</a>
                        			<i class="icon-question-sign get-help hover-help" title="This task creates the actual rpm packages and places them in the Package Feed area"></i>
                        		</td>
                        		<td class="executed task_type"><a href="#">Executed</a></td>
                        		<td class="outcome">
                        			<a href="#">Succeeded</a>
                        			<i class="icon-question-sign get-help hover-help" title="This task completed successfully"></i>
                        		</td>
                        		<td class="sstate_attempt"></td>
                            	<td class="time" style="display:none;">9.37</td>
                            	<td class="cpu_usage" style="display:none;">8.9%</td>
                            	<td class="disk_io" style="display:none;">8028</td>
                            	<td class="log">/home/user/poky/build/tmp/work/i586-poky-linux/buysbox/1.21.1-r0/temp/log.do_package_write_rpm.22437</td>
                           	</tr>
                           	<tr>
                           		<td class="order"><a href="#">17</a></td>
                        		<td class="recipe"><a href="recipe-details-busybox.html">busybox</a></td>
                                <td class="recipe_version"><a href="recipe-details-busybox.html">1.21.1-r0</a></td>
                        		<td class="task">
                        			<a href="#">do_package_write_rpm</a>
                        			<i class="icon-question-sign get-help hover-help" title="This task creates the actual rpm packages and places them in the Package Feed area"></i>
                        		</td>
                        		<td class="executed task_type"><a href="#">Executed</a></td>
                        		<td class="outcome">
                        			<a href="#">Succeeded</a>
                        			<i class="icon-question-sign get-help hover-help" title="This task completed successfully"></i>
                        		</td>
                        		<td class="sstate_attempt"></td>
                            	<td class="time" style="display:none;">9.37</td>
                            	<td class="cpu_usage" style="display:none;">8.9%</td>
                            	<td class="disk_io" style="display:none;">8028</td>
                            	<td class="log">/home/user/poky/build/tmp/work/i586-poky-linux/buysbox/1.21.1-r0/temp/log.do_package_write_rpm.22437</td>
                           	</tr>
                           	<tr>
                           		<td class="order"><a href="#">18</a></td>
                        		<td class="recipe"><a href="recipe-details-busybox.html">busybox</a></td>
                                <td class="recipe_version"><a href="recipe-details-busybox.html">1.21.1-r0</a></td>
                        		<td class="task">
                        			<a href="#">do_package_write</a>
                        			<i class="icon-question-sign get-help hover-help" title="This task creates the actual packages and places them in the Package Feed area"></i>
                        		</td>
                        		<td class="executed task_type"><a href="#">Executed</a></td>
                        		<td class="outcome">
                        			<a href="#">Succeeded</a>
                        			<i class="icon-question-sign get-help hover-help" title="This task completed successfully"></i>
                        		</td>
                        		<td class="sstate_attempt"></td>
                            	<td class="time" style="display:none;">9.37</td>
                            	<td class="cpu_usage" style="display:none;">8.9%</td>
                            	<td class="disk_io" style="display:none;">8028</td>
                            	<td class="log"></td>
                           	</tr>
                           	<tr>
                           		<td class="order"><a class="error" href="task-details-executed-fail.html">2</a></td>
                        		<td class="recipe"><a class="error" href="#">opkg</a></td>
                                <td class="recipe_version"><a class="error" href="#">1:0.1.8+svnr653-13.0</a></td>
                        		<td class="task">
                        			<a class="error" href="task-details-executed-fail.html">do_configure</a>
                        			<i class="icon-question-sign get-help hover-help" title="This task configures the source by enabling and disabling any build-time and configuration options for the software being built"></i>
                        		</td>
                        		<td class="executed task_type"><a class="error" href="task-details-executed-fail.html">Executed</a></td>
                        		<td class="outcome">
                        			<a class="error" href="task-details-executed-fail.html">Failed</a>
                        			<i class="icon-question-sign get-help hover-help" title="This task did not complete. Click on the outcome to see why"></i>
                        		</td>
								<td class="sstate_attempt"></td>
                            	<td class="time red">61.45</td>
                            	<td class="cpu_usage red">19.8%</td>
                            	<td class="disk_io red">6739</td>
                            	<td class="log red">
                            		<ul style="list-style:none;margin:0;padding:0;">
                            			<li>/home/user/poky/build/tmp/work/i586-poky-linux/acl/2.2.51-r3/temp/log.do_configure.8879</li>
                            			<li>/home/user/poky/build/tmp/work/i586-poky-linux/acl/2.2.51-r3/temp/config.log</li>
                            		</ul>
                            	</td>
                           	</tr>
                           	<tr>
                           		<td class="order"><a href="#">10</a></td>
                        		<td class="recipe"><a href="recipe-details-busybox.html">busybox</a></td>
                                <td class="recipe_version"><a href="recipe-details-busybox.html">1.21.1-r0</a></td>
                        		<td class="task">
                        			<a href="#">do_patch</a>
                        			<i class="icon-question-sign get-help hover-help" title="This task locates patch files and applies them to the source code"></i>
                        		</td>
                        		<td class="executed task_type"><a href="#">Executed</a></td>
                        		<td class="outcome">
                        			<a href="#">Succeeded</a>
                        			<i class="icon-question-sign get-help hover-help" title="This task completed successfully"></i>
                        		</td>
                        		<td class="sstate_attempt"></td>
                            	<td class="time" style="display:none;">2.91</td>
                            	<td class="cpu_usage" style="display:none;">0.9%</td>
                            	<td class="disk_io" style="display:none;">2120</td>
                            	<td class="log">/home/user/poky/build/tmp/work/i586-poky-linux/buysbox/1.21.1-r0/temp/log.do_patch.29372</td>
                           	</tr>
                           	<tr>
                           		<td class="order"><a href="#">13</a></td>
                        		<td class="recipe"><a href="recipe-details-busybox.html">busybox</a></td>
                                <td class="recipe_version"><a href="recipe-details-busybox.html">1.21.1-r0</a></td>
                        		<td class="task">
	                        		<a href="#">do_install</a>
	                        		<i class="icon-question-sign get-help hover-help" title="This task copies files from the compilation directory to a holding area"></i>
	                        	</td>
                        		<td class="executed task_type"><a href="#">Executed</a></td>
                        		<td class="outcome">
                        			<a href="#">Succeeded</a>
                        			<i class="icon-question-sign get-help hover-help" title="This task completed successfully"></i>
                        		</td>
                        		<td class="sstate_attempt"></td>
                            	<td class="time" style="display:none;">1.24</td>
                            	<td class="cpu_usage" style="display:none;">3%</td>
                            	<td class="disk_io" style="display:none;">912</td>
                            	<td class="log">/home/user/poky/build/tmp/work/i586-poky-linux/buysbox/1.21.1-r0/temp/log.do_install.22952</td>
                           	</tr>
                           	<tr>
                           		<td class="order"><a href="task-details-executed-sstate-missed.html">6</a></td>
                        		<td class="recipe"><a href="#">opkg-config-base</a></td>
                                <td class="recipe_version"><a href="#">1.0-r1</a></td>
                        		<td class="task">
                        			<a href="task-details-executed-sstate-missed.html">do_populate_sysroot</a>
                        			<i class="icon-question-sign get-help hover-help" title="This task copies a subset of files installed by do_install into the sysroot in order to make them available to other recipes"></i>
                        		</td>
                        		<td class="executed task_type"><a href="task-details-executed-sstate-missed.html">Executed</a></td>
                        		<td class="outcome">
                        			<a href="task-details-executed-sstate-missed.html">Succeeded</a>
                        			<i class="icon-question-sign get-help hover-help" title="This task completed successfully"></i>
                        		</td>
								<td class="sstate_attempt"><a href="task-details-executed-sstate-missed.html">File not in cache</a></td>
                            	<td class="time" style="display:none;">0.16</td>
                            	<td class="cpu_usage" style="display:none;">9.2%</td>
                            	<td class="disk_io" style="display:none;">840</td>
                            	<td class="log">/home/user/poky/build/tmp/work/x86-64-linux/opkg-config-base/1.0-r1/temp/log.do_populate_sysroot.21681</td>
                           	</tr>
                           	<tr>
                           		<td class="order"><a href="#">19</a></td>
                        		<td class="recipe"><a href="recipe-details-busybox.html">busybox</a></td>
                                <td class="recipe_version"><a href="recipe-details-busybox.html">1.21.1-r0</a></td>
                        		<td class="task">
                        			<a href="#">do_populate_lic</a>
                        			<i class="icon-question-sign get-help hover-help" title="This task writes license information for the recipe for later collection when constructing the image"></i>
                        		</td>
                        		<td class="executed task_type"><a href="#">Executed</a></td>
                        		<td class="outcome">
                        			<a href="#">Succeeded</a>
                        			<i class="icon-question-sign get-help hover-help" title="This task completed successfully"></i>
                        		</td>
                        		<td class="sstate_attempt"></td>
                            	<td class="time" style="display:none;">1.27</td>
                            	<td class="cpu_usage" style="display:none;">4.6%</td>
                            	<td class="disk_io" style="display:none;">700</td>
                            	<td class="log">/home/user/poky/build/tmp/work/i586-poky-linux/buysbox/1.21.1-r0/temp/log.do_populate_lic.5589</td>
                           	</tr>
                           	<tr>
                           		<td class="order"><a href="#">20</a></td>
                        		<td class="recipe"><a href="recipe-details-busybox.html">busybox</a></td>
                                <td class="recipe_version"><a href="recipe-details-busybox.html">1.21.1-r0</a></td>
                        		<td class="task">
                        			<a href="#">do_populate_sysroot</a>
                        			<i class="icon-question-sign get-help hover-help" title="This task copies a subset of files installed by do_install into the sysroot in order to make them available to other recipes"></i>
                        		</td>
                        		<td class="executed task_type"><a href="#">Executed</a></td>
                        		<td class="outcome">
                        			<a href="#">Succeeded</a>
                        			<i class="icon-question-sign get-help hover-help" title="This task completed successfully"></i>
                        		</td>
                        		<td class="sstate_attempt"></td>
                            	<td class="time" style="display:none;">1.13</td>
                            	<td class="cpu_usage" style="display:none;">7.9%</td>
                            	<td class="disk_io" style="display:none;">664</td>
                            	<td class="log">/home/user/poky/build/tmp/work/i586-poky-linux/buysbox/1.21.1-r0/temp/log.do_populate_sysroot.5653</td>
                           	</tr>
                           	<tr>
                           		<td class="order"><a href="#">21</a></td>
                        		<td class="recipe"><a href="recipe-details-busybox.html">busybox</a></td>
                                <td class="recipe_version"><a href="recipe-details-busybox.html">1.21.1-r0</a></td>
                        		<td class="task">
                        			<a href="#">do_build</a>
                        			<i class="icon-question-sign get-help hover-help" title="Default task for a recipe - depends upon all other normal tasks required to 'build' a recipe."></i>
                        		</td>
                        		<td class="executed task_type"><a href="#">Executed</a></td>
                        		<td class="outcome">
                        			<a href="#">Succeeded</a>
                        			<i class="icon-question-sign get-help hover-help" title="This task completed successfully"></i>
                        		</td>
                        		<td class="sstate_attempt"></td>
                            	<td class="time" style="display:none;">1.13</td>
                            	<td class="cpu_usage" style="display:none;">7.9%</td>
                            	<td class="disk_io" style="display:none;">664</td>
                            	<td class="log"></td>
                           	</tr>
                           	<tr>
                           		<td class="order"><a href="#">15</a></td>
                        		<td class="recipe"><a href="recipe-details-busybox.html">busybox</a></td>
                                <td class="recipe_version"><a href="recipe-details-busybox.html">1.21.1-r0</a></td>
                        		<td class="task">
                        			<a href="#">do_packagedata</a>
                        			<i class="icon-question-sign get-help hover-help" title="This task creates package metadata used by the build system to generate the final packages"></i>
                        		</td>
                        		<td class="executed task_type"><a href="#">Executed</a></td>
                        		<td class="outcome">
                        			<a href="#">Succeeded</a>
                        			<i class="icon-question-sign get-help hover-help" title="This task completed successfully"></i>
                        		</td>
                        		<td class="sstate_attempt"></td>
                            	<td class="time" style="display:none;">1.51</td>
                            	<td class="cpu_usage" style="display:none;">9.8%</td>
                            	<td class="disk_io" style="display:none;">540</td>
                            	<td class="log">/home/user/poky/build/tmp/work/i586-poky-linux/buysbox/1.21.1-r0/temp/log.do_packagedata.24785</td>
                           	</tr>
                           	<tr>
                           		<td class="order"><a href="task-details-executed-sstate-success.html">9</a></td>
                        		<td class="recipe"><a href="#">quilt-native</a></td>
                                <td class="recipe_version"><a href="#">0.60-r0</a></td>
                        		<td class="task">
                        			<a href="task-details-executed-sstate-success.html">do_populate_sysroot</a>
                        			<i class="icon-question-sign get-help hover-help" title="This task copies a subset of files installed by do_install into the sysroot in order to make them available to other recipes"></i>
                        		</td>
                        		<td class="executed task_type"><a href="task-details-executed-sstate-success.html">Executed</a></td>
                        		<td class="outcome">
                        			<a href="task-details-executed-sstate-success.html">Cached</a>
                        			<i class="icon-question-sign get-help hover-help" title="This task restored output from the <code>sstate-cache</code> directory or mirrors"></i>
                        		</td>
                        		<td class="sstate_attempt"><a href="task-details-executed-sstate-success.html">Succeeded</a></td>
                            	<td class="time" style="display:none;">0.16</td>
                            	<td class="cpu_usage" style="display:none;">9.2%</td>
                            	<td class="disk_io" style="display:none;">536</td>
                            	<td class="log">/home/user/poky/build/tmp/work/qemux86-poky-linux/base-files/2.2.51-r3/temp/log.do_package_write_setscene</td>
                           	</tr>
                           	<tr>
                           		<td class="order"><a href="task-details-executed-sstate-failed.html">7</a></td>
                        		<td class="recipe"><a href="#">opkg-config-base</a></td>
                                <td class="recipe_version"><a href="#">1.0-r1</a></td>
                        		<td class="task">
                        			<a href="task-details-executed-sstate-failed.html">do_populate_sysroot</a>
                        			<i class="icon-question-sign get-help hover-help" title="This task copies a subset of files installed by do_install into the sysroot in order to make them available to other recipes"></i>
                        		</td>
                        		<td class="executed task_type"><a href="task-details-executed-sstate-failed.html">Executed</a></td>
                        		<td class="outcome">
                        			<a href="task-details-executed-sstate-failed.html">Succeeded</a>
                        			<i class="icon-question-sign get-help hover-help" title="This task completed successfully"></i>
                        		</td>
                        		<td class="sstate_attempt"><a class="warning" href="task-details-executed-sstate-failed.html">Failed</a></td>
                            	<td class="time" style="display:none;">0.95</td>
                            	<td class="cpu_usage" style="display:none;">18.8%</td>
                            	<td class="disk_io" style="display:none;">200</td>
                            	<td class="log">/home/user/poky/build/tmp/work/x86-64-linux/opkg-config-base/1.0-r1/temp/log.do_populate_sysroot.21681</td>
                           	</tr>
                            <tr>
                            	<td class="order"><a href="task-details-executed-success.html">1</a></td>
                        		<td class="recipe"><a href="#">quilt-native</a></td>
                                <td class="recipe_version"><a href="#">0.60-r0</a></td>
                        		<td class="task">
                        			<a href="task-details-executed-success.html">do_fetch</a>
                        			<i class="icon-question-sign get-help hover-help" title="This task fetches the source code"></i>
                        		</td>
                        		<td class="executed task_type"><a href="task-details-executed-success.html">Executed</a></td>
                        		<td class="outcome">
                        			<a href="task-details-executed-success.html">Succeeded</a>
                        			<i class="icon-question-sign get-help hover-help" title="This task completed successfully"></i>
                        		</td>
                        		<td class="sstate_attempt"></td>
                            	<td class="time">0.56</td>
                            	<td class="cpu_usage">33.3%</td>
                            	<td class="disk_io">20</td>
                            	<td class="log">/home/user/poky/build/tmp/work/x86-64-linux/quilt-native/0.60-r0/temp/log.do_fetch.10072</td>
                            </tr>
                           	<tr class="muted">
                           		<td class="order"><a href="task-details-notexecuted-covered.html">3</a></td>
                        		<td class="recipe"><a class="muted" href="#">attr</a></td>
                                <td class="recipe_version"><a href="#">2.4.46-r4</a></td>
                        		<td class="task">
                        			<a class="muted" href="task-details-notexecuted-covered.html">do_unpack</a>
                        			<i class="icon-question-sign get-help hover-help" title="This task unpacks the source code into a working directory"></i>
                        		</td>
                        		<td class="task_type prebuilt"><a href="task-details-notexecuted-covered.html">Not executed</a></td>
                        		<td class="muted outcome">
                        			<a href="task-details-notexecuted-covered.html">Covered</a>
                        			<i class="icon-question-sign get-help hover-help" title="This task did not run because its output is provided by another task. Click on the outcome to see which one"></i>
                        		</td>
                        		<td class="sstate_attempt"></td>
                            	<td class="time"></td>
                            	<td class="cpu_usage"></td>
                            	<td class="disk_io"></td>
                            	<td class="log"></td>
                           	</tr>
                           	<tr class="muted">
                           		<td class="order"><a href="task-details-notexecuted-noexec.html">4</a></td>
                        		<td class="recipe"><a class="muted" href="#">apr-native</a></td>
                                <td class="recipe_version"><a href="#">1.4.8-r0</a></td>
                        		<td class="task">
                        			<a class="muted" href="task-details-notexecuted-noexec.html">do_package_write</a>
                        			<i class="icon-question-sign get-help hover-help" title="This task creates the actual rpm packages and places them in the Package Feed area"></i>
                        		</td>
                        		<td class="task_type prebuilt"><a href="task-details-notexecuted-noexec.html">Not executed</a></td>
                        		<td class="muted outcome">
                        			<a href="task-details-notexecuted-noexec.html">Empty</a>
                        			<i class="icon-question-sign get-help hover-help" title="This task has no executable content"></i>
                        		</td>
                        		<td class="sstate_attempt"></td>
                            	<td class="time"></td>
                            	<td class="cpu_usage"></td>
                            	<td class="disk_io"></td>
                            	<td class="muted log"></td>
                           	</tr>
                           	<tr class="muted">
                           		<td class="order"><a href="task-details-notexecuted-prebuilt.html">5</a></td>
                        		<td class="recipe"><a class="muted" href="#">base-files</a></td>
                                <td class="recipe_version"><a href="#">3.0.14-r73</a></td>
                        		<td class="task">
                        			<a class="muted" href="task-details-notexecuted-prebuilt.html">do_unpack</a>
                        			<i class="icon-question-sign get-help hover-help" title="This task unpacks the source code into a working directory"></i>
                        		</td>
                        		<td class="task_type prebuilt"><a href="task-details-notexecuted-prebuilt.html">Not executed</a></td>
                        		<td class="outcome">
                        			<a href="task-details-notexecuted-prebuilt.html">Prebuilt</a>
                        			<i class="icon-question-sign get-help hover-help" title="This task did not run because its outcome was reused from a previous build"></i>
                        		</td>
                        		<td class="sstate_attempt"></td>
                            	<td class="time"></td>
                            	<td class="cpu_usage"></td>
                            	<td class="disk_io"></td>
                            	<td class="log"></td>
                            </tr>
                           	<tr class="muted">
                           		<td class="order"><a href="#">8</a></td>
                        		<td class="recipe"><a href="#">quilt-native</a></td>
                                <td class="recipe_version"><a href="#">0.60-r0</a></td>
                        		<td class="task">
                        			<a href="#">do_populate_sysroot</a>
                        			<i class="icon-question-sign get-help hover-help" title="This task copies a subset of files installed by do_install into the sysroot in order to make them available to other recipes"></i>
                        		</td>
                        		<td class="task_type prebuilt"><a href="#">Not executed</a></td>
                        		<td class="outcome">
                        			<a href="#">Prebuilt</a>
                        			<i class="icon-question-sign get-help hover-help" title="This task did not run because its outcome was reused from a previous build"></i>
                        		</td>
                        		<td class="sstate_attempt"></td>
                            	<td class="time"></td>
                            	<td class="cpu_usage"></td>
                            	<td class="disk_io"></td>
                            	<td class="log"></td>
                           	</tr>
                          	<tr class="muted">
                           		<td class="order"><a href="#">22</a></td>
                        		<td class="recipe"><a class="muted" href="#">gcc-cross</a></td>
                                <td class="recipe_version"><a href="#">4.8.1-r0</a></td>
                        		<td class="task">
                        			<a class="muted" href="#">do_fetch</a>
                        			<i class="icon-question-sign get-help hover-help" title="This task fetches the source code"></i>
                        		</td>
                        		<td class="task_type prebuilt"><a href="#">Not executed</a></td>
                        		<td class="muted outcome">
                        			<a href="#">Prebuilt</a>
                        			<i class="icon-question-sign get-help hover-help" title="This task did not run because its outcome was reused from a previous build"></i>
                        		</td>
                        		<td class="sstate_attempt"></td>
                            	<td class="time"></td>
                            	<td class="cpu_usage"></td>
                            	<td class="disk_io"></td>
                            	<td class="log"></td>
                           	</tr>
                           	<tr class="muted">
                           		<td class="order"><a href="#">23</a></td>
                        		<td class="recipe"><a class="muted" href="#">gcc-cross</a></td>
                                <td class="recipe_version"><a href="#">4.8.1-r0</a></td>
                        		<td class="task">
                        			<a class="muted" href="#">do_unpack</a>
                        			<i class="icon-question-sign get-help hover-help" title="This task unpacks the source code into a working directory"></i>
                        		</td>
                        		<td class="task_type prebuilt"><a href="#">Not executed</a></td>
                        		<td class="muted outcome">
                        			<a href="#">Prebuilt</a>
                        			<i class="icon-question-sign get-help hover-help" title="This task did not run because its outcome was reused from a previous build"></i>
                        		</td>
                        		<td class="sstate_attempt"></td>
                            	<td class="time"></td>
                            	<td class="cpu_usage"></td>
                            	<td class="disk_io"></td>
                            	<td class="log"></td>
                           	</tr>
                           	<tr class="muted">
                           		<td class="order"><a href="#">24</a></td>
                        		<td class="recipe"><a class="muted" href="#">gcc-cross</a></td>
                                <td class="recipe_version"><a href="#">4.8.1-r0</a></td>
                        		<td class="task">
                        			<a class="muted" href="#">do_patch</a>
                        			<i class="icon-question-sign get-help hover-help" title="This task locates patch files and applies them to the source code"></i>
                        		</td>
                        		<td class="task_type prebuilt"><a href="#">Not executed</a></td>
                        		<td class="muted outcome">
                        			<a href="#">Prebuilt</a>
                        			<i class="icon-question-sign get-help hover-help" title="This task did not run because its outcome was reused from a previous build"></i>
                        		</td>
                        		<td class="sstate_attempt"></td>
                            	<td class="time"></td>
                            	<td class="cpu_usage"></td>
                            	<td class="disk_io"></td>
                            	<td class="log"></td>
                           	</tr>
                           	<tr class="muted">
                           		<td class="order"><a href="#">25</a></td>
                        		<td class="recipe"><a class="muted" href="#">kern-tools-native</a></td>
                                <td class="recipe_version"><a href="#">0.2+gitAUTOINC+a42509b01c-r12</a></td>
                        		<td class="task">
                        			<a class="muted" href="#">do_packagedata</a>
                        			<i class="icon-question-sign get-help hover-help" title="This task creates package metadata used by the build system to generate the final packages"></i>
                        		</td>
                        		<td class="task_type prebuilt"><a href="#">Not executed</a></td>
                        		<td class="muted outcome">
                        			<a href="#">Covered</a>
                        			<i class="icon-question-sign get-help hover-help" title="This task did not run because its outcome is provided by another task. Click the outcome for more details"></i>
                        		</td>
                        		<td class="sstate_attempt"></td>
                            	<td class="time"></td>
                            	<td class="cpu_usage"></td>
                            	<td class="disk_io"></td>
                            	<td class="log"></td>
                           	</tr>
                        </tbody>
                    </table>
                    <div class="pagination pagination-centered">
    					<ul>
       						<li class="disabled"><a href="#">&larr; Previous</a></li>
        					<li class="active"><a href="#">1</a></li>
        					<li><a href="#">2</a></li>
       	 					<li><a href="#">3</a></li>
        					<li><a href="#">4</a></li>
        					<li><a href="#">5</a></li>
        					<li><a href="#">Next &rarr;</a></li>
    					</ul>
    					<div class="pull-right">
    						<span class="help-inline">Show rows:</span>
    						<select style="margin-top:5px;margin-bottom:0px;">
    							<option>10</option>
            					<option selected>25</option>
            					<option>50</option>
            					<option>100</option>
            					<option>150</option>
        					</select>
        				</div>
					</div>
				</div>

            </div><!-- end right container -->

        </div>
    </div><!-- end content -->

        </div>

        <script src="assets/js/jquery-1.9.1.min.js" type='text/javascript'></script>
        <script src="assets/js/jquery.tablesorter.min.js" type='text/javascript'></script>
        <script src="assets/js/bootstrap.min.js" type='text/javascript'></script>
        <script src="assets/js/prettify.js" type='text/javascript'></script>
        <script src="assets/js/jit.js" type='text/javascript'></script>
        <script src="assets/js/main.js" type='text/javascript'></script>
        <script>
        	 $(document).ready(function() {
        	 	//show or hide selected columns on load
        	 	$("input:checkbox").each(function(){
        	 		var selectedType = $(this).val();
        	 		if($(this).is(":checked")){
        	 			$("."+selectedType).show();
        	 		}
        	 		else{
        	 			$("."+selectedType).hide();
        	 		}
        	 	});
        	 	//edit columns functionality (show / hide table columns)
        	 	$("input:checkbox").change();
        	 		$("input:checkbox").change(function(){
        	 			var selectedType = $(this).val();
        	 				if($(this).is(":checked")){
        	 					$("."+selectedType).show();
        	 				}
        	 				else{
        	 					$("."+selectedType).hide();
        	 				}
        	 		});
        	 	//turn edit columns dropdown into a multi-select menu
        	 	$('.dropdown-menu input, .dropdown-menu label').click(function(e) {
    				e.stopPropagation();
				});
				//filter warnings and errors when requested by the URL
				if (location.href.search('filter=') > -1) {
        			var filter = location.href.split('filter=')[1];
        			var cells = jQuery('.' + filter);
        			$("tbody > tr").hide();
        			cells.each(function() {
        				if($(this).is('a')) {
            				jQuery(this).parents('tr').show();
            			}
        			});
    			}
        	 });
        </script>


    </body>
</html>