8
Analysis of the Power Usage of an Acer Aspire One Pro Netbook Atwin O. Calchand, Philip Branch, Jason But Centre for Advanced Internet Architectures, Technical Report 100208A Swinburne University of Technology Melbourne, Australia [email protected], [email protected] Abstract—This report presents the results of a prelimi- nary experiment carried out to find out how much power is used by the components in a netbook. We tested the screen, hard drive, wireless interface and processor to obtain data which showed how much power they consumed under different conditions. We found that the screen and the hard drive consumed the most power. I. I NTRODUCTION The Acer Aspire One Pro P531h is a 10.1 inch netbook which entered the market in August 2009. It has an Intel Atom N270 twin-core processor which runs at a maximum of 1.6 GHz. It has 1 GB of DDR2 RAM and 160 GB of Hard disk space. What makes this netbook interesting is the implementation of a recent generation of Intel Atom processors. These processors have been designed to work at low power as compared to their Core 2 Duo counterparts. They have a Thermal Design Power (TDP) 1 of only 2.5 W at maximum load and have been manufactured using a 45 nm process.[1] As these devices have gained an important share of the laptop market[2], it becomes interesting to analyse what makes them such successful devices - their portability and more so their long battery life. The power pack shipped with the netbook has a rating of 19V and maximum current draw of 1.58A. This means that under maximum load the netbook will use no more than 30 W of power. In this report, we present the findings of a preliminary research work carried out to investigate how components in the Acer Aspire One Pro P531h consume power. The rest of the report is structured as follows. Section II explains how the experiment was set up and Section III provides a discussion of the results. Section IV concludes 1 TDP refers to the maximum amount of power the cooling system in a computer is required to dissipate. TABLE I EQUIPMENT SPECIFICATION Hardware Specifications Client PC Intel Atom N270 1.6 GHz 1GB RAM Ubuntu Netbook Remix 9.10 Filezilla FTP Client Server PC / Data Logger Intel Core 2 Duo 2.33 GHz 4GB RAM WindowsVista Home Basic Filezilla FTP Server Instek Power Supply Provides DC Power TDS2014 Oscilloscope Used to measure the voltage the report by providing an insight into future work that will be done. II. EXPERIMENT This section explains how the experiment was set up and the tools used. It also defines the terms used in this report. The equipment used for this experiment is listed in Table I. All tests were carried out more than once to make sure that the results obtained matched the previous set of results. Figure 1 illustrates the layout of the testbed used to measure the power used by the netbook. The mean voltages V1 and V2 were obtained by probing the oscilloscope at regular intervals via an RS232 connection using python scripts. The power was calculated using P ower = (V 1 - V 2) × V 2 R (1) The netbook was powered without a battery docked to ensure that no power was being used for charging. The Idle State is defined as the state where the OS is loaded with the default settings, the screen set to maximum brightness and the network interfaces - CAIA Technical Report 100208A February 2010 page 1 of 8

Analysis of the Power Usage of an Acer Aspire One Pro Netbookcaia.swin.edu.au/reports/100208A/CAIA-TR-100208A.pdf ·  · 2010-10-21Analysis of the Power Usage of an Acer Aspire One

  • Upload
    doantu

  • View
    220

  • Download
    1

Embed Size (px)

Citation preview

Page 1: Analysis of the Power Usage of an Acer Aspire One Pro Netbookcaia.swin.edu.au/reports/100208A/CAIA-TR-100208A.pdf ·  · 2010-10-21Analysis of the Power Usage of an Acer Aspire One

Analysis of the Power Usage of an Acer AspireOne Pro Netbook

Atwin O. Calchand, Philip Branch, Jason ButCentre for Advanced Internet Architectures, Technical Report 100208A

Swinburne University of TechnologyMelbourne, Australia

[email protected], [email protected]

Abstract—This report presents the results of a prelimi-nary experiment carried out to find out how much poweris used by the components in a netbook. We tested thescreen, hard drive, wireless interface and processor toobtain data which showed how much power they consumedunder different conditions. We found that the screen andthe hard drive consumed the most power.

I. INTRODUCTION

