[cas-dev] application monitoring
Julien Marchal
Julien.Marchal at univ-nancy2.fr
Wed Jan 14 08:28:52 EST 2009
We Use statistics inCAS3 with Inspektr
We have just made a jsp to expose stats in HTTP
<%@ page import="java.util.*"
%><%@ page
import="org.esupportail.cas.statistics.support.InMemoryStatisticManager"
%><%
Set<String> ensemble = InMemoryStatisticManager.statsVal.keySet();
for(String s : ensemble) {
out.println(s + " : " + InMemoryStatisticManager.statsVal.get(s));
}
%>
and we use cacti (http://www.cacti.net/) to graph this.
I joint a graph by example.
Thanks,
Andrew Feller a écrit :
> Isn't Hyperic a generic machine monitoring tool? I believe we use that on
> our servers to keep track of whether they are up. I am interested in how
> this can be applied to an application. The only downside is whether you
> need to setup the Hyperic server or not and what costs are associated.
>
>
> On 1/13/09 10:03 PM, "J. David Beutel" <jbeutel at hawaii.edu> wrote:
>
>
>> Looking at using Hyperic for this. No conclusions yet, however...
>>
>>
>> Scott Battaglia wrote:
>>
>>> We already keep track of statistics via Inspektr (min, max, average,
>>> and time response time I believe).
>>>
>>> Right now, I'm attempting to mostly gather
>>> feedback/requirements/recommendations on monitoring and find out some
>>> available libraries. If you have any info, please feel free to share :-)
>>>
>>> -Scott
>>>
>>> -Scott Battaglia
>>> PGP Public Key Id: 0x383733AA
>>> LinkedIn: http://www.linkedin.com/in/scottbattaglia
>>>
>>>
>>> On Mon, Jan 12, 2009 at 9:54 AM, Andrew Feller <afelle1 at lsu.edu
>>> <mailto:afelle1 at lsu.edu>> wrote:
>>>
>>> I am glad to hear that CAS monitoring is being considered for CAS4! =)
>>>
>>> How were you thinking about incorporating this into CAS4? What
>>> areas of CAS performance should be monitored? Tickets granted?
>>> Cleaning / expiration of tickets? Activity related to individual
>>> services or users? I ask because Java Simon seems pretty
>>> simplistic and have trouble seeing how it would be used. I notice
>>> Java Simon mention JMX in a number of places, which I assume means
>>> they register themselves with the Mbean server and you can view
>>> this information via jconsole.
>>>
>>>
>>>
>>>
>>>
>>> On 1/12/09 8:39 AM, "Scott Battaglia" <scott.battaglia at gmail.com
>>> <mailto:scott.battaglia at gmail.com>> wrote:
>>>
>>> has anyone looked at Java Simon before as a potential tool for
>>> offering some monitoring of CAS servers? (i.e. for CAS4):
>>>
>>> http://code.google.com/p/javasimon/
>>>
>>> If you have any thoughts or opinions on this or any other
>>> tool, please let me know.
>>>
>>> -Scott
>>>
>>> -Scott Battaglia
>>> PGP Public Key Id: 0x383733AA
>>> LinkedIn: http://www.linkedin.com/in/scottbattaglia
>>>
>>>
>>> ------------------------------------------------------------------------
>>> _______________________________________________
>>> cas-dev mailing list
>>> cas-dev at tp.its.yale.edu <mailto:cas-dev at tp.its.yale.edu>
>>> http://tp.its.yale.edu/mailman/listinfo/cas-dev
>>>
>>>
>>> --
>>> Andrew Feller, Analyst
>>> LSU University Information Services
>>> 200 Frey Computing Services Center
>>> Baton Rouge, LA 70803
>>> Office: 225.578.3737
>>> Fax: 225.578.6400
>>>
>>> _______________________________________________
>>> cas-dev mailing list
>>> cas-dev at tp.its.yale.edu <mailto:cas-dev at tp.its.yale.edu>
>>> http://tp.its.yale.edu/mailman/listinfo/cas-dev
>>>
>>>
>>> ------------------------------------------------------------------------
>>>
>>> _______________________________________________
>>> cas-dev mailing list
>>> cas-dev at tp.its.yale.edu
>>> http://tp.its.yale.edu/mailman/listinfo/cas-dev
>>>
>>>
>> _______________________________________________
>> cas-dev mailing list
>> cas-dev at tp.its.yale.edu
>> http://tp.its.yale.edu/mailman/listinfo/cas-dev
>>
>
>
--
> Université Nancy 2 <http://www.univ-nancy2.fr/>
Pôle Lorrain de Gestion
13 rue du Maréchal Ney
CO 30075
54036 NANCY Cedex
> Téléphone 03.54.50.36.54
> Fax 03.54.50.36.51
Julien Marchal
Pôle Infrastructure - DSI
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://tp.its.yale.edu/pipermail/cas-dev/attachments/20090114/54900aaf/attachment-0001.html
-------------- next part --------------
A non-text attachment was scrubbed...
Name: nu_nancy2.png
Type: image/png
Size: 1829 bytes
Desc: not available
Url : http://tp.its.yale.edu/pipermail/cas-dev/attachments/20090114/54900aaf/attachment-0004.png
-------------- next part --------------
A non-text attachment was scrubbed...
Name: tel.png
Type: image/png
Size: 1044 bytes
Desc: not available
Url : http://tp.its.yale.edu/pipermail/cas-dev/attachments/20090114/54900aaf/attachment-0005.png
-------------- next part --------------
A non-text attachment was scrubbed...
Name: fax.png
Type: image/png
Size: 932 bytes
Desc: not available
Url : http://tp.its.yale.edu/pipermail/cas-dev/attachments/20090114/54900aaf/attachment-0006.png
-------------- next part --------------
A non-text attachment was scrubbed...
Name: cas_stats.png
Type: image/png
Size: 74076 bytes
Desc: not available
Url : http://tp.its.yale.edu/pipermail/cas-dev/attachments/20090114/54900aaf/attachment-0007.png
More information about the cas-dev
mailing list