Re: Integrated a real-time TPS Graph Into Graphs Tab

Philip Aston <[email protected]> Mon, 16 Dec 2013 06:49:32 +0000
Newsgroups gmane.comp.java.grinder.devel
Message-ID <[email protected]>
This is a multi-part message in MIME format.
--===============7207808961417760666==
Content-Type: multipart/alternative;
	boundary="------------010408050609060002060504"

This is a multi-part message in MIME format.
--------------010408050609060002060504
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit

Wang Hao,

It looks good to me, and I'd encourage you to continue. FWIW, I'm
working (when real life allows) on a new HTML 5 web console. It might be
better in the long run to extend that.

TranslationsSource is clojure - see
grinder-translation/src/net/grinder/translation/impl/translations_source.clj.



- Phil

On 15/12/13 16:56, wangharrod wrote:
> Hi,
>
> When I used grinder to do some long periods perfermance tests, I
> always wanted to get a real-time tps graph. I know that some utilities
> like Grinder To Graphite(g2g) or Grinder Analyzer can generate some
> useful graphs, but if I use them, I need do some extra work to run
> these tools and get results. 
>
> I hope there is a integrated graph in Grinder Graphs Tab, like
> Loadrunner or JMeter does, so I did it by referring to
> net.grinder.console.swingui.Graph without importing others third graph
> library.
>
> Example:
> https://sourceforge.net/p/mysharedir/blog/2013/12/integrated-a-real-time-tps-graph-into-graphs-tab/
>
> The question is I don't know  whether others used grinder like I did
> and need a integrated graph in Grinder Graphs Tab. Could someone gives
> me some advice? If it is considered to be worth doing. I will prepare
> my codes according to Grinder's "How to give back's Coding
> Standards"(do more unit test and style checking) and request for merging.
>
> PS: When I forked the latest codes of grinder 3.12 and builded it, I
> can not find net.grinder.translation.impl.TranslationsSource source
> code, Had it commit or I made some mistakes?
>
>
> Best Regards,
> Wang Hao
> 2013-12-16


--------------010408050609060002060504
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: 8bit