The Acer Aspire One Pro P531h is a 10.1 inch netbookwhich entered the market in August 2009. It has anIntel Atom N270 twin-core processor which runs at amaximum of 1.6 GHz. It has 1 GB of DDR2 RAM and160 GB of Hard disk space. What makes this netbookinteresting is the implementation of a recent generationof Intel Atom processors. These processors have beendesigned to work at low power as compared to theirCore 2 Duo counterparts. They have a Thermal DesignPower (TDP)1 of only 2.5 W at maximum load and havebeen manufactured using a 45 nm process.[1]

As these devices have gained an important share of thelaptop market[2], it becomes interesting to analyse whatmakes them such successful devices - their portabilityand more so their long battery life. The power packshipped with the netbook has a rating of 19V andmaximum current draw of 1.58A. This means that undermaximum load the netbook will use no more than 30 Wof power.

In this report, we present the findings of a preliminaryresearch work carried out to investigate how componentsin the Acer Aspire One Pro P531h consume power. Therest of the report is structured as follows. Section IIexplains how the experiment was set up and Section IIIprovides a discussion of the results. Section IV concludes

1TDP refers to the maximum amount of power the cooling systemin a computer is required to dissipate.

TABLE IEQUIPMENT SPECIFICATION

Hardware Specifications

Client PC

Intel Atom N270 1.6 GHz1GB RAMUbuntu Netbook Remix 9.10Filezilla FTP Client

Server PC / Data Logger

Intel Core 2 Duo 2.33 GHz4GB RAMWindowsVista Home BasicFilezilla FTP Server

Instek Power Supply Provides DC Power

TDS2014 Oscilloscope Used to measure the voltage

the report by providing an insight into future work thatwill be done.

II. EXPERIMENT

This section explains how the experiment was set upand the tools used. It also defines the terms used in thisreport.

The equipment used for this experiment is listed inTable I. All tests were carried out more than once tomake sure that the results obtained matched the previousset of results. Figure 1 illustrates the layout of the testbedused to measure the power used by the netbook. Themean voltages V1 and V2 were obtained by probing theoscilloscope at regular intervals via an RS232 connectionusing python scripts. The power was calculated using

Power =(V 1− V 2)× V 2

R(1)

The netbook was powered without a battery dockedto ensure that no power was being used for charging.

The Idle State is defined as the state where theOS is loaded with the default settings, the screen setto maximum brightness and the network interfaces -

CAIA Technical Report 100208A February 2010 page 1 of 8

Page 2: Analysis of the Power Usage of an Acer Aspire One Pro Netbookcaia.swin.edu.au/reports/100208A/CAIA-TR-100208A.pdf ·  · 2010-10-21Analysis of the Power Usage of an Acer Aspire One

bluetooth, ethernet and wireless LAN - are off. It is tobe noted that the hard disk drive is active during theidle state and could do random, uncontrolled read/writecycles. This behaviour has not been omitted from theresults obtained in this experiment.

A. BIOS and Bootloader Measurements

The BIOS and BootLoader measurements, as demon-strated in Figure 2, were performed to get a baseline ofhow much power is drawn by the system before the OSis loaded. The BIOS and Bootloader do nothing morethan wait for user input. Knowing how much power isused while in these two states allowed us to comparehow the OS manages power.

B. Screen Measurements

Screen measurements involved checking how muchpower is used by the screen at maximum brightness.This was done by setting the power options in the OS tocompletely blank the screen when the lid was closed.The power usage was recorded over a period of 30minutes to compare with the Idle State. Another series oftests compared the power usage between a mainly blackscreen and a mainly white screen. The black and whitescreens were displayed by changing the colour settingsof a terminal window. Various reports have previouslystated that a white screen (brighter) consumes morepower than a black screen (dimmer). Our results showthat this is not the case with the LCD display we tested.

C. Wireless Measurements

The wireless module was first tested by measuringhow much power it uses when it is on and not associatedto any access points. The second series of tests verifiedthe power usage when it was connected to an accesspoint and the last tests determined how much powerwas used while transmitting and receiving data over awireless network. An FTP server was set up to allow forthe exchange of data between a server and the netbook.The wireless modulation scheme used was 802.11g,allowing a raw data rate of 54 Mbps.

D. Hard Disk Drive Measurements

The idle state accounts for the power used by theHDD. The HDD was removed from the netbook tomeasure how much power was being drawn as comparedto the Idle State. The netbook was booted with a USBFlash drive with the same Operating System - UbuntuNetbook Remix 9.10. Measurements were taken duringthe same interval to determine the difference in powerusage. Removing the HDD and running the OS from the

