|
SAP NetWeaver 2004S SPS 10 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sap.mw.jco.JCO.Throughput
JCO Throughput class. This class holds performance data.
| Field Summary | |
protected long |
num_calls
The number of calls |
protected int |
num_export_bytes
Total no. of bytes contains data in export parameter list |
protected int |
num_export_meta_bytes
Total no. of bytes contains metadata in export parameter list |
protected int |
num_import_bytes
Total no. of bytes contains data in import parameter list |
protected int |
num_import_meta_bytes
Total no. of bytes contains metadata in import parameter list |
protected long |
num_received_bytes
Total no. of bytes received from the remote system |
protected long |
num_sent_bytes
Total no. of bytes send to the remote system |
protected long |
time_handle_request
Time needed by the server's request handler |
protected long |
time_marshall
Time for marshalling data from Java to C |
protected long |
time_middleware
Time for calling native libRfc calls |
protected long |
time_total
Total time for a call |
protected long |
time_unmarshall
Time for unmarshalling data from C to Java |
| Constructor Summary | |
JCO.Throughput()
|
|
| Method Summary | |
Object |
clone()
Returns a clone of this timing object |
long |
getHandleRequestTime()
Returns the time consumed by the server's handle request method |
long |
getMarshallTime()
Returns the time consumed to marshall data from Java to C |
long |
getMiddlewareTime()
Returns the time consumed by the middleware layer |
long |
getNumCalls()
Returns the number of calls since the last reset |
long |
getNumReceivedBytes()
Returns the no. of data bytes received from the remote system |
long |
getNumSentBytes()
Returns the no. of data bytes sent to the remote system |
long |
getTotalTime()
Returns the total execution time |
long |
getUnmarshallTime()
Returns the time consumed to marshall data from C to Java |
void |
reset()
Resets the class variables, i.e. zeros all variables. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
protected long num_calls
protected long time_marshall
protected long time_unmarshall
protected long time_middleware
protected long time_handle_request
protected long time_total
protected long num_sent_bytes
protected long num_received_bytes
protected int num_import_bytes
protected int num_export_bytes
protected int num_import_meta_bytes
protected int num_export_meta_bytes
| Constructor Detail |
public JCO.Throughput()
| Method Detail |
public Object clone()
public final void reset()
public final long getNumCalls()
public final long getMarshallTime()
public final long getUnmarshallTime()
public final long getMiddlewareTime()
public final long getHandleRequestTime()
public final long getTotalTime()
public final long getNumSentBytes()
public final long getNumReceivedBytes()
public String toString()
|
SAP NetWeaver 2004S SPS 10 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||