Self-adapting service level in Java enterprise edition

  • Authors:
  • Jérémy Philippe;Noël De Palma;Fabienne Boyer;Olivier Gruber

  • Affiliations:
  • INRIA Rhône-Alpes, France;INRIA Rhône-Alpes, France and Grenoble Institute of Technology;INRIA Rhône-Alpes, France;University of Grenoble I

  • Venue:
  • Middleware'09 Proceedings of the ACM/IFIP/USENIX 10th international conference on Middleware
  • Year:
  • 2009

Quantified Score

Hi-index 0.00

Visualization

Abstract

Application servers are subject to varying workloads, which suggests an autonomic management to maintain optimal performance. We propose to integrate in the component-based programming model often used in current application servers the concept of service level adaptation, allowing some components to dynamically degrade or upgrade their level of service. Our goal is to be able, under heavy workloads, to trade a lower service level of the most resource-intensive components for a stable performance of the server as a whole. Upgrading or degrading components is autonomously performed through runtime profiling, which is used to estimate the application's hot spots and target adaptations. In addition to finding the best adaptations, this performance profile allows our system to characterize the effects of past adaptations; in particular given the current workload, it is possible to estimate if a service level upgrade might result in an overload. As a result, by stabilizing the server at peak performance via component adaptations, we are able to drastically improve both overall latency and throughput. For instance, on both the RUBiS1 and TPC-W benchmarks2, we are able to maintain peak performance in heavy load scenarios, far exceeding the initial capacity of the system.