perftools / xhgui

Web interface for XHProf profiling data can store data in MongoDB or PDO database
1.65k stars 341 forks source link

Run XHGui on a central server #120

Closed richie87 closed 9 years ago

richie87 commented 9 years ago

Hey,

is it possible to run XHGui on one central server only, which gets the data from other webservers?

Or is it necessary that i also install XHGui on each Server?

Thanks!

preinheimer commented 9 years ago

Hi,

You'll need the XHProf extension (or uprofiler) on every machine. You only need to install the UI on a single server. You'll just need to point every machine at the mongo instance that's storing the data.

preinheimer commented 9 years ago

oh. Well, the code base (including /external/header.php and the config stuff) will need to be everywhere to tell servers to push data in.

richie87 commented 9 years ago

Yup, i was not sure about the config stuff :)