Class ServerThread
java.lang.Object
com.suse.salt.netapi.datatypes.cherrypy.ServerThread
Representation of server thread statistics.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate intprivate intprivate doubleprivate intprivate doubleprivate double -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintdoubleintdoubledouble
-
Field Details
-
bytesRead
@SerializedName("Bytes Read") private int bytesRead -
bytesWritten
@SerializedName("Bytes Written") private int bytesWritten -
readThroughput
@SerializedName("Read Throughput") private double readThroughput -
requests
@SerializedName("Requests") private int requests -
workTime
@SerializedName("Work Time") private double workTime -
writeThroughput
@SerializedName("Write Throughput") private double writeThroughput
-
-
Constructor Details
-
ServerThread
public ServerThread()
-
-
Method Details
-
getWriteThroughput
public double getWriteThroughput() -
getBytesRead
public int getBytesRead() -
getBytesWritten
public int getBytesWritten() -
getReadThroughput
public double getReadThroughput() -
getRequests
public int getRequests() -
getWorkTime
public double getWorkTime()
-