|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.smaxe.app.uv.loadtester.RtmpTesterTool
public final class RtmpTesterTool
RtmpTesterTool
- RtmpTester
tool.
Method Summary | |
---|---|
static void |
exportDataTransferListToCsv(java.io.OutputStream os,
RtmpTester.IClientSessionInfoProvider provider)
Exports provider 's
session 'Data Transfer' list to the CSV file. |
static void |
exportEventListToCsv(java.io.OutputStream os,
RtmpTester.IClientSessionInfoProvider provider)
Exports provider 's
session 'Event' list to the CSV file. |
static void |
exportMethodInvocationsListToCsv(java.io.OutputStream os,
RtmpTester.IClientSessionInfoProvider provider)
Exports provider 's
session 'Method Invocation' list to the CSV file. |
static void |
exportThrottleBufferSizeListToCsv(java.io.OutputStream os,
RtmpTester.IClientSessionInfoProvider provider)
Exports provider 's
session 'Throttle Buffer Size' list to the CSV file. |
static void |
generateOverallReport(java.io.OutputStream os,
RtmpTester.IClientSessionInfoProvider provider,
java.io.File reportsDirectory)
Generates 'overall' session report. |
static Session |
toSession(RtmpTester.IClientSessionInfoProvider provider)
|
static Session[] |
toSessions(RtmpTester.IClientSessionInfoProvider[] providers)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static void exportDataTransferListToCsv(java.io.OutputStream os, RtmpTester.IClientSessionInfoProvider provider) throws java.lang.Exception
provider
's
session 'Data Transfer' list to the CSV file.
Note:
- 'Data Transfer' list contains read/written data as a function of session time.
- It corresponds to the RtmpTester.IClientSessionInfoProvider.DATA_TRANSFER
session entity.
os
- output streamprovider
- RTMP session provider
java.lang.Exception
- if an exception occurredpublic static void exportEventListToCsv(java.io.OutputStream os, RtmpTester.IClientSessionInfoProvider provider) throws java.lang.Exception
provider
's
session 'Event' list to the CSV file.
Note:
- 'Event' list contains session events as a function of session time.
- It corresponds to the RtmpTester.IClientSessionInfoProvider.EVENT
session entity.
os
- output streamprovider
- RTMP session provider
java.lang.Exception
- if an exception occurredpublic static void exportMethodInvocationsListToCsv(java.io.OutputStream os, RtmpTester.IClientSessionInfoProvider provider) throws java.lang.Exception
provider
's
session 'Method Invocation' list to the CSV file.
Note:
- 'Method Invocation' list contains method invocations info.
- It corresponds to the RtmpTester.IClientSessionInfoProvider.METHOD_INVOCATION
session entity.
os
- output streamprovider
- RTMP session provider
java.lang.Exception
- if an exception occurredpublic static void exportThrottleBufferSizeListToCsv(java.io.OutputStream os, RtmpTester.IClientSessionInfoProvider provider) throws java.lang.Exception
provider
's
session 'Throttle Buffer Size' list to the CSV file.
Note:
- 'Throttle Buffer Size' list contains download/upload buffer size as a function of session time.
- It corresponds to the RtmpTester.IClientSessionInfoProvider.THROTTLE_BUFFER_SIZE
session entity.
os
- output streamprovider
- RTMP session provider
java.lang.Exception
- if an exception occurredpublic static void generateOverallReport(java.io.OutputStream os, RtmpTester.IClientSessionInfoProvider provider, java.io.File reportsDirectory) throws java.lang.Exception
os
- output streamprovider
- RTMP session providerreportsDirectory
- reports directory
java.lang.Exception
- if an exception occurredpublic static Session toSession(RtmpTester.IClientSessionInfoProvider provider)
provider
-
provider
sessionpublic static Session[] toSessions(RtmpTester.IClientSessionInfoProvider[] providers)
providers
-
providers
sessions
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |