Check out the new USENIX Web site. next up previous
Next: 5.5 Page-Migration Overhead Up: 5 Evaluation Results Previous: 5.3 Comparison of Basic


5.4 Comparison of Advanced Techniques

Although the initial implementation of PAVM does very well compared to other basic techniques, we can conserve even more energy using more aggressive policies. In this section, we compare three versions of PAVM: the initial implementation of PAVM, revision 1 that uses library aggregation (PAVMr1), and revision 2 that also includes page migration (PAVMr2). Both of the aggressive policies try to keep nodes in the Nap mode longer, i.e., reducing $ \sum t_{i,j}^S$ in the second term of Eq. (1), to realize significant additional energy savings.

Figure 7:  Cumulative energy for PAVM with library aggregation (PAVMr1) and PAVM with both library aggregation and page migration (PAVMr2), normalized to that of the initial PAVM implementation.
\begin{figure*}\begin{tabular}{c c c}
{\epsfig{figure=./figs/16chip_light_comp.e...
...oweruser workload} & {\small (c) Multimedia workload}
\end{tabular}\end{figure*}

We repeat the set of workloads under PAVMr1 and PAVMr2 policies, and the resulting energy consumption is plotted in Figures 7(a-c), normalized to that of the initial PAVM implementation. PAVMr1 saves an additional 0-20% and PAVMr2 saves an additional 25-50% of the energy relative to the initial implementation. It is interesting to note the jump at the 10-minute mark in the Poweruser workload for PAVMr2. This is the point at which the periodic Linux kernel compilation first runs. Since kernel compilation creates many short-lived processes that start and complete between invocations of kmigrated, page migration does not help these processes, although it continues to be effective for the long-lived ones. Therefore, the benefit of page migration diminishes if short-lived processes dominate in the system.


Table 7:  Average memory power consumption for the different power-management policies, running various workloads over a one hour period.
  Light Poweruser Multimedia
Base 4100 mW 4118 mW 4230 mW
On/Off 892 mW 2324 mW 3991 mW
PAVM 465 mW 986 mW 2687 mW
PAVMr1 397 mW 791 mW 2442 mW
PAVMr2 237 mW 646 mW 1725 mW


The absolute average power dissipated for all of the power management techniques is summarized in Table 7. The Base system tends to draw close to a constant amount of power, since all nodes stay in Standby mode, with some small increases corresponding to the greater number of memory transactions in the Poweruser and Multimedia workloads. The energy savings realized vary greatly with the workload, and up to 94% reduction is seen with a lightly-loaded system. However, even with the very heavy Multimedia workload, 59% memory power reduction is realized.


next up previous
Next: 5.5 Page-Migration Overhead Up: 5 Evaluation Results Previous: 5.3 Comparison of Basic
2003-03-03