TABLE IIINSTALLING CPUFREQUTILS

Distribution Terminal/Konsole commmandUbuntu sudo apt-get install cpufrequtilsFedora su -c ‘yum -y install cpufrequtils’

TABLE IIIPOWER STATISTICS : BIOS AND BOOTLOADER

Power (W) Bios BootloaderMinimum 5.79 6.077Maximum 6.44 6.63Average 6.04 6.34Std Dev. 0.09 0.08

USB drive gives us an idea of how much power drawthe HDD contributes to in the Idle State. Only the powerused by the HDD when in the idle state was tested for.No controlled read/write tests were done in any of thescenarios.

E. Processor Measurements

The Intel Atom processor that powered our netbookallowed four different clock speeds to be set; 800 MHz,1.07 GHz, 1.33 GHz and 1.60 GHz. We ran a series oftests at different clock speeds to determine the powerlevels at each setting. Both cores were set at the samespeed and a program was run to keep each fully loaded.To observe changes in power, measurements were takenwith the processor:

1) At Idle2) One core at full load3) Both cores at full load

The “top” utility was used to confirm the processorwas 50% loaded with one core running and 100%loaded with both cores running. To set the speed of thecores the “cpufrequtils” utility was used. Cpufrequtilsis freely available for all major Linux distributions. Itallows dynamic CPU clock speed scaling via the useof governors. Users can also define their own customsettings.[3]

TABLE IVPOWER STATISTICS : SCREEN

Power (W) Idle Screen Off MinBr White BlackMinimum 5.90 2.98 4.58 4.31 4.93Maximum 6.89 3.57 5.21 9.68 6.29Average 6.31 3.28 4.89 5.08 5.35Std Dev. 0.12 0.07 0.09 0.25 0.16

CAIA Technical Report 100208A February 2010 page 2 of 8

Page 3: Analysis of the Power Usage of an Acer Aspire One Pro Netbookcaia.swin.edu.au/reports/100208A/CAIA-TR-100208A.pdf ·  · 2010-10-21Analysis of the Power Usage of an Acer Aspire One

GND

CH2

CH1

RS232

Connection

Acer

Netbook

FTP Client

192.168.0.3 / 24

TDS2014

Oscilloscope

Instek DC

Power Supply

V1

V2

R

-

+

Wireless

Router

192.168.0.1 / 24

Ethernet

Data Logger /

FTP Server

192.168.0.2 / 24

Fig. 1. Testbed for getting power used by devices

5.40

5.60

5.80

6.00

6.20

6.40

6.60

6.80

Po

we

r (W

)

BIOS & BootLoader Power Usage

5.20

5.40

5.60

5.80

6.00

6.20

6.40

6.60

6.80

1

14

27

40

53

66

79

92

10

5

11

8

13

1

14

4

15

7

17

0

18

3

19

6

20

9

22

2

23

5

24

8

26

1

27

4

28

7

30

0

31

3

32

6

33

9

35

2

36

5

37

8

39

1

40

4

41

7

43

0

44

3

45

6

46

9

48

2

Po

we

r (W

)

Time (s)

BIOS & BootLoader Power Usage

Bios Power (W) Mean Bios Power (W) BootLoader Power (W) Mean BootLoader Power (W)

Fig. 2. Power used by the BIOS and BootLoader

TABLE VPOWER STATISTICS : CONNECTION TO ACCESS POINT WITH

UNSTABLE DRIVERS

WiFi Power (W) Associated dis-AssociatedMinimum 3.34 4.52Maximum 9.69 10.07Average 4.85 6.39Std Dev. 0.76 0.14

TABLE VIPOWER STATISTICS : CONNECTION TO ACCESS POINT WITH

NEWER DRIVERS

WiFi Power (W) Associated dis-AssociatedMinimum 6.64 4.85Maximum 7.97 10.60Average 7.24 6.64Std Dev. 0.16 0.29

TABLE VIIPOWER STATISTICS : FILE TRANSFER

WiFi Power (W) Receive TransmitMinimum 5.55 5.54Maximum 13.07 12.69Average 8.96 7.60Std Dev. 1.12 1.02Throughput 3.2 MB/s 523 KB/sGoodput 3.16 MB/s 447 KB/s

TABLE VIIIPOWER STATISTICS : IDLE USAGE WITH AND WITHOUT HDD

