⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 jtldata.html

📁 测试工具jmeter可用来进行性能测试
💻 HTML
📖 第 1 页 / 共 3 页
字号:
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/apache/jmeter/report/DataSet.html#getDataSourceName()">getDataSourceName</A></CODE> in interface <CODE><A HREF="../../../../org/apache/jmeter/report/DataSet.html" title="interface in org.apache.jmeter.report">DataSet</A></CODE></DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>

<A NAME="setStartTimestamp(long)"><!-- --></A><H3>
setStartTimestamp</H3>
<PRE>
public void <B>setStartTimestamp</B>(long&nbsp;stamp)</PRE>
<DL>
<DD><B>Description copied from interface: <CODE><A HREF="../../../../org/apache/jmeter/report/DataSet.html" title="interface in org.apache.jmeter.report">DataSet</A></CODE></B></DD>
<DD>Set the timestamp using the first result from the datasource
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/apache/jmeter/report/DataSet.html#setStartTimestamp(long)">setStartTimestamp</A></CODE> in interface <CODE><A HREF="../../../../org/apache/jmeter/report/DataSet.html" title="interface in org.apache.jmeter.report">DataSet</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>stamp</CODE> - </DL>
</DD>
</DL>
<HR>

<A NAME="getStartTimestamp()"><!-- --></A><H3>
getStartTimestamp</H3>
<PRE>
public long <B>getStartTimestamp</B>()</PRE>
<DL>
<DD><B>Description copied from interface: <CODE><A HREF="../../../../org/apache/jmeter/report/DataSet.html" title="interface in org.apache.jmeter.report">DataSet</A></CODE></B></DD>
<DD>return the timestamp in millisecond format.
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/apache/jmeter/report/DataSet.html#getStartTimestamp()">getStartTimestamp</A></CODE> in interface <CODE><A HREF="../../../../org/apache/jmeter/report/DataSet.html" title="interface in org.apache.jmeter.report">DataSet</A></CODE></DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>

<A NAME="setEndTimestamp(long)"><!-- --></A><H3>
setEndTimestamp</H3>
<PRE>
public void <B>setEndTimestamp</B>(long&nbsp;stamp)</PRE>
<DL>
<DD><B>Description copied from interface: <CODE><A HREF="../../../../org/apache/jmeter/report/DataSet.html" title="interface in org.apache.jmeter.report">DataSet</A></CODE></B></DD>
<DD>Set the timestamp using the last result from the datasource
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/apache/jmeter/report/DataSet.html#setEndTimestamp(long)">setEndTimestamp</A></CODE> in interface <CODE><A HREF="../../../../org/apache/jmeter/report/DataSet.html" title="interface in org.apache.jmeter.report">DataSet</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>stamp</CODE> - </DL>
</DD>
</DL>
<HR>

<A NAME="getEndTimestamp()"><!-- --></A><H3>
getEndTimestamp</H3>
<PRE>
public long <B>getEndTimestamp</B>()</PRE>
<DL>
<DD><B>Description copied from interface: <CODE><A HREF="../../../../org/apache/jmeter/report/DataSet.html" title="interface in org.apache.jmeter.report">DataSet</A></CODE></B></DD>
<DD>return the timestamp in millisecond format.
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/apache/jmeter/report/DataSet.html#getEndTimestamp()">getEndTimestamp</A></CODE> in interface <CODE><A HREF="../../../../org/apache/jmeter/report/DataSet.html" title="interface in org.apache.jmeter.report">DataSet</A></CODE></DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>

<A NAME="getDate()"><!-- --></A><H3>
getDate</H3>
<PRE>
public <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/util/Date.html" title="class or interface in java.util">Date</A> <B>getDate</B>()</PRE>
<DL>
<DD>The date we use for the result is the start timestamp. The
 reasoning is that a test may run for a long time, but it
 is most likely scheduled to run using CRON on unix or
 scheduled task in windows.
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/apache/jmeter/report/DataSet.html#getDate()">getDate</A></CODE> in interface <CODE><A HREF="../../../../org/apache/jmeter/report/DataSet.html" title="interface in org.apache.jmeter.report">DataSet</A></CODE></DL>
</DD>
<DD><DL>

<DT><B>Returns:</B><DD>start time</DL>
</DD>
</DL>
<HR>

<A NAME="getMonthDayDate()"><!-- --></A><H3>
getMonthDayDate</H3>
<PRE>
public <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> <B>getMonthDayDate</B>()</PRE>
<DL>
<DD><B>Description copied from interface: <CODE><A HREF="../../../../org/apache/jmeter/report/DataSet.html" title="interface in org.apache.jmeter.report">DataSet</A></CODE></B></DD>
<DD>convienance method for getting the date in mmdd format
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/apache/jmeter/report/DataSet.html#getMonthDayDate()">getMonthDayDate</A></CODE> in interface <CODE><A HREF="../../../../org/apache/jmeter/report/DataSet.html" title="interface in org.apache.jmeter.report">DataSet</A></CODE></DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>

