Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Fedora 4 comes with built-in profiling machinery that keeps track of how many times specific services have been requested, how long each request takes to be serviced, etc. There are presently two ways of visualizing the output of this "metrics" collection.

This guide is designed to When you want to track the metrics from your Fedora 4 repository, this guide can help you install and configure a Graphite instance. The directions below are based on the instructions provided by Graphite.

Prerequisites

You will need the following software pre-installed:

  1. Apache HTTPD
  2. mod_wsgi
  3. Cairo
  4. Python (2.6, 2.7)
  5. Django (1.6)
  6. Various Python modules
    1. pycairo
    2. django-tagging
    3. json or simplejson

...

On a Debian system, the following commands should install the above.

Code Block
sudo apt-get update
sudo apt-get install apache2-mpm-prefork -y
sudo apt-get install libapache2-mod-wsgi -y
sudo apt-get install python-cairo -y
sudo apt-get install python2.7 -y
sudo apt-get install python-django -y
sudo apt-get install python-django-tagging -y
sudo apt-get install python-simplejson -y

 

Anchor
download-install
download-install
Download Whisper, Carbon and Graphite-web

...