You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@jmeter.apache.org by Britto Christy <br...@gmail.com> on 2014/07/07 08:04:28 UTC

Re: How can I create a custom Jmeter graph results over ssh

Hi,

Give a try on jmeter-plugin. There you have so many graph options.
Graphs

   - PerfMon Metrics Collector
<http://jmeter-plugins.org/wiki/PerfMon> and Server
   Agent <http://jmeter-plugins.org/wiki/PerfMonAgent>
   - Active Threads Over Time
   <http://jmeter-plugins.org/wiki/ActiveThreadsOverTime>
   - Response Times Over Time
   <http://jmeter-plugins.org/wiki/ResponseTimesOverTime>
   - Transactions per Second
   <http://jmeter-plugins.org/wiki/TransactionsPerSecond>
   - Server Hits per Seconds <http://jmeter-plugins.org/wiki/HitsPerSecond>
   - Composite Timeline Graph
   <http://jmeter-plugins.org/wiki/CompositeGraph>

Here is the link

http://jmeter-plugins.org/



On Fri, Jun 27, 2014 at 4:08 PM, Александр Илюшкин <po...@gmail.com>
wrote:

> Hey everyone,
>
> I hope you're having a good day.
>
> Now I briefly explain the problematic.
>
> I have a program running on linux and this program has option to use
> libheap library which is actually replaces memory allocation functions by
> its own to be able to track how much memory consumed by each operation.
> When I send signal to that program, it outputs memory report into a small
> file not structured by any format so I cannot process this file in a
> standard way.
>
> One signal - one file at the moment.
>
> I wrote a program on ruby which process those files and outputs information
> in CSV format.
>
> What I want is to somehow get all information over ssh through Jmeter and
> instantly show graph results inside of Jmeter in realtime.
>
> How can I create such controller to be able to get information by ssh and
> visualise it ? Or maybe I can connect jmeter agent to it somehow ?
>
> Is there any simple way to do this ?
>
> Thank you.
>



-- 

Regards
Britto Christy