<A NAME="getMonthDayYearDate()"><!-- --></A><H3>
getMonthDayYearDate</H3>
<PRE>
public <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> <B>getMonthDayYearDate</B>()</PRE>
<DL>
<DD><B>Description copied from interface: <CODE><A HREF="../../../../org/apache/jmeter/report/DataSet.html" title="interface in org.apache.jmeter.report">DataSet</A></CODE></B></DD>
<DD>convienant method for getting the date in yyyymmdd format
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/apache/jmeter/report/DataSet.html#getMonthDayYearDate()">getMonthDayYearDate</A></CODE> in interface <CODE><A HREF="../../../../org/apache/jmeter/report/DataSet.html" title="interface in org.apache.jmeter.report">DataSet</A></CODE></DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>

<A NAME="getStatistics(java.lang.String)"><!-- --></A><H3>
getStatistics</H3>
<PRE>
public <A HREF="../../../../org/apache/jmeter/visualizers/SamplingStatCalculator.html" title="class in org.apache.jmeter.visualizers">SamplingStatCalculator</A> <B>getStatistics</B>(<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;url)</PRE>
<DL>
<DD>The method will SamplingStatCalculator for the given URL. If the URL
 doesn't exist, the method returns null.
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/apache/jmeter/report/DataSet.html#getStatistics(java.lang.String)">getStatistics</A></CODE> in interface <CODE><A HREF="../../../../org/apache/jmeter/report/DataSet.html" title="interface in org.apache.jmeter.report">DataSet</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>url</CODE> - 
<DT><B>Returns:</B><DD>data for this URL</DL>
</DD>
</DL>
<HR>

<A NAME="loadData()"><!-- --></A><H3>
loadData</H3>
<PRE>
public void <B>loadData</B>()</PRE>
<DL>
<DD>The implementation loads a single .jtl file and cleans up the
 ResultCollector.
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/apache/jmeter/report/DataSet.html#loadData()">loadData</A></CODE> in interface <CODE><A HREF="../../../../org/apache/jmeter/report/DataSet.html" title="interface in org.apache.jmeter.report">DataSet</A></CODE></DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>

<A NAME="add(org.apache.jmeter.samplers.SampleResult)"><!-- --></A><H3>
add</H3>
<PRE>
public void <B>add</B>(<A HREF="../../../../org/apache/jmeter/samplers/SampleResult.html" title="class in org.apache.jmeter.samplers">SampleResult</A>&nbsp;sample)</PRE>
<DL>
<DD>the implementation will set the start timestamp if the HashMap
 is empty. otherwise it will set the end timestamp using the
 end time
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/apache/jmeter/visualizers/Visualizer.html#add(org.apache.jmeter.samplers.SampleResult)">add</A></CODE> in interface <CODE><A HREF="../../../../org/apache/jmeter/visualizers/Visualizer.html" title="interface in org.apache.jmeter.visualizers">Visualizer</A></CODE></DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>

<A NAME="isStats()"><!-- --></A><H3>
isStats</H3>
<PRE>
public boolean <B>isStats</B>()</PRE>
<DL>
<DD>By default, the method always returns true. Subclasses can over
 ride the implementation.
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../../../org/apache/jmeter/visualizers/Visualizer.html#isStats()">isStats</A></CODE> in interface <CODE><A HREF="../../../../org/apache/jmeter/visualizers/Visualizer.html" title="interface in org.apache.jmeter.visualizers">Visualizer</A></CODE></DL>
</DD>
<DD><DL>

<DT><B>Returns:</B><DD>true if visualiser generates statistics</DL>
</DD>
</DL>
<!-- ========= END OF CLASS DATA ========= -->
<HR>


<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
  <TR ALIGN="center" VALIGN="top">
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  </TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
<b>Apache JMeter</b></EM>
</TD>
</TR>

<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;<A HREF="../../../../org/apache/jmeter/testelement/BarChart.html" title="class in org.apache.jmeter.testelement"><B>PREV CLASS</B></A>&nbsp;
&nbsp;<A HREF="../../../../org/apache/jmeter/testelement/LineChart.html" title="class in org.apache.jmeter.testelement"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  <A HREF="../../../../index.html" target="_top"><B>FRAMES</B></A>  &nbsp;
&nbsp;<A HREF="JTLData.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
&nbsp;<SCRIPT type="text/javascript">
  <!--
  if(window==top) {
    document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
  }
  //-->
</SCRIPT>
<NOSCRIPT>
  <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>

</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->

<HR>
Copyright &#xA9; 1998-2008 Apache Software Foundation. All Rights Reserved.
</BODY>
</HTML>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -