You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hc.apache.org by "jaikit savla (JIRA)" <ji...@apache.org> on 2012/08/08 10:29:10 UTC

[jira] [Created] (HTTPCLIENT-1222) Monitoring httpclient metrics via JMX

jaikit savla created HTTPCLIENT-1222:
----------------------------------------

             Summary: Monitoring httpclient metrics via JMX
                 Key: HTTPCLIENT-1222
                 URL: https://issues.apache.org/jira/browse/HTTPCLIENT-1222
             Project: HttpComponents HttpClient
          Issue Type: New Feature
          Components: HttpClient
    Affects Versions: 4.2.1
         Environment: Network:        eth0 (e1000e): HP/Intel 82566DM-2 Gigabit, 100Mb/s <full-duplex>
OS:             YLinux 6.1.1183, RHEL Server 6.1, Linux 2.6.32-131.0.15.el6.YAHOO.20110602.x86_64 x86_64, 64-bit
Hypervisor:     Yroot on RHEL Server 5.6, Linux 2.6.18-274.el5 x86_64, 64-bit

            Reporter: jaikit savla
             Fix For: 4.2.2


Implement HttpClient which will monitor metrics via JMX

Register MBean in constructor of JmxMonitoredHttpClient

Implement - HttpRequestInterceptor, HttpResponseInterceptor (Also allow custom interceptors and custom MBean)

Implement execute method and update below metrics for request.

What metrics to measure ?
TotalBytes read
Total number of requests
Total time
Maximum request time
Minimum request time
Total failures 




--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org
For additional commands, e-mail: dev-help@hc.apache.org


[jira] [Resolved] (HTTPCLIENT-1222) Monitoring httpclient metrics via JMX

Posted by "Oleg Kalnichevski (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HTTPCLIENT-1222?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Oleg Kalnichevski resolved HTTPCLIENT-1222.
-------------------------------------------

       Resolution: Duplicate
    Fix Version/s:     (was: 4.3 Final)
    
> Monitoring httpclient metrics via JMX
> -------------------------------------
>
>                 Key: HTTPCLIENT-1222
>                 URL: https://issues.apache.org/jira/browse/HTTPCLIENT-1222
>             Project: HttpComponents HttpClient
>          Issue Type: New Feature
>          Components: HttpClient
>    Affects Versions: 4.2.1
>         Environment: Network:        eth0 (e1000e): HP/Intel 82566DM-2 Gigabit, 100Mb/s <full-duplex>
> OS:             YLinux 6.1.1183, RHEL Server 6.1, Linux 2.6.32-131.0.15.el6.YAHOO.20110602.x86_64 x86_64, 64-bit
> Hypervisor:     Yroot on RHEL Server 5.6, Linux 2.6.18-274.el5 x86_64, 64-bit
>            Reporter: jaikit savla
>              Labels: patch
>   Original Estimate: 336h
>  Remaining Estimate: 336h
>
> Implement HttpClient which will monitor metrics via JMX
> Register MBean in constructor of JmxMonitoredHttpClient
> Implement - HttpRequestInterceptor, HttpResponseInterceptor (Also allow custom interceptors and custom MBean)
> Implement execute method and update below metrics for request.
> What metrics to measure ?
> TotalBytes read
> Total number of requests
> Total time
> Maximum request time
> Minimum request time
> Total failures 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org
For additional commands, e-mail: dev-help@hc.apache.org


[jira] [Updated] (HTTPCLIENT-1222) Monitoring httpclient metrics via JMX

Posted by "Oleg Kalnichevski (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HTTPCLIENT-1222?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Oleg Kalnichevski updated HTTPCLIENT-1222:
------------------------------------------

    Fix Version/s:     (was: 4.2.2)
                   4.3 Final

I suspect this feature will also require a custom (or extended) connection manager.

Oleg
                
> Monitoring httpclient metrics via JMX
> -------------------------------------
>
>                 Key: HTTPCLIENT-1222
>                 URL: https://issues.apache.org/jira/browse/HTTPCLIENT-1222
>             Project: HttpComponents HttpClient
>          Issue Type: New Feature
>          Components: HttpClient
>    Affects Versions: 4.2.1
>         Environment: Network:        eth0 (e1000e): HP/Intel 82566DM-2 Gigabit, 100Mb/s <full-duplex>
> OS:             YLinux 6.1.1183, RHEL Server 6.1, Linux 2.6.32-131.0.15.el6.YAHOO.20110602.x86_64 x86_64, 64-bit
> Hypervisor:     Yroot on RHEL Server 5.6, Linux 2.6.18-274.el5 x86_64, 64-bit
>            Reporter: jaikit savla
>              Labels: patch
>             Fix For: 4.3 Final
>
>   Original Estimate: 336h
>  Remaining Estimate: 336h
>
> Implement HttpClient which will monitor metrics via JMX
> Register MBean in constructor of JmxMonitoredHttpClient
> Implement - HttpRequestInterceptor, HttpResponseInterceptor (Also allow custom interceptors and custom MBean)
> Implement execute method and update below metrics for request.
> What metrics to measure ?
> TotalBytes read
> Total number of requests
> Total time
> Maximum request time
> Minimum request time
> Total failures 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org
For additional commands, e-mail: dev-help@hc.apache.org