@Path(value="/") public class ServerInfo extends Object
Modifier and Type | Field and Description |
---|---|
String |
cpuName |
int |
nCores |
MavenVersion |
serverVersion |
Constructor and Description |
---|
ServerInfo()
Determine the OTP version and CPU type of the running server.
|
Modifier and Type | Method and Description |
---|---|
static ServerInfo |
getServerInfo() |
public MavenVersion serverVersion
public String cpuName
public int nCores
public ServerInfo()
@GET @Produces(value={"application/json","application/xml;qs=0.5","text/xml;qs=0.5"}) public static ServerInfo getServerInfo()
Copyright © 2019. All rights reserved.