Power (W) HDD USBMinimum 5.90 3.68Maximum 6.89 6.51Average 6.31 3.97Std Dev. 0.12 0.13

CAIA Technical Report 100208A February 2010 page 3 of 8

Page 4: Analysis of the Power Usage of an Acer Aspire One Pro Netbookcaia.swin.edu.au/reports/100208A/CAIA-TR-100208A.pdf ·  · 2010-10-21Analysis of the Power Usage of an Acer Aspire One

1.00

2.00

3.00

4.00

5.00

6.00

7.00

8.00

Po

we

r (W

)

Screen Power Usage

0.00

1.00

2.00

3.00

4.00

5.00

6.00

7.00

8.00

1

12

23

34

45

56

67

78

89

10

0

11

1

12

2

13

3

14

4

15

5

16

6

17

7

18

8

19

9

21

0

22

1

23

2

24

3

25

4

26

5

27

6

28

7

29

8

30

9

32

0

33

1

34

2

35

3

36

4

37

5

38

6

39

7

40

8

41

9

43

0

44

1

45

2

46

3

47

4

48

5

49

6

50

7

51

8

52

9

54

0

55

1

56

2

57

3

Po

we

r (W

)

Time (s)

Screen Power Usage

Idle Power (W) Mean Idle Power (W)

Black Power (W) Mean Black Power (W)

White Power (W) Mean White Power (W)

MinBrightness Power (W) Mean MinBrightness Power (W)

ScreenOff Power (W) Mean ScreenOff Power (W)

Fig. 3. Transmit and Receive Power Levels

0.00

2.00

4.00

6.00

8.00

10.00

12.00

Po

we

r (W

)

Associated & NotAssociated Power Usage

0.00

2.00

4.00

6.00

8.00

10.00

12.00

1

25

49

73

97

12

1

14

5

16

9

19

3

21

7

24

1

26

5

28

9

31

3

33

7

36

1

38

5

40

9

43

3

45

7

48

1

50

5

52

9

55

3

57

7

60

1

62

5

64

9

67

3

69

7

72

1

74

5

76

9

79

3

81

7

84

1

86

5

88

9

Po

we

r (W

)

Time (s)

Associated & NotAssociated Power Usage

Associated Power (W) Associated Mean Power (W)

NotAssociated Power (W) NotAssociated Mean Power (W)

Fig. 4. Associated and Not-Associated Power Usage with old drivers

0.00

2.00

4.00

6.00

8.00

10.00

12.00

1

25

49

73

97

12

1

14

5

16

9

19

3

21

7

24

1

26

5

28

9

31

3

33

7

36

1

38

5

40

9

43

3

45

7

48

1

50

5

52

9

55

3

57

7

60

1

62

5

64

9

67

3

69

7

72

1

74

5

76

9

79

3

81

7

84

1

86

5

88

9

Po

we

r (W

)

Associated & NotAssociated Power Usage

0.00

2.00

4.00

6.00

8.00

10.00

12.00

1

25

49

73

97

12

1

14

5

16

9

19

3

21

7

24

1

26

5

28

9

31

3

33

7

36

1

38

5

40

9

43

3

45

7

48

1

50

5

52

9

55

3

57

7

60

1

62

5

64

9

67

3

69

7

72

1

74

5

76

9

79

3

81

7

84

1

86

5

88

9

Po

we

r (W

)

Time (s)

Associated & NotAssociated Power Usage

Associated Power (W) Mean Associated Power (W)

NotAssociated Power (W) Mean NotAssociated Power (W)

Fig. 5. Associated and Not-Associated Power Usage with new drivers

CAIA Technical Report 100208A February 2010 page 4 of 8

Page 5: Analysis of the Power Usage of an Acer Aspire One Pro Netbookcaia.swin.edu.au/reports/100208A/CAIA-TR-100208A.pdf ·  · 2010-10-21Analysis of the Power Usage of an Acer Aspire One

0.00

2.00

4.00

6.00

8.00

10.00

12.00

14.00

Po

we

r (W

)

RX and TX Power Usage

0.00

2.00

4.00

6.00

8.00

10.00

12.00

14.00

1

12

23

34

45

56

67

78

89

10

0

11

1

12

2

13

3

14

4

15

5

16

6

17

7

18

8

19

9

21

0

22

1

23

2

24

3

25

4

26

5

27

6

28

7

29

8

30

9

32

0

33

1

34

2

35

