タグ

Jmeterに関するkyon_mmのブックマーク (4)

  • JMeterFAQ - Apache JMeter - Apache Software Foundation

    How to do remote testing the 'proper way'?Answer: Here are a few notes to help you on your way. You have: Your application server. You shouldn't run anything on this machine that you wouldn't have running on it in your proposed or actual production environment (if you are running anything else, including JMeter, you will be adding load to the server and thus tainting your results).One or more mach

  • JMeterのアサーションでGroovyを使う - blog4j 2.0

    今やってる仕事でJMeterをちゃんと使ってみようと思って色々調べてみた。 JMeterではBeanShellってスクリプトが使えるけど、JVM上で動かすスクリプト書くならGroovyやろJK。 って思って、JMeterのソースを見てたらBeanShellアサーションを参考にしたら行けそうな気がして作ってみた。 キャプチャ GroovyアサーションのテキストエリアにGroovyでアサーションするコードを書く。 assert response.responseCode == "200", "Response code was ${response.responseCode}" サンプラーがサンプリングした結果をresponseという名前の変数で使えるようになってます。 responseの型はSampleResult (Apache JMeter API)です。 ダウンロード http://d

    kyon_mm
    kyon_mm 2012/12/14
    Yeah!
  • JMeterガイド

    JMeterガイド JMeterの使い方(背伸び編) トップページページ一覧メンバー編集 Index 最終更新: susatadahiro 2007年07月31日(火) 23:14:27履歴 Tweet 最初に JMeterの、もうちょっと突っ込んだ使い方を書きたいです。 インストール方法など こちらがわかりやすいです。 http://muimi.com/j/jakarta/jmeter/ http://www.techscore.com/tech/ApacheJakarta/JMeter... http://www.stackasterisk.jp/tech/engineer/jmeter01... 実用レベルで気になること marsのメモさんのところが詳しいです。 http://d.hatena.ne.jp/masanobuimai/searchdiary?wor... ここで扱う内容

    JMeterガイド
    kyon_mm
    kyon_mm 2009/12/25
    日本語による解説サイト
  • Apache JMeter - User's Manual: Component Reference

    Several test elements use JMeter properties to control their behaviour. These properties are normally resolved when the class is loaded. This generally occurs before the test plan starts, so it's not possible to change the settings by using the __setProperty() function. Samplers perform the actual work of JMeter. Each sampler (except Flow Control Action) generates one or more sample results. The s

  • 1