Class HttpServer
java.lang.Object
com.suse.salt.netapi.datatypes.cherrypy.HttpServer
Representation of HTTP server statistics.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate intprivate doubleprivate Stringprivate intprivate intprivate booleanprivate intprivate intprivate intprivate intprivate intprivate intprivate intprivate Map<String, ServerThread> private intprivate double -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
bytesRead
@SerializedName("Bytes Read") private int bytesRead -
acceptsPerSecond
@SerializedName("Accepts/sec") private double acceptsPerSecond -
socketErrors
@SerializedName("Socket Errors") private int socketErrors -
accepts
@SerializedName("Accepts") private int accepts -
threadsIdle
@SerializedName("Threads Idle") private int threadsIdle -
enable
@SerializedName("Enabled") private boolean enable -
bindAddress
-
readThroughput
@SerializedName("Read Throughput") private int readThroughput -
queue
@SerializedName("Queue") private int queue -
runTime
@SerializedName("Run time") private int runTime -
workerThreads
-
threads
@SerializedName("Threads") private int threads -
bytesWritten
@SerializedName("Bytes Written") private int bytesWritten -
requests
@SerializedName("Requests") private int requests -
workTime
@SerializedName("Work Time") private int workTime -
writeThroughput
@SerializedName("Write Throughput") private double writeThroughput
-
-
Constructor Details
-
HttpServer
public HttpServer()
-
-
Method Details
-
getBytesRead
public int getBytesRead() -
getAcceptsPerSecond
public double getAcceptsPerSecond() -
getSocketErrors
public int getSocketErrors() -
getAccepts
public int getAccepts() -
getThreadsIdle
public int getThreadsIdle() -
isEnable
public boolean isEnable() -
getBindAddress
-
getReadThroughput
public int getReadThroughput() -
getQueue
public int getQueue() -
getRunTime
public int getRunTime() -
getWorkerThreads
-
getThreads
public int getThreads() -
getBytesWritten
public int getBytesWritten() -
getRequests
public int getRequests() -
getWorkTime
public int getWorkTime() -
getWriteThroughput
public double getWriteThroughput()
-