<html>
  <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">Wang Hao,<br>
      <br>
      It looks good to me, and I'd encourage you to continue. FWIW, I'm
      working (when real life allows) on a new HTML 5 web console. It
      might be better in the long run to extend that.<br>
      <br>
      TranslationsSource is clojure - see
      grinder-translation/src/net/grinder/translation/impl/translations_source.clj.
      <br>
      <br>
      <br>
      - Phil<br>
      <br>
      On 15/12/13 16:56, wangharrod wrote:<br>
    </div>
    <blockquote cite="mid:[email protected]"
      type="cite">
      <style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:微软雅黑
}
--></style>
      <div dir="ltr">
        <div>
          <div><font color="#444444" face="Microsoft YaHei UI, Microsoft
              YaHei, 宋体, Calibri, sans-serif"><span style="font-size:
                15px; line-height: 21px;">Hi,</span></font></div>
          <div><font color="#444444" face="Microsoft YaHei UI, Microsoft
              YaHei, 宋体, Calibri, sans-serif"><span style="font-size:
                15px; line-height: 21px;"><br>
              </span></font></div>
          <div><font color="#444444" face="Microsoft YaHei UI, Microsoft
              YaHei, 宋体, Calibri, sans-serif"><span style="font-size:
                15px; line-height: 21px;">When I used grinder to do some
                long periods perfermance tests, I always wanted to get a
                real-time tps graph. I know that some utilities like
                Grinder To Graphite(g2g) or Grinder Analyzer can
                generate some useful graphs, but if I use them, I need
                do some extra work to run these tools and get results. </span></font></div>
          <div><font color="#444444" face="Microsoft YaHei UI, Microsoft
              YaHei, 宋体, Calibri, sans-serif"><span style="font-size:
                15px; line-height: 21px;"><br>
              </span></font></div>
          <div><font color="#444444" face="Microsoft YaHei UI, Microsoft
              YaHei, 宋体, Calibri, sans-serif"><span style="font-size:
                15px; line-height: 21px;">I hope there is a integrated
                graph in Grinder Graphs Tab, like Loadrunner or JMeter
                does, so I did it by referring to
                net.grinder.console.swingui.Graph without importing
                others third graph library.</span></font></div>
          <div><font color="#444444" face="Microsoft YaHei UI, Microsoft
              YaHei, 宋体, Calibri, sans-serif"><span style="font-size:
                15px; line-height: 21px;"><br>
              </span></font></div>
          <div><font color="#444444" face="Microsoft YaHei UI, Microsoft
              YaHei, 宋体, Calibri, sans-serif"><span style="font-size:
                15px; line-height: 21px;">Example:</span></font></div>
          <div><font color="#444444" face="Microsoft YaHei UI, Microsoft
              YaHei, 宋体, Calibri, sans-serif"><span style="font-size:
                15px; line-height: 21px;"><a class="moz-txt-link-freetext" href="https://sourceforge.net/p/mysharedir/blog/2013/12/integrated-a-real-time-tps-graph-into-graphs-tab/">https://sourceforge.net/p/mysharedir/blog/2013/12/integrated-a-real-time-tps-graph-into-graphs-tab/</a></span></font></div>
          <div><font color="#444444" face="Microsoft YaHei UI, Microsoft
              YaHei, 宋体, Calibri, sans-serif"><span style="font-size:
                15px; line-height: 21px;"><br>
              </span></font></div>
          <div><font color="#444444" face="Microsoft YaHei UI, Microsoft
              YaHei, 宋体, Calibri, sans-serif"><span style="font-size:
                15px; line-height: 21px;">The question is I don't know
                 whether others used grinder like I did and need a
                integrated graph in Grinder Graphs Tab. Could someone
                gives me some advice? If it is considered to be worth
                doing. I will prepare my codes according to Grinder's
                "How to give back's Coding Standards"(do more unit test
                and style checking) and request for merging.</span></font></div>
          <div><font color="#444444" face="Microsoft YaHei UI, Microsoft
              YaHei, 宋体, Calibri, sans-serif"><span style="font-size:
                15px; line-height: 21px;"><br>
              </span></font></div>
          <div><font color="#444444" face="Microsoft YaHei UI, Microsoft
              YaHei, 宋体, Calibri, sans-serif"><span style="font-size:
                15px; line-height: 21px;">PS: When I forked the latest
                codes of grinder 3.12 and builded it, I can not find
                net.grinder.translation.impl.TranslationsSource source
                code, Had it commit or I made some mistakes?</span></font></div>
          <div><font color="#444444" face="Microsoft YaHei UI, Microsoft
              YaHei, 宋体, Calibri, sans-serif"><span style="font-size:
                15px; line-height: 21px;"><br>
              </span></font></div>
          <div><font color="#444444" face="Microsoft YaHei UI, Microsoft
              YaHei, 宋体, Calibri, sans-serif"><span style="font-size:
                15px; line-height: 21px;"><br>
              </span></font></div>
          <div><font color="#444444" face="Microsoft YaHei UI, Microsoft
              YaHei, 宋体, Calibri, sans-serif"><span style="font-size:
                15px; line-height: 21px;">Best Regards,</span></font></div>
          <div><font color="#444444" face="Microsoft YaHei UI, Microsoft
              YaHei, 宋体, Calibri, sans-serif"><span style="font-size:
                15px; line-height: 21px;">Wang Hao</span></font></div>
          <div><font color="#444444" face="Microsoft YaHei UI, Microsoft
              YaHei, 宋体, Calibri, sans-serif"><span style="font-size:
                15px; line-height: 21px;">2013-12-16</span></font><br>
          </div>
        </div>
      </div>
    </blockquote>
    <br>
  </body>
</html>

--------------010408050609060002060504--


--===============7207808961417760666==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
--===============7207808961417760666==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
Grinder-development mailing list
Grinder-development-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
https://lists.sourceforge.net/lists/listinfo/grinder-development

--===============7207808961417760666==--