3

36

4

37

5

38

6

39

7

Po

we

r (W

)

Time (s)

RX and TX Power Usage

RX Power (W) TX Power (W) Mean RX Power (W) Mean TX Power (W)

Fig. 6. Transmit and Receive Power Levels

0.00

1.00

2.00

3.00

4.00

5.00

6.00

7.00

8.00

Po

we

r (W

)

Idle Usage with HDD and USB

0.00

1.00

2.00

3.00

4.00

5.00

6.00

7.00

8.00

1

17

33

49

65

81

97

11

3

12

9

14

5

16

1

17

7

19

3

20

9

22

5

24

1

25

7

27

3

28

9

30

5

32

1

33

7

35

3

36

9

38

5

40

1

41

7

43

3

44

9

46

5

48

1

49

7

51

3

52

9

54

5

56

1

57

7

59

3

Po

we

r (W

)

Time (s)

Idle Usage with HDD and USB

HDD Power (W) Mean HDD Power (W) USB Power (W) Mean USB Power (W)

Fig. 7. Booting OS from HDD and USB Power Levels

6

6.2

6.4

6.6

6.8

7

7.2

7.4

7.6

7.8

Av

erg

ae

Po

we

r (W

)

Idle and Loaded Cores Power Usage

800 1070 1330 1600

Idle 6.59 6.4 6.34 6.53

1 Core 6.76 6.86 6.91 7.09

2 Cores 6.76 6.89 6.96 7.57

5.6

5.8

6

6.2

6.4

6.6

6.8

7

7.2

7.4

7.6

7.8

Av

erg

ae

Po

we

r (W

)

Idle and Loaded Cores Power Usage

Fig. 8. Processor Power Levels at different clock speeds

CAIA Technical Report 100208A February 2010 page 5 of 8

Page 6: Analysis of the Power Usage of an Acer Aspire One Pro Netbookcaia.swin.edu.au/reports/100208A/CAIA-TR-100208A.pdf ·  · 2010-10-21Analysis of the Power Usage of an Acer Aspire One

TABLE IXPROCESSOR IDLE USAGE AT DIFFERENT CLOCK SPEEDS

IDLE Power Usage (W)Speed (MHz) Min Max Mean Std Dev.

800 6.35 7.75 6.59 0.081070 6.08 7.57 6.40 0.121330 6.08 6.92 6.34 0.111600 6.01 8.83 6.53 0.18

TABLE XPROCESSOR WITH 1 CORE LOADED AT DIFFERENT CLOCK SPEEDS

1 Core Power Usage (W)Speed (MHz) Min Max Mean Std Dev.

800 5.75 9.59 6.76 0.241070 6.11 9.37 6.86 0.331330 6.26 10.63 6.91 0.301600 6.42 11.56 7.09 0.34

III. RESULTS

This section details and explains the results obtainedfrom the various tests done on each component outlinedin the Experiment section.

A. BIOS and Bootloader

Figure 2 plots the power usage of the BIOS andBootloader over time. Table III summarises the powerusage while in these states. The data demonstrates thatwhile waiting for user input, the Bootloader consumesmore power than the BIOS on average. We can also seefrom Table IV that the Bootloader consumes more powerthan the OS at the Idle State. This could be due to theprocessor running at maximum power with power savingmechanisms only activated after the kernel is loaded.

B. Screen

The results for the screen test are illustrated in Figure3. The Idle State had an average power draw of 6.3W. We observed that closing the lid brought the powerdown to 3.17 W. As previously mentioned, closing thelid switches off the display while keeping the computerrunning. From this result, we can deduce that the screen

TABLE XIPROCESSOR WITH 2 CORES LOADED AT DIFFERENT CLOCK

SPEEDS

2 Core Power Usage (W)Speed (MHz) Min Max Mean Std Dev.

800 5.76 9.37 6.76 0.221070 6.35 9.76 6.89 0.181330 6.48 10.42 6.96 0.21600 7.27 9.63 7.57 0.19

