# meter-plugin-http **Repository Path**: mirrors_boundary/meter-plugin-http ## Basic Information - **Project Name**: meter-plugin-http - **Description**: Meter plugin to measure http request page load - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-11-23 - **Last Updated**: 2025-12-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README TrueSight Pulse Meter Plugin for HTTP Page Load =============================================== Meter plugin to measures the page load time of a given URL ### Prerequisites | OS | Linux | Windows | SmartOS | OS X | |:----------|:-----:|:-------:|:-------:|:----:| | Supported | v | v | v | v | - Installation of [python 2.7.X or later](https://wiki.python.org/moin/BeginnersGuide/Download) - Installation of [pip](https://pip.pypa.io/en/stable/installing/) #### Runtime Environment | Runtime | node.js | Python | Java | |:---------|:-------:|:------:|:----:| | Required | | v | | * [How to install python?](https://wiki.python.org/moin/BeginnersGuide/Download) * This plugin works with Python 2.7 ### Plugin Setup This plugin requires that the following Python packages are installed: - `meterplugin` - `beautifulsoup4` ``` $ pip install beautifulsoup4 meterplugin ``` **NOTE**: You must ensure that the program `plugin-runner`(installed with meterplugin) is in the `PATH` for the TrueSight Pulse meter. ### Plugin Configuration Fields |Field Name |Description | |:-------------|:----------------------------------------------------------------| |URL |Url to measure the time to load the page | |Interval (ms) |How often (in milliseconds) to measure the time to load a the url| |Source |Label to display in the legend for the measurement data | ### Metrics Collected |Metric Name |Description | |:---------------|:---------------------| |HTTP\_PAGE\_LOAD|Web page load duration| ### Dashboards - HTTP Page Load