/campfire

Primary LanguageHTML

CampFire is a web application that turns iRule log files into flame graphs.
More information about CampFire can be found here: (Future DevCentral Article)

Run CampFire in Local Environment

Prerequisites: Docker, socat*
Information about Docker
Information about socat

Initial make run will take about ~5 minutes.

macOS Environment:

*If you have brew installed: brew install socat

  1. Navigate to the directory you want to run the program in
  2. git clone https://github.com/f5devcentral/campfire.git or download file
  3. cd campfire
  4. make run

VM Linux Environment:

  1. Navigate to the directory you want to run the program in
  2. git clone https://github.com/f5devcentral/campfire.git
  3. cd campfire
  4. make run

Additional resources: FlameGraphs