Thread: [Ejtools-developers] [ ejtools-Feature Requests-848285 ] logging jmx output to file
Brought to you by:
letiemble
From: SourceForge.net <no...@so...> - 2003-11-24 13:52:54
|
Feature Requests item #848285, was opened at 2003-11-24 14:52 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=455075&aid=848285&group_id=49088 Category: Functionnality Group: None Status: Open Priority: 5 Submitted By: gui (janssk1) Assigned to: Nobody/Anonymous (nobody) Summary: logging jmx output to file Initial Comment: It might be useful to provide a way of exporting monitored data to a file. In our poduct, we have jmx managed beans (in jboss) keeping track of eg the amount of operations (whatever that might be) performed by that bean. We would like to monitor the amount of operations performed over time. Trying to use ejtools for this, we encountered two problems: - It is not possible to show the difference with the previous value in the graphs. The graphs always show the current value of a variable, which is not really useful for counter like variables. - It is not possible to export monitored data to a file. This would allow use to import the file into excel and do all kinds of cool things with pivot tables. Anyway, we ended up writing our own little jmx logger but it would have been nice to do it with ejtools. The export file format we use is: Time, Variable1, Variable2, Variable3 <time>, <value>, <value>, <value> <time>, <value>, <value>, <value> <time>, <value>, <value>, <value> <time>, <value>, <value>, <value> Greetings. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=455075&aid=848285&group_id=49088 |
From: SourceForge.net <no...@so...> - 2003-11-27 00:38:13
|
Feature Requests item #848285, was opened at 2003-11-24 14:52 Message generated for change (Settings changed) made by letiemble You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=455075&aid=848285&group_id=49088 Category: Functionnality Group: None Status: Open Priority: 5 Submitted By: gui (janssk1) >Assigned to: Laurent Etiemble (letiemble) Summary: logging jmx output to file Initial Comment: It might be useful to provide a way of exporting monitored data to a file. In our poduct, we have jmx managed beans (in jboss) keeping track of eg the amount of operations (whatever that might be) performed by that bean. We would like to monitor the amount of operations performed over time. Trying to use ejtools for this, we encountered two problems: - It is not possible to show the difference with the previous value in the graphs. The graphs always show the current value of a variable, which is not really useful for counter like variables. - It is not possible to export monitored data to a file. This would allow use to import the file into excel and do all kinds of cool things with pivot tables. Anyway, we ended up writing our own little jmx logger but it would have been nice to do it with ejtools. The export file format we use is: Time, Variable1, Variable2, Variable3 <time>, <value>, <value>, <value> <time>, <value>, <value>, <value> <time>, <value>, <value>, <value> <time>, <value>, <value>, <value> Greetings. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=455075&aid=848285&group_id=49088 |
From: SourceForge.net <no...@so...> - 2003-11-27 00:40:52
|
Feature Requests item #848285, was opened at 2003-11-24 14:52 Message generated for change (Comment added) made by letiemble You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=455075&aid=848285&group_id=49088 Category: Functionnality Group: None >Status: Closed Priority: 5 Submitted By: gui (janssk1) Assigned to: Laurent Etiemble (letiemble) Summary: logging jmx output to file Initial Comment: It might be useful to provide a way of exporting monitored data to a file. In our poduct, we have jmx managed beans (in jboss) keeping track of eg the amount of operations (whatever that might be) performed by that bean. We would like to monitor the amount of operations performed over time. Trying to use ejtools for this, we encountered two problems: - It is not possible to show the difference with the previous value in the graphs. The graphs always show the current value of a variable, which is not really useful for counter like variables. - It is not possible to export monitored data to a file. This would allow use to import the file into excel and do all kinds of cool things with pivot tables. Anyway, we ended up writing our own little jmx logger but it would have been nice to do it with ejtools. The export file format we use is: Time, Variable1, Variable2, Variable3 <time>, <value>, <value>, <value> <time>, <value>, <value>, <value> <time>, <value>, <value>, <value> <time>, <value>, <value>, <value> Greetings. ---------------------------------------------------------------------- >Comment By: Laurent Etiemble (letiemble) Date: 2003-11-27 01:40 Message: Logged In: YES user_id=437455 This has been commited in HEAD. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=455075&aid=848285&group_id=49088 |