Ignore:
Timestamp:
06/08/13 22:20:59 (12 years ago)
Author:
wojtekp
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • papers/SMPaT-2012_DCWoRMS/elsarticle-DCWoRMS.tex

    r1078 r1079  
    726726\subsection{Verification of models}  
    727727 
    728 This section contains more detailed and experimental comparison of power consumption models that can be applied, among others, within the DCworms. As a reference model, called Mapping approach, we used model that was applied to the experiments in the previous section. As mentioned within this model, the values measured on the CoolEmAll testbed for each application were applied directly to the power consumption model used in DCworms.  
     728This section contains more detailed and experimental comparison of power consumption models that can be applied, among others, within the DCworms. As a reference model, we used model that was applied to the experiments in the previous section and called Mapping approach. As mentioned within this model, the values measured for each application on the CoolEmAll testbed were applied directly to the power consumption model used in DCworms.  
    729729 
    730730\paragraph{Static} 
    731 With each node power state, understood as a possible operating state (p-state), we associated a power consumption value that derives from the averaged values of measurements obtained for different types of application. Therefore, the current power usage of the node, can be expressed as:  
     731Within this model, with each node power state, understood as a possible operating state of its processor (p-state), we associated a power consumption value that derives from the averaged values of measurements obtained for different types of application. Therefore, the current power usage of the node, can be expressed as (equation (\ref{eq:modelStatic})):  
    732732\begin{equation} 
    733733P = P_{idle} + P_{f} \label{eq:modelStatic} 
     
    746746 
    747747\paragraph{Application} 
    748 The applied model followed the equation (\ref{eq:model}) and used the data presented in Section \ref{sec:models}. 
     748The applied model followes the equation (\ref{eq:model}) and uses the data presented in Section \ref{sec:models}. 
    749749 
    750750Table \ref{modelsResults} contains the results obtained for all examined models for five resource management strategies presented in the previous section, while Table \ref{modelsAccuracy} summarize their accuracy. 
     
    776776R+NPM &  36.705 & 38.790        & 36.679  & 34.846 \\ 
    777777EO & 46.305 & 49.254 & 46.746 & 44.585 \\ 
    778 EO +NPM & 30.568 &      33.915 & 30.31 & 28.728\\ 
     778EO+NPM & 30.568 &       33.915 & 30.31 & 28.728\\ 
    779779R+LF  & 77.109 &  78.371 & 76.5  &      81.919\\ 
    780780\hline 
     
    794794R+NPM & 100 & 94.32&    99.93&  94.94 \\ 
    795795EO & 100 & 93.63        &99.05  &96.29\\ 
    796 EO +NPM &  100 &        89.05&  99.16&  93.98\\ 
     796EO+NPM &  100 & 89.05&  99.16&  93.98\\ 
    797797R+LF  &  100 &  98.36   &99.21& 93.76\\ 
    798798\hline 
     
    801801\end {table} 
    802802 
    803 As it can be observed, the accuracy of the all models is high and exceeds visibly 90\%. Satisfactory accuracy suggests that applying various power consumption models, while verifying different approaches or in case of lack of detailed measurements, does not lead to deterioration of overall results. This fact confirms also the important role of simulations in the experiments related to the distributed computing systems.  
     803As it can be observed, the accuracy of the all models is high and exceeds visibly 90\%. The best results were obtained for the Dynamic approach which introduced the linear dependency between the load and power consumption for the given type of application. Satisfactory accuracy suggests that applying various power consumption models, while verifying different approaches or in case of lack of detailed measurements, does not lead to deterioration of overall results. This fact confirms also the important role of simulations in the experiments related to the distributed computing systems.  
    804804 
    805805 
Note: See TracChangeset for help on using the changeset viewer.