Class ApiAdminStatsAction.ProcessObj
java.lang.Object
org.codelibs.fess.app.web.api.admin.stats.ApiAdminStatsAction.ProcessObj
- Enclosing class:
ApiAdminStatsAction
Data transfer object representing process statistics.
-
Field Summary
FieldsModifier and TypeFieldDescriptionCPU statistics for the process.File descriptor statistics for the process.Virtual memory statistics for the process. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
fileFescriptor
File descriptor statistics for the process. -
cpu
CPU statistics for the process. -
virtualMemory
Virtual memory statistics for the process.
-
-
Constructor Details
-
ProcessObj
public ProcessObj()Default constructor.
-