draws approximately 3.13 W of power - almost half ofthe total power consumption in the Idle State. We alsofound out that a mostly black screen uses more powerthan a predominantly white screen. The mean powerdraw for the black screen was 5.35 W while that ofthe white screen was 5.06 W. We discovered that LCDscreens manufactured using the twisted nematic processcould be the cause of this.[4] [Refer to Appendix] So,having a darker background or using “dark” searchengines, like Blackle, does not really help save powerwith these LCD displays. At minimum brightness, thenetbook used an average of 4.89 W of power - a savingof 1.42 W from the Idle State. Table IV details thestatistics obtained from testing the screen.2 Although wehave repeated the tests several times to find the causeof the discrepancy between the Idle and Black states,the results were similar everytime. Further investigationis required to ascertain why there is more than 1 Wdifference between those two states.

C. Wireless

Tables V through VII contain the tests carried outon the wireless module of the netbook. The Associationtests were carried out using two different versions of thewireless NIC driver. The default driver would occasion-ally cause the device to disconnect from any networkwhile transmitting or receiving data or it would freezethe netbook. Only a reboot permitted us to connect backto a network. The newer drivers functioned correctly.Comparing Tables V and VI, we see that drivers play animportant role in the power consumption. The discrep-ancy between the two sets of results are considerable.Being associated to an access point also draws slightlymore power than being just on (not-associated). Thisresponse was contrary to the one obtained with the olddrivers. We can observe that with the new drivers thepower levels are more stable as compared in figures 4and 5.

The transmit and receive tests were performed usinga 1.7 GB file. Table VII shows the statistics recordedwhile figure 6 displays the behaviour of the transfer. Webelieve that receiving data requires more power as thetransfer rate was higher hence requiring the processor towork harder to filter out the downloaded packets. Thetransmit rate was small compared to the receive rate.Figure 6 has been truncated to plot these results overthe same time period for ease of comparison. Download

2[MinBr in Table IV stands for Minimum Brightness]

CAIA Technical Report 100208A February 2010 page 6 of 8

Page 7: Analysis of the Power Usage of an Acer Aspire One Pro Netbookcaia.swin.edu.au/reports/100208A/CAIA-TR-100208A.pdf ·  · 2010-10-21Analysis of the Power Usage of an Acer Aspire One

(receive) time for the file was 538 seconds while theupload (transmit) time was 3847 seconds.

D. HDD and USB

Figure 7 demonstrates the change in power usagewhile using the OS from the HDD and the USB. The testtells us that the hard drive consumes on average 2.34 Wof power when it is plugged in. This would make it thesecond most power-draining component in the system.This test also reveals that the other components in thesystem draw approximately 0.84 W of power in the IdleState, including the power drawn by the USB Flash drive.Table VIII summarises the results obtained for the HDDand USB test.

E. Processor

Table IX demonstrates the results acquired in the Idlestate at different processor speeds. Analysing the meancolumn, we can observe that the average power at 800MHz is higher than those at 1070 MHz and 1330 MHz. Itcould be due a process being triggered or just a spin in ora read/write sequence to the hard drive. Further analysiswill be required to determine why that happened.

The graphs presented in figure 8 illustrate how thepower varies when one core and both cores are fullyloaded. As expected, when the clock speeds are increasedwe observe a greater power draw. And the power drawnwhen both cores are busy are higher than with onlyone core. The results are reviewed in Tables X and XI.Although there is an increase in power when using twocores instead of one, we can observe that the powersavings are negligible when the speed is in the rangeof 800 to 1300 MHz. But the power savings that canbe realised while using the processor at the maximumspeed of 1600 HHz are considerable. The difference inaverage power draw between using one core and bothcores was nearly 500 mW.

We devised another test to see what happens wheneach core is configured to run at different speeds simulta-neously. We programmed one core to run at the minimumspeed of 800 MHz and the other at the maximumspeed of 1.6 GHz. These results are plotted in Figure9 while Table XII provides an overview of the mainstatistics. The outcome is not as expected, that is atpower usage levels somewhere between 800 MHz and1.6 GHz. It is higher than the results obtained for 1.6GHz. Our hypothesis for this behaviour would be theextra amount of work the system has to do to keepthe cores synchronized. Since both cores are on thesame die, they have to share the same bus with each of

TABLE XIIPOWER USAGE WITH 1 CORE AT 800MHZ AND THE OTHER AT 1.6

GHZ

Power (W) Idle 1 Core 2 CoresMin 6.29 5.88 6.27Max 7.99 12.35 12.56

Mean 6.56 7.83 8.20Std Dev 0.10 0.37 0.40

6.295.88

6.27

7.99

12.35 12.56

6.56

7.838.20

4.00

6.00

8.00

10.00

12.00

14.00

