Autosuggest is always a deal breaker in web applications. Normally users interact with the site once in every 20-30 seconds or even less frequent. That means...
charlesnagy
In the last past month I got a lot of question about how to learn to fundaments of being a DBA/DBO. So I decided to write...
We went out to Marken last weekend. There was a big storm coming we had to run to the car all the way down. This photo...
Last weekend I went out to Zandvoort am See I had the luck to be able to get some great photos. A young couple played in...
HTML5 was a real big improvement in the webdevelopment. We don’t need ugly JS hacks anymore for the simplest stuff. We can use the built-in functions...
I’ve created the php-apc status collector for Diamond. It’s available on github under Diamond-PhpCollectors: https://github.com/charlesnagy/Diamond-PhpCollectors This collector is for collecting APC (Alternative PHP Cache) statistics for Graphite....
I’ve created the php-fpm status collector for Diamond. It’s available on github under Diamond-PhpCollectors: https://github.com/charlesnagy/Diamond-PhpCollectors Collected metrics
1 2 3 4 5 6 7 8 9 10 11 12 |
$ curl http://localhost/fpm_status [...ignored values] start since: 2926 accepted conn: 113 listen queue: 0 max listen queue: 0 listen queue len: 128 idle processes: 2 active processes: 1 total processes: 3 max active processes: 1 max children reached: 0 |
Configuration First of all you will need to enable...
Recent comments