Part of Slepp's ProjectsPastebinTURLImagebinFilebin
Feedback -- English French German Japanese
Create Upload Newest Tools Donate
Sign In | Create Account

Advertising

advertising

related pastes to tag 'jmeter'

955390 - jmeter results report : jmeter
  1. <?xml version="1.0"?>
  2. <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0" xmlns:is-date="http://www.intelligentstreaming.com/xsl/date-time">
  3. <xsl:import href="date-time.xsl" />
  4. <!--
  5.         Stylesheet for processing 2.1 output format test result files
  6.         To uses this directly in a browser, add the following to the JTL file as line 2:
  7.         <? xml-stylesheet type="text/xsl" href="../extras/jmeter-results-report_21.xsl" ?>
  8.         and you can then view the JTL in a browser
  9.  
955380 - jtlsplit.pl: jmeter
  1. #!/usr/bin/perl -w
  2. $file = $ARGV[0];
  3.  
  4. open(_FH, "<$file") or die "Unable to find $file";
  5. $count = 0;
  6. $files_counter=1;
  7. $max_records = 750000;
  8.  
  9.  
worth-right
fantasy-obligation