I'm sorry I've not posted much lately but where I've got to is as follows:
1) I can now capture all the data about a page and additionally an array of data about the page assets e.g.:
Content Type: e.g: text/html; charset=utf-8
Response Code: e.g: 200
Namelookup Time: e.g: 0.0097
Connect Time: e.g: 0.0166
Pretransfer Time: e.g: 0.0175
Starttransfer Time: e.g: 0.0800
Total Time: e.g: 1.2406
Redirect Time: e.g: 0.0000
Size Download: e.g: 274335
Actual Speed of Download: e.g: 221133
Total Number Assets: e.g: 276
This data is available for every asset along with a fair few other bits as well
2) That data is now all posted up to Zabbix. I have created a pseduo array type to pass details of the assets that make up a page
3) I have the PHP to create the graph as per my previous post though the styling in PHP needs some work to match the graph I posted up
What I've got left to do is:
- work out how to bolt the new graph in to the Zabbix interface
- allow an array data type in the items form
- recognize the array data type and link the graph to it etc.
- test post and web journey finctionality in the web sender
I'm more than happy to post code at somewhere if people are interested and if I get a moment I'll do that on my own site in absence of anything better
Nick
1) I can now capture all the data about a page and additionally an array of data about the page assets e.g.:
Content Type: e.g: text/html; charset=utf-8
Response Code: e.g: 200
Namelookup Time: e.g: 0.0097
Connect Time: e.g: 0.0166
Pretransfer Time: e.g: 0.0175
Starttransfer Time: e.g: 0.0800
Total Time: e.g: 1.2406
Redirect Time: e.g: 0.0000
Size Download: e.g: 274335
Actual Speed of Download: e.g: 221133
Total Number Assets: e.g: 276
This data is available for every asset along with a fair few other bits as well
2) That data is now all posted up to Zabbix. I have created a pseduo array type to pass details of the assets that make up a page
3) I have the PHP to create the graph as per my previous post though the styling in PHP needs some work to match the graph I posted up
What I've got left to do is:
- work out how to bolt the new graph in to the Zabbix interface
- allow an array data type in the items form
- recognize the array data type and link the graph to it etc.
- test post and web journey finctionality in the web sender
I'm more than happy to post code at somewhere if people are interested and if I get a moment I'll do that on my own site in absence of anything better
Nick
Comment