|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TServerTime
TServerTime is the interface for acces of time information of a Tamino database. You can acces both the time that the Tamino database server has spent in user mode (i.e. executing user requests) as well as the time spent in kernel mode (i.e. executing system calls that result from user requests). Both values are accumulative times, i.e. since the database was started. The values returned are the total times for all users, not the individual times for each user.
Method Summary | |
---|---|
java.lang.String |
getKernelTime()
Get the kernel time. |
java.lang.String |
getUserTime()
Gets the user time. |
Method Detail |
---|
java.lang.String getUserTime()
<timeValue> " " <timeUnits>, e.g. "873645817 100ns"
java.lang.String getKernelTime()
<timeValue> " " <timeUnits>, e.g. "873645817 100ns"
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |