2017 © Pedro Peláez
 

library xhgui-data-collector

Library for collecting and storing XHProf results for later use by XHGUI.

image

lauripiisang/xhgui-data-collector

Library for collecting and storing XHProf results for later use by XHGUI.

  • Monday, April 10, 2017
  • by lauripiisang
  • Repository
  • 1 Watchers
  • 0 Stars
  • 2,385 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 253 Forks
  • 0 Open issues
  • 4 Versions
  • 36 % Grown

The README.md

Build Status Scrutinizer Code Quality, (*1)

XHGUI Data Collector

This is a small standalone module which you can use to collect and store XHProf performance data for later usage in XHGUI., (*2)

Goals

  • Compatibility with PHP >= 5.3.0
  • No dependencies aside from the relevant extensions
  • Customizable and configurable so you can build your own logic on top of it

XHGUI Compatibility

This project was originally forked from perftools/xhgui@133051f, which was after the tag 0.7.1., (*3)

This should ensure compatibility for most tags up to 0.7.1 (included)., (*4)

The only thing to break compatibility would be a schema change on XHGUI side., (*5)

This table represents current known information about compatibility between this project and XHGUI data schema., (*6)

XHGUI Data Collector version XHGUI Version Compatibility
1.0.0 0.2.0 - 0.7.1 presumed compatible - schema is the same

Usage

You can use this to build your own saving library or just configure as described in XHGUI manual and include external/header.php as an auto_prepend_file (also described in XHGUI manual), (*7)

System Requirements

For using the data collection classes you will need the following:, (*8)

  • PHP version 5.3 or later.
  • XHProf, Uprofiler or Tideways to actually profile the data.
  • Some way to access a [MongoDB][3] server. Choose either:
    • MongoDB Extension>=1.3.0 (MongoDB PHP driver from pecl)
    • alcaeus/mongo-php-adapter composer dependency.
  • a MongoDB server. XHGUI requires version 2.2.0 or later., (*9)

    When in doubt, refer to XHGUI repository's composer.json or this repository's composer.json suggests section., (*10)

The Versions

10/04 2017

dev-master

9999999-dev

Library for collecting and storing XHProf results for later use by XHGUI.

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

10/04 2017

1.0.2

1.0.2.0

Library for collecting and storing XHProf results for later use by XHGUI.

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

10/04 2017

1.0.1

1.0.1.0

Library for collecting and storing XHProf results for later use by XHGUI.

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

04/04 2017

1.0.0

1.0.0.0

Library for collecting and storing XHProf results for later use by XHGUI.

  Sources   Download

MIT

The Requires

  • php >=5.3.0