Claudio Cicconetti

Architecture and performance evaluation of distributed computation offloading in edge computing

Published in Simulation Modelling Practice and Theory, BibTeX, arXiv.

DOI: 10.1016/j.simpat.2019.102007

GitHub repository: Serverless on Edge

Authors: C. Cicconetti, M. Conti and A. Passarella

Topics

Challenges

  1. How to dispatch tasks in a distributed computing environment
  2. How to evaluate the performance of edge computing systems

Key contributions

This work is an extension of Low-latency distributed computation offloading for pervasive environments, which contains the core contribution addressing challenge 1: an overlay of dispatcher elements co-located with edge nodes that estimate the job execution time for every lambda from any client to possible processing elements to predict the execution time of incoming lambda requests and decide the destination accordingly.

In the extended paper we enrich this proposal by also running testbed experiments to measure the associated processing overhead on high-end Intel Xeon servers and low-end SoC computers (Raspberry Pi3): the results show that the latter may handle a number of possible destinations per lambda in the order of hundreds, whereas full-fledged servers do not exhibit significant slow-down until loaded with thousands of destinations per lambda function.

Furthermore, we address here the challenge 2 above, by illustrating in detail the framework used for the performance evaluation, consisting of:

Simulator

Validation

First, the emulated computer is shown to add negligible overhead, unless simulating tasks with very short duration (order of milliseconds).

Furthermore, we have run two additional scenarios (with respect to the conference version):

  1. Comparison of our proposed distributed dispatcher with a near-optimal centralized solution proposed in the work Online job dispatching and scheduling in edge-clouds and a distributed tasklet scheduling solution from Context-aware data and task placement in edge computing environments, under different heterogeneous network/load conditions.
  2. A sensitivity analysis aimed at studying the relative, possibly compound, effects of the system parameters on the performance in terms of the key performance metrics, using our tool factorial2kr.

Main findings:

Future work