-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreferences.bib
9525 lines (8370 loc) · 364 KB
/
references.bib
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
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
@string{proc = "Proc. "}
@string{sosp = "SOSP"}
@string{osdi = "OSDI"}
@misc{wifi-survey,
title={Global Broadband and WLAN (Wi-Fi) Networked Households Forecast 2009-2018},
author={{Strategy Analytics}},
howpublished={\url{https://goo.gl/IUKVfD}}
}
@misc{urbanization-survey,
title={World Urbanization Prospects},
author={United Nations},
howpublished={\url{http://esa.un.org/unpd/wup/Highlights/WUP2014-Highlights.pdf}}
}
@misc{galaxynexus,
author = {{Wikipedia}},
title = "{Galaxy Nexus}",
howpublished =
{\url{http://en.wikipedia.org/wiki/Galaxy_Nexus}},
}
@misc{nexus5,
author = {{Wikipedia}},
title = "{Nexus 5}",
howpublished =
{\url{http://en.wikipedia.org/wiki/Nexus_5}},
}
@ARTICLE{beyah-rogueap11,
author={Beyah, R. and Venkataraman, A.},
journal={Security Privacy, IEEE},
title={Rogue-Access-Point Detection: Challenges, Solutions, and Future Directions},
year={2011},
month={Sept},
volume={9},
number={5},
pages={56-61},
keywords={security of data;rogue access point detection;rogue devices;state-of-the-art detection methods;Communication system security;IEEE 802.11 Standards;Wireless networks;Wireless sensor networks;computer security;insider attacks;intrusion detection;rogue access points},
doi={10.1109/MSP.2011.75},
ISSN={1540-7993},}
@misc{smartphone-market-share,
author = {IDC},
title = {Smartphone OS Market Share, Q4 2014},
howpublished = {\url{http://goo.gl/OfILsw}}
}
@misc{ciscoprime,
author = {{Cisco Inc.}},
title = {Cisco Prime Infrastructure 2.2: Enterprise-Class Network Assurance},
howpublished =
{\url{http://goo.gl/EOQ2SY}},
}
@inproceedings{phonelab-sensemine13,
Author = {Anandatirtha Nandugudi and Anudipa Maiti and Taeyeon Ki and Fatih
Bulut and Murat Demirbas and Tevfik Kosar and Chunming Qiao and Steven Y.
Ko and Geoffrey Challen},
Booktitle = proc # {1st International Workshop on Sensing and Big Data
Mining (SenseMine 2013)},
Title = {PhoneLab: A Large Programmable Smartphone Testbed},
Month = {November},
Year = {2013}
}
@inproceedings{striegel2013lessons,
title={Lessons learned from the netsense smartphone study},
author={Striegel, Aaron and Liu, Shu and Meng, Lei and Poellabauer,
Christian and Hachen, David and Lizardo, Omar},
booktitle={ACM SIGCOMM Computer Communication Review},
volume={43},
number={4},
pages={51--56},
year={2013},
organization={ACM}
}
%Mark's references
@article{Binkert:2011:GS:2024716.2024718,
author = {Binkert, Nathan and Beckmann, Bradford and Black, Gabriel and Reinhardt, Steven K. and Saidi, Ali and Basu, Arkaprava and Hestness, Joel and Hower, Derek R. and Krishna, Tushar and Sardashti, Somayeh and Sen, Rathijit and Sewell, Korey and Shoaib, Muhammad and Vaish, Nilay and Hill, Mark D. and Wood, David A.},
title = {The gem5 simulator},
journal = {SIGARCH Comput. Archit. News},
issue_date = {May 2011},
volume = {39},
number = {2},
month = aug,
year = {2011},
issn = {0163-5964},
pages = {1--7},
numpages = {7},
url = {http://doi.acm.org/10.1145/2024716.2024718},
doi = {10.1145/2024716.2024718},
acmid = {2024718},
publisher = {ACM},
address = {New York, NY, USA},
}
@inproceedings{Esmaeilzadeh:2011:DSE:2000064.2000108,
author = {Esmaeilzadeh, Hadi and Blem, Emily and St. Amant, Renee and Sankaralingam, Karthikeyan and Burger, Doug},
title = {Dark silicon and the end of multicore scaling},
booktitle = {Proceedings of the 38th annual international symposium on Computer architecture},
series = {ISCA '11},
year = {2011},
isbn = {978-1-4503-0472-6},
location = {San Jose, California, USA},
pages = {365--376},
numpages = {12},
url = {http://doi.acm.org/10.1145/2000064.2000108},
doi = {10.1145/2000064.2000108},
acmid = {2000108},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {dark silicon, modeling, multicore, power, technology scaling},
}
@INPROCEEDINGS{KimDVFS,
author={Wonyoung Kim and Gupta, M.S. and Gu-Yeon Wei and Brooks, D.},
booktitle={High Performance Computer Architecture, 2008. HPCA 2008. IEEE 14th International Symposium on},
title={System level analysis of fast, per-core DVFS using on-chip switching regulators},
year={2008},
month={feb.},
volume={},
number={},
pages={123 -134},
keywords={Costs;Digital systems;Dynamic voltage scaling;Embedded system;Frequency;Microprocessors;Performance analysis;Regulators;System-on-a-chip;Voltage control;microprocessor chips;multi-threading;power aware computing;switching functions;voltage regulators;chip-multiprocessors;dynamic voltage and frequency scaling;fast per-core DVFS;multi-threaded workloads;nanosecond-scale voltage switching;on-chip switching regulators;system level analysis;voltage regulators;},
doi={10.1109/HPCA.2008.4658633},
ISSN={1530-0897},
}
@inproceedings{Lin:2006:SLA:1135775.1136494,
author = {Lin, Yuan and Lee, Hyunseok and Woh, Mark and Harel, Yoav and Mahlke, Scott and Mudge, Trevor and Chakrabarti, Chaitali and Flautner, Krisztian},
title = {SODA: A Low-power Architecture For Software Radio},
booktitle = {Proceedings of the 33rd annual international symposium on Computer Architecture},
series = {ISCA '06},
year = {2006},
isbn = {0-7695-2608-X},
pages = {89--101},
numpages = {13},
url = {http://dx.doi.org/10.1109/ISCA.2006.37},
doi = {10.1109/ISCA.2006.37},
acmid = {1136494},
publisher = {IEEE Computer Society},
address = {Washington, DC, USA},
}
@inproceedings{Watkins:2010:RRH:1934902.1934993,
author = {Watkins, Matthew A. and Albonesi, David H.},
title = {ReMAP: A Reconfigurable Heterogeneous Multicore Architecture},
booktitle = {Proceedings of the 2010 43rd Annual IEEE/ACM International Symposium on Microarchitecture},
series = {MICRO '43},
year = {2010},
isbn = {978-0-7695-4299-7},
pages = {497--508},
numpages = {12},
url = {http://dx.doi.org/10.1109/MICRO.2010.15},
doi = {10.1109/MICRO.2010.15},
acmid = {1934993},
publisher = {IEEE Computer Society},
address = {Washington, DC, USA},
}
@inproceedings{Sherwood:2002:ACL:605397.605403,
author = {Sherwood, Timothy and Perelman, Erez and Hamerly, Greg and Calder, Brad},
title = {Automatically characterizing large scale program behavior},
booktitle = {Proceedings of the 10th international conference on Architectural support for programming languages and operating systems},
series = {ASPLOS X},
year = {2002},
isbn = {1-58113-574-2},
location = {San Jose, California},
pages = {45--57},
numpages = {13},
url = {http://doi.acm.org/10.1145/605397.605403},
doi = {10.1145/605397.605403},
acmid = {605403},
publisher = {ACM},
address = {New York, NY, USA},
}
@ARTICLE{CAL2012,
author={Nilakantan, S. and Battle, S. and Hempstead, M.},
journal={Computer Architecture Letters},
title={Metrics for Early-Stage Modeling of Many-Accelerator Architectures},
year={2012},
month={ },
volume={PP},
number={99},
pages={1},
keywords={Accelerators;Code Profiling;Computer Systems Organization;General;Heterogeneous (hybrid) systems;Heterogeneous Architectures;Modeling of computer architecture;Other Architecture Styles;Processor Architectures;},
doi={10.1109/L-CA.2012.9},
ISSN={1556-6056},
}
@article{Luk:2005:PBC:1064978.1065034,
author = {Luk, Chi-Keung and Cohn, Robert and Muth, Robert and Patil, Harish and Klauser, Artur and Lowney, Geoff and Wallace, Steven and Reddi, Vijay Janapa and Hazelwood, Kim},
title = {Pin: building customized program analysis tools with dynamic instrumentation},
journal = {SIGPLAN Not.},
issue_date = {June 2005},
volume = {40},
number = {6},
month = jun,
year = {2005},
issn = {0362-1340},
pages = {190--200},
numpages = {11},
url = {http://doi.acm.org/10.1145/1064978.1065034},
doi = {10.1145/1064978.1065034},
acmid = {1065034},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {dynamic compilation, instrumentation, program analysis tools},
}
@inproceedings{Nethercote:2007:VFH:1250734.1250746,
author = {Nethercote, Nicholas and Seward, Julian},
title = {Valgrind: a framework for heavyweight dynamic binary instrumentation},
booktitle = {Proceedings of the 2007 ACM SIGPLAN conference on Programming language design and implementation},
series = {PLDI '07},
year = {2007},
isbn = {978-1-59593-633-2},
location = {San Diego, California, USA},
pages = {89--100},
numpages = {12},
url = {http://doi.acm.org/10.1145/1250734.1250746},
doi = {10.1145/1250734.1250746},
acmid = {1250746},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {Memcheck, Valgrind, dynamic binary analysis, dynamic binary instrumentation, shadow values},
}
@inproceedings{VanCraeynest:2012:SHM:2337159.2337184,
author = {Van Craeynest, Kenzo and Jaleel, Aamer and Eeckhout, Lieven and Narvaez, Paolo and Emer, Joel},
title = {Scheduling heterogeneous multi-cores through Performance Impact Estimation (PIE)},
booktitle = {Proceedings of the 39th Annual International Symposium on Computer Architecture},
series = {ISCA '12},
year = {2012},
isbn = {978-1-4503-1642-2},
location = {Portland, Oregon},
pages = {213--224},
numpages = {12},
url = {http://dl.acm.org/citation.cfm?id=2337159.2337184},
acmid = {2337184},
publisher = {IEEE Computer Society},
address = {Washington, DC, USA},
}
@inproceedings{Shen:2004:LPP:1024393.1024414,
author = {Shen, Xipeng and Zhong, Yutao and Ding, Chen},
title = {Locality phase prediction},
booktitle = {Proceedings of the 11th international conference on Architectural support for programming languages and operating systems},
series = {ASPLOS XI},
year = {2004},
isbn = {1-58113-804-0},
location = {Boston, MA, USA},
pages = {165--176},
numpages = {12},
url = {http://doi.acm.org/10.1145/1024393.1024414},
doi = {10.1145/1024393.1024414},
acmid = {1024414},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {dynamic optimization, locality analysis and optimization, phase hierarchy, program phase analysis and prediction, reconfigurable architecture},
}
@inproceedings{Cho:2007:IMD:1331699.1331725,
author = {Cho, Chang-Burm and Zhang, Wangyuan and Li, Tao},
title = {Informed Microarchitecture Design Space Exploration Using Workload Dynamics},
booktitle = {Proceedings of the 40th Annual IEEE/ACM International Symposium on Microarchitecture},
series = {MICRO 40},
year = {2007},
isbn = {0-7695-3047-8},
pages = {274--285},
numpages = {12},
url = {http://dx.doi.org/10.1109/MICRO.2007.21},
doi = {10.1109/MICRO.2007.21},
acmid = {1331725},
publisher = {IEEE Computer Society},
address = {Washington, DC, USA},
}
@inproceedings{Contreras:2005:PPI:1077603.1077657,
author = {Contreras, Gilberto and Martonosi, Margaret},
title = {Power prediction for intel XScale\&\#174; processors using performance monitoring unit events},
booktitle = {Proceedings of the 2005 international symposium on Low power electronics and design},
series = {ISLPED '05},
year = {2005},
isbn = {1-59593-137-6},
location = {San Diego, CA, USA},
pages = {221--226},
numpages = {6},
url = {http://doi.acm.org/10.1145/1077603.1077657},
doi = {10.1145/1077603.1077657},
acmid = {1077657},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {XScale, hardware performance counters, power estimation, power modeling},
}
@inproceedings{Shye:2008:LLR:1381306.1382158,
author = {Shye, Alex and Ozisikyilmaz, Berkin and Mallik, Arindam and Memik, Gokhan and Dinda, Peter A. and Dick, Robert P. and Choudhary, Alok N.},
title = {Learning and Leveraging the Relationship between Architecture-Level Measurements and Individual User Satisfaction},
booktitle = {Proceedings of the 35th Annual International Symposium on Computer Architecture},
series = {ISCA '08},
year = {2008},
isbn = {978-0-7695-3174-8},
pages = {427--438},
numpages = {12},
url = {http://dx.doi.org/10.1109/ISCA.2008.29},
doi = {10.1109/ISCA.2008.29},
acmid = {1382158},
publisher = {IEEE Computer Society},
address = {Washington, DC, USA},
keywords = {User-aware Architectures, Hardware Performance Counters, Learning User Satisfaction, Dynamic Power Management},
}
@inproceedings{Browne:2000:SCI:370049.370424,
author = {Browne, S. and Dongarra, J. and Garner, N. and London, K. and Mucci, P.},
title = {A scalable cross-platform infrastructure for application performance tuning using hardware counters},
booktitle = {Proceedings of the 2000 ACM/IEEE conference on Supercomputing (CDROM)},
series = {Supercomputing '00},
year = {2000},
isbn = {0-7803-9802-5},
location = {Dallas, Texas, USA},
articleno = {42},
url = {http://dl.acm.org/citation.cfm?id=370049.370424},
acmid = {370424},
publisher = {IEEE Computer Society},
address = {Washington, DC, USA},
}
%%%%%%%%%% GWA references
@misc{kimmel-iphone5-video,
author= {{Jimmy Kimmel Live}},
title = {iPhone 5 Prank},
Howpublished = {\url{http://clipnation.com/iphone-5-prank/}}}
@misc{phonelab-web,
Author = {{The PhoneLab Team}},
Howpublished = {\url{http://www.phone-lab.org}},
Title = {PhoneLab: A Programmable Participatory Smartphone Testbed}}
@misc{ipod-introduction-video,
author= {Steve Jobs},
title = {Apple's iPhone Introduction (Part 1)},
Howpublished = {\url{http://www.youtube.com/watch?v=vZYlhShD2oQ}}}
@techreport{martin-et2,
author = {Martin, Alain J. and Nystr\"{o}m, Mika and P\'{e}nzes, Paul I.},
title = {{ET2}: A Metric for Time and Energy Efficiency of Computation},
year = {2001},
source = {http://resolver.caltech.edu/CaltechCSTR:2001.007},
publisher = {California Institute of Technology}}
@misc{acpi-standard,
Author = {{Hewlett-Packard} and {Intel} and {Microsoft} and {Phoenix
Technologies} and {Toshiba}},
Howpublished = {\url{http://www.acpi.info/}},
Title = {Advanced Configuration and Power Interface}}
@inproceedings{aruna-3Gwifi,
author = {Balasubramanian, Aruna and Mahajan, Ratul and Venkataramani, Arun},
title = {Augmenting Mobile 3{G} Using {W}i{F}i},
booktitle = {MobiSys'10}
}
@inproceedings{mogul-hybridnvmdram,
author = {Mogul, Jeffrey C. and Argollo, Eduardo and Shah, Mehul and Faraboschi, Paolo},
title = {Operating System Support for {NVM}+{DRAM} Hybrid Main Memory},
booktitle = {HotOS XII},
}
@inproceedings{baumann-barrelfish,
author = {Baumann, Andrew and Barham, Paul and Dagand, Pierre-Evariste and Harris, Tim and Isaacs, Rebecca and Peter, Simon and Roscoe, Timothy and Sch\"{u}pbach, Adrian and Singhania, Akhilesh},
title = {The multikernel: a new OS architecture for scalable multicore systems},
booktitle = {SOSP'09}
}
@inproceedings{sorber-turducken,
author = {Sorber, Jacob and Banerjee, Nilanjan and Corner, Mark D. and Rollins, Sami},
title = {Turducken: Hierarchical Power Management for Mobile Devices},
booktitle = {MobiSys'05}}
@misc{informationweek-batteries,
Author = "John Walko",
Howpublished = {\url{http://bit.ly/gefaF1}},
Title = "What Do Cell Phone Users Want? {B}etter Batteries!"}
@misc{economist-batteryhistory,
Author = "{The Economist}",
Howpublished = {\url{http://econ.st/h9jzzk}},
Title = "In search of the perfect battery"}
@misc{iphone4-multicore,
Author = "Louie Lan",
Howpublished =
{\url{http://bit.ly/hbLtgq}},
Title = {{Toggle Blog: iPhone 5 and iPad 2 reportedly including dual-core chips}}}
@article{barroso-energyproportional,
author = {Barroso, Luiz Andr\'{e} and H\"{o}lzle, Urs},
title = {The Case for Energy-Proportional Computing},
journal = {Computer},
volume = {40},
issue = {12},
month = {December},
year = {2007},
issn = {0018-9162},
pages = {33--37},
numpages = {5},
url = {http://portal.acm.org/citation.cfm?id=1339817.1339894},
doi = {10.1109/MC.2007.443},
acmid = {1339894},
publisher = {IEEE Computer Society Press},
address = {Los Alamitos, CA, USA},
keywords = {green computing, energy-proportional computing},
}
@inproceedings{rangan-threadmotion,
author = {Rangan, Krishna K. and Wei, Gu-Yeon and Brooks, David},
title = {Thread motion: fine-grained power management for multi-core systems},
booktitle = {Proceedings of the 36th annual international symposium on Computer architecture},
series = {ISCA '09},
year = {2009},
isbn = {978-1-60558-526-0},
location = {Austin, TX, USA},
pages = {302--313},
numpages = {12},
url = {http://doi.acm.org/10.1145/1555754.1555793},
doi = {http://doi.acm.org/10.1145/1555754.1555793},
acmid = {1555793},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {dvfs, multi-core power management, thread motion},
}
@article{chun-hybriddatacenters,
author = {Chun, Byung-Gon and Iannaccone, Gianluca and Iannaccone, Giuseppe and Katz, Randy and Lee, Gunho and Niccolini, Luca},
title = {An energy case for hybrid datacenters},
journal = {SIGOPS Oper. Syst. Rev.},
volume = {44},
issue = {1},
month = {March},
year = {2010},
issn = {0163-5980},
pages = {76--80},
numpages = {5},
url = {http://doi.acm.org/10.1145/1740390.1740408},
doi = {http://doi.acm.org/10.1145/1740390.1740408},
acmid = {1740408},
publisher = {ACM},
address = {New York, NY, USA},
}
@misc{tomshardware-www,
Author = "{Tom's Hardware}",
Howpublished =
{\url{http://www.tomshardware.com/}},
Title = {{Tom's Hardware}}}
@misc{motelab-www,
Author = "Harvard University",
Howpublished =
{\url{http://motelab.eecs.harvard.edu}},
Title = {{MoteLab: A Wireless Sensor Network Testbed}}}
@inproceedings{Snowdon:2009:KPO:1519065.1519097,
author = {Snowdon, David C. and Le Sueur, Etienne and Petters, Stefan M. and Heiser, Gernot},
title = {Koala: a platform for OS-level power management},
booktitle = {Proceedings of the 4th ACM European conference on Computer systems},
series = {EuroSys '09},
year = {2009},
isbn = {978-1-60558-482-9},
location = {Nuremberg, Germany},
pages = {289--302},
numpages = {14},
url = {http://doi.acm.org/10.1145/1519065.1519097},
doi = {http://doi.acm.org/10.1145/1519065.1519097},
acmid = {1519097},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {dynamic voltage scaling, efficiency, energy, modelling, operating systems, power, power management},
}
@inproceedings{szalay-amdahl,
author = {Szalay, Alexander S. and Bell, Gordon C. and Huang, H. Howie and Terzis, Andreas and White, Alainna},
title = {Low-Power Amdahl-Balanced Blades for Data Intensive Computing},
booktitle = {HotPower'09}}
@inproceedings{andersen-fawn,
author = {Andersen, David G. and Franklin, Jason and Kaminsky, Michael and Phanishayee, Amar and Tan, Lawrence and Vasudevan, Vijay},
title = {FAWN: A Fast Array of Wimpy Nodes},
booktitle = {SOSP'09},
}
@inproceedings{Tolia:2008:DEP:1855610.1855612,
author = {Tolia, Niraj and Wang, Zhikui and Marwah, Manish and Bash, Cullen and Ranganathan, Parthasarathy and Zhu, Xiaoyun},
title = {Delivering energy proportionality with non energy-proportional systems: optimizing the ensemble},
booktitle = {Proceedings of the 2008 conference on Power aware computing and systems},
series = {HotPower'08},
year = {2008},
location = {San Diego, California},
pages = {2--2},
numpages = {1},
url = {http://portal.acm.org/citation.cfm?id=1855610.1855612},
acmid = {1855612},
publisher = {USENIX Association},
address = {Berkeley, CA, USA},
}
@inproceedings{Verma:2010:SEP:1855511.1855531,
author = {Verma, Akshat and Koller, Ricardo and Useche, Luis and Rangaswami, Raju},
title = {SRCMap: energy proportional storage using dynamic consolidation},
booktitle = {Proceedings of the 8th USENIX conference on File and storage technologies},
series = {FAST'10},
year = {2010},
location = {San Jose, California},
pages = {20--20},
numpages = {1},
url = {http://portal.acm.org/citation.cfm?id=1855511.1855531},
acmid = {1855531},
publisher = {USENIX Association},
address = {Berkeley, CA, USA},
}
@article{Meisner:2009:PES:1508284.1508269,
author = {Meisner, David and Gold, Brian T. and Wenisch, Thomas F.},
title = {PowerNap: eliminating server idle power},
journal = {SIGPLAN Not.},
volume = {44},
issue = {3},
month = {March},
year = {2009},
issn = {0362-1340},
pages = {205--216},
numpages = {12},
url = {http://doi.acm.org/10.1145/1508284.1508269},
doi = {http://doi.acm.org/10.1145/1508284.1508269},
acmid = {1508269},
publisher = {ACM},
address = {New York, NY, USA},
keywords = {power management, servers},
}
@inproceedings{Milenkovic:2009:PMC:1695659.1695732,
author = {Milenkovic, Milan and Castro-Leon, Enrique and Blakley, James R.},
title = {Power-Aware Management in Cloud Data Centers},
booktitle = {Proceedings of the 1st International Conference on Cloud Computing},
series = {CloudCom '09},
year = {2009},
isbn = {978-3-642-10664-4},
location = {Beijing, China},
pages = {668--673},
numpages = {6},
url = {http://dx.doi.org/10.1007/978-3-642-10665-1_70},
doi = {http://dx.doi.org/10.1007/978-3-642-10665-1_70},
acmid = {1695732},
publisher = {Springer-Verlag},
address = {Berlin, Heidelberg},
keywords = {cloud management, energy-proportional computing, power efficiency, power management, power-aware scheduling, virtualization management},
}
@misc{option3gpower-whitepaper,
Author = {{Option Wireless Technology}},
Howpublished =
{\url{www.option.com/.../White\%20papers/Option\%20White\%20Paper\%20-\%20Power\%20Considerations.pdf}},
Title = {{Power Considerations for 2G and 3G Modules in MID Designs}}}
@misc{ssd-tomshardware,
Author = "{Tom's Hardware}",
Howpublished =
{\url{http://bit.ly/ylLgD}},
Title = {Flash SSD Update: More Results, Answers}}
@misc{cortexm4-web,
Author = {{ARM}},
Howpublished =
{\url{http://bit.ly/hs7dQ7}},
Title = {{Cortex-M4 Processor}}}
@misc{cortexr4-web,
Author = {{ARM}},
Howpublished =
{\url{http://www.arm.com/products/processors/cortex-r/cortex-r4.php}},
Title = {{Cortex-R4 Processor}}}
@misc{cortexa9-web,
Author = {{ARM}},
Howpublished =
{\url{http://bit.ly/bHOomu}},
Title = {{Cortex-A9 Processor}}}
@misc{issi32MBsdram-datasheet,
Author = {{ISSI}},
Howpublished = {\url{http://bit.ly/eDqr3O}},
Title = {IS42VM32100C Advanced Information}}
@misc{os161-unsw,
Author = {{University of New South Wales}},
Howpublished = {\url{http://cgi.cse.unsw.edu.au/~cs3231/}},
Title = {{COMP3231/9201/3891/9283 Operating Systems 2010/S1}}}
@misc{os161-asu,
Author = {{Arizona State University}},
Howpublished = {\url{http://www.eas.asu.edu/~cse430/}},
Title = {{CSE 430 - Operating Systems - Fall 2010}}}
@misc{os161-denison,
Author = {{Denison University}},
Howpublished = {\url{http://personal.denison.edu/~bressoud/cs372-f09/}},
Title = {{Computer Science 372 - Operating Systems }}}
@misc{os161-dixie,
Author = {{Dixie State College of Utah}},
Howpublished = {\url{http://cit.dixie.edu/cs/cs3400/asst0.php}},
Title = {{CS 3400 Operating Systems}}}
@misc{os161-toronto,
Author = {{University of Toronto}},
Howpublished = {\url{http://www.cdf.toronto.edu/~csc369h/winter/stg/index.shtml}},
Title = {{CSC369H: StG Info}}}
@misc{os161-waterloo,
Author = {{University of Waterloo}},
Howpublished = {\url{http://www.student.cs.uwaterloo.ca/~cs350/F10/}},
Title = {{CS 350 - Operating Systems}}}
@inproceedings{os161-sigcse,
author = {Holland, David A. and Lim, Ada T. and Seltzer, Margo I.},
title = {A new instructional operating system},
booktitle = {Proceedings of the 33rd SIGCSE technical symposium on Computer science education},
series = {SIGCSE '02},
year = {2002},
isbn = {1-58113-473-8},
location = {Cincinnati, Kentucky},
pages = {111--115},
numpages = {5},
url = {http://doi.acm.org/10.1145/563340.563383},
doi = {http://doi.acm.org/10.1145/563340.563383},
acmid = {563383},
publisher = {ACM},
address = {New York, NY, USA},
}
@misc{os161-link,
Author = {{Harvard University}},
Howpublished = {\url{http://www.eecs.harvard.edu/~syrah/os161/}},
Title = {{OS/161}}}
@inproceedings{landslide-sensys05,
author = {Anandarajah, Annalingam and Moore, Kevin and Terzis, Andreas and Wang, I-J.},
title = {Sensor networks for landslide detection},
booktitle = {SenSys '05: Proceedings of the 3rd international conference on Embedded networked sensor systems},
year = {2005},
isbn = {1-59593-054-X},
pages = {268--269},
location = {San Diego, California, USA},
doi = {http://doi.acm.org.ezp-prod1.hul.harvard.edu/10.1145/1098918.1098948},
publisher = {ACM},
address = {New York, NY, USA},
}
@inproceedings{basha-sensys08,
author = {Basha, Elizabeth A. and Ravela, Sai and Rus, Daniela},
title = {Model-based monitoring for early warning flood detection},
booktitle = {SenSys '08: Proceedings of the 6th ACM conference on Embedded network sensor systems},
year = {2008},
isbn = {978-1-59593-990-6},
pages = {295--308},
location = {Raleigh, NC, USA},
doi = {http://doi.acm.org.ezp-prod1.hul.harvard.edu/10.1145/1460412.1460442},
publisher = {ACM},
address = {New York, NY, USA},
}
@inproceedings{wsuvolcano-mobisys09,
author = {Song, Wen-Zhan and Huang, Renjie and Xu, Mingsen and Ma, Andy and Shirazi, Behrooz and LaHusen, Richard},
title = {Air-dropped sensor network for real-time high-fidelity volcano monitoring},
booktitle = {MobiSys '09: Proceedings of the 7th international conference on Mobile systems, applications, and services},
year = {2009},
isbn = {978-1-60558-566-6},
pages = {305--318},
location = {Krak\'{o}w, Poland},
doi = {http://doi.acm.org.ezp-prod1.hul.harvard.edu/10.1145/1555816.1555847},
publisher = {ACM},
address = {New York, NY, USA},
}
@inproceedings{m2-nossdav05,
author = {Kulkarni, Purushottam and Ganesan, Deepak and Shenoy, Prashant},
title = {The case for multi--tier camera sensor networks},
booktitle = {NOSSDAV '05: Proceedings of the international workshop on Network and operating systems support for digital audio and video},
year = {2005},
isbn = {1-58113-987-X},
pages = {141--146},
location = {Stevenson, Washington, USA},
doi = {http://doi.acm.org.ezp-prod1.hul.harvard.edu/10.1145/1065983.1066016},
publisher = {ACM},
address = {New York, NY, USA},
}
@inproceedings{cyclops-sensys05,
author = {Rahimi, Mohammad and Baer, Rick and Iroezi, Obimdinachi I. and Garcia, Juan C. and Warrior, Jay and Estrin, Deborah and Srivastava, Mani},
title = {Cyclops: in situ image sensing and interpretation in wireless sensor networks},
booktitle = {SenSys '05: Proceedings of the 3rd international conference on Embedded networked sensor systems},
year = {2005},
isbn = {1-59593-054-X},
pages = {192--204},
location = {San Diego, California, USA},
doi = {http://doi.acm.org.ezp-prod1.hul.harvard.edu/10.1145/1098918.1098939},
publisher = {ACM},
address = {New York, NY, USA},
}
@inproceedings{paxson-imc04,
author = {Paxson, Vern},
title = {Strategies for sound internet measurement},
booktitle = {IMC '04: Proceedings of the 4th ACM SIGCOMM conference on Internet measurement},
year = {2004},
isbn = {1-58113-821-0},
pages = {263--271},
location = {Taormina, Sicily, Italy},
doi = {http://doi.acm.org.ezp-prod1.hul.harvard.edu/10.1145/1028788.1028824},
publisher = {ACM},
address = {New York, NY, USA},
}
@inproceedings{zhang-infocom02,
author = {Li Zhang and Zhen Liu and Cathy H. Xia},
title = {Clock Synchronization Algorithms for Network Measurements},
booktitle = {INFOCOM},
year = {2002},
ee = {http://www.ieee-infocom.org/2002/papers/329.pdf},
bibsource = {DBLP, http://dblp.uni-trier.de}
}
@techreport{moon-mittechreport,
author = {Moon, S. B. and Skelly, P. and Towsley, D.},
title = {Estimation and Removal of Clock Skew from Network Delay Measurements},
year = {1998},
source = {http://www.ncstrl.org:8900/ncstrl/servlet/search?formname=detail\&id=oai%3Ancstrlh%3Aumass_cs%3Ancstrl.umassa_cs%2F%2FUM-CS-1998-043},
publisher = {University of Massachusetts},
address = {Amherst, MA, USA},
}
@article{paxson-sigmetrics98,
author = {Paxson, Vern},
title = {On calibrating measurements of packet transit times},
journal = {SIGMETRICS Perform. Eval. Rev.},
volume = {26},
number = {1},
year = {1998},
issn = {0163-5999},
pages = {11--21},
doi = {http://doi.acm.org.ezp-prod1.hul.harvard.edu/10.1145/277858.277865},
publisher = {ACM},
address = {New York, NY, USA},
}
@book{rosnay79,
title="The macroscope: a new world scientific system",
author="J{\"{o}}el de Rosnay",
publisher="Harper and Row",
address="New York",
year="1979"}
@inproceedings{bmac-sensys04,
author = {Joseph Polastre and Jason Hill and David Culler},
title = {Versatile low power media access for wireless sensor networks},
booktitle = {SenSys '04: Proceedings of the 2nd international conference on Embedded networked sensor systems},
year = {2004},
isbn = {1-58113-879-2},
pages = {95--107},
location = {Baltimore, MD, USA},
doi = {http://doi.acm.org/10.1145/1031495.1031508},
publisher = {ACM},
address = {New York, NY, USA},
}
@misc{tinyos-lpl,
Author = {David Moss and Jonathan Hui and Philip Levis and Jung Il Choi},
Howpublished = {\url{http://bit.ly/gCEEZ5}},
Title = {TinyOS Extension Proposal {TEP}-126}}
@inproceedings{fairrate-sensys08,
author = {Fan, Kai-Wei and Zheng, Zizhan and Sinha, Prasun},
title = {Steady and fair rate allocation for rechargeable sensors in perpetual sensor networks},
booktitle = {SenSys '08: Proceedings of the 6th ACM conference on Embedded network sensor systems},
year = {2008},
isbn = {978-1-59593-990-6},
pages = {239--252},
location = {Raleigh, NC, USA},
doi = {http://doi.acm.org/10.1145/1460412.1460436},
publisher = {ACM},
address = {New York, NY, USA},
}
@inproceedings{suelo-sensys09,
author = {Ramanathan, Nithya and Schoellhammer, Thomas and Kohler, Eddie and Whitehouse, Kamin and Harmon, Thomas and Estrin, Deborah},
title = {Suelo: human-assisted sensing for exploratory soil monitoring studies},
booktitle = {SenSys '09: Proceedings of the 7th ACM Conference on Embedded Networked Sensor Systems},
year = {2009},
isbn = {978-1-60558-519-2},
pages = {197--210},
location = {Berkeley, California},
doi = {http://doi.acm.org.ezp-prod1.hul.harvard.edu/10.1145/1644038.1644058},
publisher = {ACM},
address = {New York, NY, USA},
}
@article{canetoad-tosn,
author = {Hu, Wen and Bulusu, Nirupama and Chou, Chun Tung and Jha, Sanjay and Taylor, Andrew and Tran, Van Nghia},
title = {Design and evaluation of a hybrid sensor network for cane toad monitoring},
journal = {ACM Trans. Sen. Netw.},
volume = {5},
number = {1},
year = {2009},
issn = {1550-4859},
pages = {1--28},
doi = {http://doi.acm.org.ezp-prod1.hul.harvard.edu/10.1145/1464420.1464424},
publisher = {ACM},
address = {New York, NY, USA},
}
@techreport{wavescript-techreport08,
Author = {Ryan Newton and Lewis Girod and Michael Craig and Sam Madden and Greg Morrisett},
Institution = {Massachusetts Institute of Technology Computer Science and
Artificial Intelligence Laboratory},
Month = jan,
Number = {MIT-CSAIL-TR-2008-005},
Title = {WaveScript: A Case-Study in Applying a Distributed Stream-Processing Language},
Type = {Technical Report},
Year = {2008}}
@inproceedings{voxnet-ipsn08,
author = {Allen, Michael and Girod, Lewis and Newton, Ryan and Madden, Samuel and Blumstein, Daniel T. and Estrin, Deborah},
title = {VoxNet: An Interactive, Rapidly-Deployable Acoustic Monitoring Platform},
booktitle = {IPSN '08: Proceedings of the 7th international conference on Information processing in sensor networks},
year = {2008},
isbn = {978-0-7695-3157-1},
pages = {371--382},
doi = {http://dx.doi.org.ezp-prod1.hul.harvard.edu/10.1109/IPSN.2008.45},
publisher = {IEEE Computer Society},
address = {Washington, DC, USA},
}
@inproceedings{381685,
author = {Xu,, Ya and Heidemann,, John and Estrin,, Deborah},
title = {Geography-informed energy conservation for Ad Hoc routing},
booktitle = {MobiCom '01: Proceedings of the 7th annual international
conference on Mobile computing and networking},
year = {2001},
isbn = {1-58113-422-3},
pages = {70--84},
location = {Rome, Italy},
doi = {http://doi.acm.org/10.1145/381677.381685},
publisher = {ACM},
address = {New York, NY, USA},
}
@inproceedings{Fonseca07,
author = {Rodrigo Fonseca and Omprakash Gnawali and Kyle Jamieson and Philip Levis},
title = {Four Bit Wireless Link Estimation},
booktitle = "Proceedings of the Sixth Workshop on Hot Topics in Networks (HotNets VI)",
year = "2007",
location = "Atlanta, GA",
}
@INPROCEEDINGS{Niculescu03adhoc,
author = {Dragos Niculescu and Dataman Lab},
title = {Ad Hoc Positioning System(APS) Using AoA},
booktitle = {},
year = {2003},
pages = {1734--1743}
}
@inproceedings{ShahRabaey2002,
author = {Rahul C. Shah and Jan M. Rabaey},
title = {Energy Aware Routing for Low Energy Ad Hoc Sensor
Networks},
booktitle = {IEEE Wireless Communications and Networking
Conference (WCNC)},
month = {March},
year = {2002},
URL =
{http://bwrc.eecs.berkeley.edu/php/pubs/pubs.php/318.html}
}
@inproceedings{backcast-hotnets,
author = {Dutta, Prabal and Razvan and Stoica, Ion and Terzis, Andreas},
booktitle = {Proceedings of the Seventh Workshop on Hot Topics in Networks (HotNets-VII)},
citeulike-article-id = {4522360},
keywords = {acks, mac},
month = {October},
posted-at = {2009-05-15 09:53:29},
priority = {2},
title = {Wireless ACK Collisions Not Considered Harmful},
year = {2008}
}
@inproceedings{cinder-mobiheld09,
author = {Rumble, Stephen M. and Stutsman, Ryan and Levis, Philip and Mazi\`{e}res, David and Zeldovich, Nickolai},
title = {Apprehending joule thieves with cinder},
booktitle = {MobiHeld '09: Proceedings of the 1st ACM workshop on Networking, systems, and applications for mobile handhelds},
year = {2009},
isbn = {978-1-60558-444-7},
pages = {49--54},
location = {Barcelona, Spain},
doi = {http://doi.acm.org/10.1145/1592606.1592618},
publisher = {ACM},
address = {New York, NY, USA},
}
@inproceedings{koala-ipsn08,
address = {Washington, DC, USA},
author = {Razvan and Chieh and Terzis, Andreas},
booktitle = {IPSN '08: Proceedings of the 7th international conference on Information processing in sensor networks},
citeulike-article-id = {4460778},
citeulike-linkout-0 = {http://portal.acm.org/citation.cfm?id=1371607.1372752},
citeulike-linkout-1 = {http://dx.doi.org/10.1109/IPSN.2008.10},
doi = {10.1109/IPSN.2008.10},
isbn = {978-0-7695-3157-1},
keywords = {application, collection, mac},
pages = {421--432},
posted-at = {2009-05-04 16:59:33},
priority = {2},
publisher = {IEEE Computer Society},
title = {Koala: Ultra-Low Power Data Retrieval in Wireless Sensor Networks},
url = {http://dx.doi.org/10.1109/IPSN.2008.10},
year = {2008}
}
@article{odyssey-osr99,
author = {Flinn, Jason and Satyanarayanan, M.},
title = {Energy-aware adaptation for mobile applications},
journal = {SIGOPS Oper. Syst. Rev.},
volume = {33},
number = {5},
year = {1999},
issn = {0163-5980},
pages = {48--63},
doi = {http://doi.acm.org/10.1145/319344.319155},
publisher = {ACM},
address = {New York, NY, USA},
}
@inproceedings{powerscope-wmcsa99,
author = {Flinn, Jason and Satyanarayanan, M.},
title = {PowerScope: A Tool for Profiling the Energy Usage of Mobile Applications},
booktitle = {WMCSA '99: Proceedings of the Second IEEE Workshop on Mobile Computer Systems and Applications},
year = {1999},
isbn = {0-7695-0025-0},
pages = {2},
publisher = {IEEE Computer Society},
address = {Washington, DC, USA},
}
@article{presto-TON,
author = {Li, Ming and Ganesan, Deepak and Shenoy, Prashant},
title = {PRESTO: feedback-driven data management in sensor networks},
journal = {IEEE/ACM Trans. Netw.},
volume = {17},
number = {4},
year = {2009},
issn = {1063-6692},
pages = {1256--1269},
doi = {http://dx.doi.org/10.1109/TNET.2008.2006818},
publisher = {IEEE Press},
address = {Piscataway, NJ, USA},
}
@inproceedings{quanto-osdi08,
author = {Rodrigo Fonseca and Prabal Dutta and Philip Levis and Ion Stoica},
title = {Quanto: Tracking Energy in Networked Embedded Systems},
booktitle = {OSDI},
year = {2008},
pages = {323-338},
}
@inproceedings{sora-nsdi05,
author = {Geoffrey Mainland and David C. Parkes and Matt Welsh},
title = {Decentralized, adaptive resource allocation for sensor networks},
booktitle = {NSDI'05: Proceedings of the 2nd conference on Symposium on Networked Systems Design \& Implementation},
year = {2005},
pages = {315--328},
publisher = {USENIX Association},
address = {Berkeley, CA, USA},