Skip to main content

Queueing network simulator

Project description

Build Status Coverage Status

Queueing-tool is a package for simulating and analyzing networks. It is an event based simulator that uses queues to simulate congestion and waiting on the network that includes tools for visualizing network dynamics.

Documentation

The package documentation can be found at http://queueing-tool.readthedocs.org/.

Features

  • Fast simulation. Queueing-tool is designed to run very quickly; the core algorithms were written in cython.

  • Visualizations. There are several tools that allow you to easily view congestion and movement within your network. This includes ready made functions for animating network dynamics, while your simulations take place.

  • Full documentation. Every function and class is fully documented both online and in the docstrings.

  • Fast setup. The network is represented as a networkx graph. Queueing-tool networks allow for probabilistic routing, finite capacity queues, and different blocking protocols for analyzing loss networks.

Installation

Prerequisites: Queueing-tool runs on Python 2.7 and 3.3-3.5 and it requires networkx and numpy. If you want to plot, you will need to install matplotlib as well.

Installation: To install, use:

pip install queueing-tool

If you want to install all optional packages, use:

pip install numpy matplotlib pygraphviz
pip install queueing-tool

After installation, import with something like:

import queueing_tool as qt

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

queueing-tool-1.0.3.tar.gz (233.3 kB view details)

Uploaded Source

File details

Details for the file queueing-tool-1.0.3.tar.gz.

File metadata

File hashes

Hashes for queueing-tool-1.0.3.tar.gz
Algorithm Hash digest
SHA256 fb39481450cd613010dc76df2d07fdf812e4cdaa67ed50f10432e8e9f5876714
MD5 df9a51e59488637c3d2cae736b3df977
BLAKE2b-256 0aea5adf36c7f680df02c4cbf163d9859e9b2e610dbc0e0aa0ae646796cb2c78

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page