tz70s / fie

Fog Infrastructure Emulation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fog Infrastructure Emulation

An enironement for evaluating containerized applications based-on mininet.

Build Status

Abstraction Node

We extend cgroups and set internal network topo for multiple containers run along with original mininet network namespace, which we name it as an Abstraction Node. The abstraction node is close to the real world PC that we use.

Support Extended Resource Limitation Options

For CPU,

  • cpu_cfs_period
  • cpu_cfs_runtime
  • cpu_cfs_share
  • cpu_rt_period
  • cpu_rt_runtime
  • cpu_rt_share

For Memory,

  • memory_hard_limit
  • memory_oom_control
  • memory_swappiness
  • memory_memsw_limit

For Blkio,

  • blkio_write_bps_device
  • blkio_write_iops_device
  • blkio_read_bps_device
  • blkio_read_iops_device
  • blkio_weight
  • blkio_weight_device

Installation

# Install dep
sudo ./scripts/install.sh

Execution

# Add dependencies
export PYTHONPATH="$PYTHONPATH:/path/to/mininet"
export PYTHONPATH="$PYTHONPATH:/path/to/fie"

# Run an example
sudo ./example.py

Notice

This project is no longer maintained, mail me if you need some help.

About

Fog Infrastructure Emulation

License:MIT License


Languages

Language:Python 97.1%Language:Shell 2.9%