Po

we

r (W

)

Power UsageFirst Core at 800 MHz

Second Core at 1.6 GHz

6.295.88

6.27

7.99

12.35 12.56

6.56

7.838.20

0.00

2.00

4.00

6.00

8.00

10.00

12.00

14.00

Idle 1 Core 2 Cores

Po

we

r (W

)

Power UsageFirst Core at 800 MHz

Second Core at 1.6 GHz

Min Max Mean

Fig. 9. Processor Power Levels with each core at a different clockspeed

them sending data to the bus at different rates. We haverepeated this test several times and the data obtainedwas conclusive with the first set of results. To furtherscrutinize what is happening, we would have to studyhow the Intel Atom processor architecture works.

IV. CONCLUSION

The results obtained in this experiment have shownthat the screen and hard disk drive use the bulk of thepower required to run the netbook (in the Idle State),contributing to 49% and 37% respectively. We also foundout that a black screen consumed slightly more powerthan a white screen. The power used by the wirelessmodule depended largely on the transfer rate and wasalso affected by how the drivers which controlled it wereimplemented. The processor’s power was as expected;increasing with higher clock speeds. Using the defaultCPU Frequency scaling set by the OS would save aconsiderable amount of power as it dynamically switchesfrom 800 MHz to 1.6 GHz depending on usage require-ments.

Further work needs to be done to examine how muchpower the Hard Disk consumes when doing read/writeoperations. Analysing how the processor adapts toread/write cycles and the power it uses should also proveuseful. The ethernet and bluetooth interfaces should alsobe tested in a similar fashion to that of the wirelessmodule. The power usage of the graphics card and

CAIA Technical Report 100208A February 2010 page 7 of 8

Page 8: Analysis of the Power Usage of an Acer Aspire One Pro Netbookcaia.swin.edu.au/reports/100208A/CAIA-TR-100208A.pdf ·  · 2010-10-21Analysis of the Power Usage of an Acer Aspire One

processor will be looked at by comparing the Idle State toplaying a movie or a 3D game. The same experiment willbe performed under a Microsoft Windows OS to see howit manages power as compared to Ubuntu Linux. Theprocessor would be further stressed by running a soft-ware which calculates large prime numbers. The programwhich loads the processor would be tweaked to allow itto take advantage of specific processor instructions. Wewould also analyse the benefits of cleverly managingprocessor speeds - by tweaking the existing governorsor writing new ones.

APPENDIX

This section gives a brief explanation of why a blackscreen consumes more power than a white screen inLCD displays.

Depending on the temperature and particular natureof a substance, liquid crystals can be in one of severaldistinct phases. Liquid crystals which are in the NematicPhase make Liquid Crystal Displays (LCDs) possible.One of the distinguishing features of liquid displays isthat they are affected by electric current. A particularsort of nematic liquid crystal, called twisted nematics(TN), is naturally twisted. Applying an electric currentto these liquid crystals will untwist them to varyingdegrees, depending on the current’s voltage. LCDs usethese liquid crystals because they react predictably toelectric current enabling the control of the amount oflight going through. For TN displays, when an electriccharge is applied, the liquid molecules untwist changingthe angle of light passing through them. This in turncauses affected areas to become darker as no light getsthrough. This is why LCD displays consume more powerwhen they generate darker images as compared to theirCRT counterparts.[5] For more information, refer tohttp://electronics.howstuffworks.com/lcd1.htm.

REFERENCES

[1] I. Corporation, “Intel atom processor n270,” 2009, [Accessed10-February-2010]. [Online]. Available: http://processorfinder.intel.com/details.aspx?sSpec=SLB73

[2] ITWorld, “Netbook market share grows,” 2010, [Accessed 10-February-2010]. [Online]. Available: http://www.itworld.com/channel/67382/netbook-market-share-grows

[3] D. Brodowski, “Cpufrequtils.” [Online]. Available: http://www.kernel.org/pub/linux/utils/kernel/cpufreq/cpufrequtils.html

[4] D. Yates, “Black & white power consumption - 24 morelcd monitors tested,” September 2009. [Online]. Available:http://darrenyates.com.au/?p=1219

[5] J. Tyson, “How lcds work,” 2010, [Accessed 10-February-2010].[Online]. Available: http://electronics.howstuffworks.com/lcd1.htm

CAIA Technical Report 100208A February 2010 page 8 of 8