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

2014-07-06 Thread Britto Christy
Hi, Give a try on jmeter-plugin. There you have so many graph options. Graphs - PerfMon Metrics Collector and Server Agent - Active Threads Over Time

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

2014-06-27 Thread sebb
Or if you really want to do it using JMeter, fetch the data directly from the Linux system. The sampler would need to connect to the Linux host and connect to an app that returns the processed data. You could probably enhance the Ruby app to issue the signal as well as process the output. Further

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

2014-06-27 Thread j . kalsbach
A (very) pragmatic approach: relay the resultfile to a machine of your choice (in real time) using netcat and ssh. Work on the resultfile on the machine of your choice using tools of your choice - jmeter, dedicated solutions, whatever. The ideas is to stream using netcat/ssh instead of p

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

2014-06-27 Thread UBIK LOAD PACK Support
Hello, Better have a look at this: http://www.ubik-ingenierie.com/blog/automatically-generating-nice-graphs-at-end-of-your-load-test-with-apache-jmeter-and-jmeter-plugins/ Regards @ubikloadpack http://ubikloadpack.com On Fri, Jun 27, 2014 at 5:37 PM, sebb wrote: > On 27 June 2014 11:38, Алекса

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

2014-06-27 Thread sebb
On 27 June 2014 11:38, Александр Илюшкин 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

How can I create a custom Jmeter graph results over ssh

2014-06-27 Thread Александр Илюшкин
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 operat