This type is a class for model objects.
Configuration specifying the policy settings for performance monitoring of the application server.
Package: processexecAttributes Summary | |
maximumStartupAttempts : EInt | The number of times to try to spawn this process from another process, such as a process manager. |
pingInterval : EInt | Specifies the frequency of communication attempts between the parent process, such as the node agent, and the process it has spawned, such as an application server. Adjust this value based on your requirements for restarting failed servers. Decreasing the value detects failures sooner; increasing the value reduces the frequency of pings, reducing system overhead. |
pingTimeout : EInt | When a parent process is spawning a child process, such as when a process manager spawns a server, the parent process pings the child process to see whether the child was spawned successfully. This value specifies the number of milliseconds that the parent process should wait (after pinging the child process) before assuming that the child process failed. |
autoRestart : EBoolean | Whether the process will be restarted automatically on failure detection. |
nodeRestartState : RestartStateKind | The processing state that will be attained if autoRestart is enabled. |
Attribute Details |