Skip to content

freemking/fiery

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fiery

logo Build Status License

showtrace

Fiery is an APM-Application Performance Management for the PHP

Introduction

  • All Service in a jar.easy to deploy
  • Burial SDK: integrated burial package for php project
  • Log Pusher: collect the ragnarsdk logs and push to the server
  • Server: index, storage, statistics the logs, web Management interface

Requirements

  • PHP 5.3 or later with bcmath
  • Linux, OS X and Windows
  • Memory: 2G or more
  • Java 8 Runtime

Getting Started

  1. Download Java 8 Runtime
  2. tar xvf jdk-1.8.tar.gz
  3. Download Recent Relasese Jar on Release page
  4. mkdir logs index db
  5. Startup the Fiery Server by command:
java -Xms3750m -Xmx3750m -XX:ReservedCodeCacheSize=240m -XX:+UseCompressedOops -jar ragnarserver-0.5.1-SNAPSHOT.jar -type server --server.port=9090
  1. Browse the web address http://127.0.0.1:9090/ragnar/

Burial SDK

LogPusher

nohup java -Xms128m -Xmx450m -XX:ReservedCodeCacheSize=240m -XX:+UseCompressedOops -jar ragnarserver-0.5.1-SNAPSHOT.jar -type logpush -path [ragnarsdklogpath] -host [ip:port] -outtime 7 &

Todo

  • Service Manage Shell(startup stop restart)
  • Persistent memory statistics
  • Statsd

Contact Us

  • WeiboAD ADINF Team
  • QQ Group: 318051466

Packages

No packages published

Languages

  • Java 62.5%
  • FreeMarker 22.1%
  • PHP 11.3%
  • Shell 2.3%
  • Batchfile 1.6%
  • JavaScript 0.2%