beget_openapi_vps.model.statistic_get_process_list_response_process_list_process_info.StatisticGetProcessListResponseProcessListProcessInfo
| Input Type | Accessed Type | Description | Notes |
|---|---|---|---|
| dict, frozendict.frozendict, | frozendict.frozendict, |
| Key | Input Type | Accessed Type | Description | Notes |
|---|---|---|---|---|
| pid | decimal.Decimal, int, | decimal.Decimal, | [optional] | |
| nice | decimal.Decimal, int, | decimal.Decimal, | [optional] value must be a 32 bit integer | |
| virt | str, | str, | [optional] | |
| rss | str, | str, | [optional] | |
| state | str, | str, | [optional] | |
| cpu_percent | decimal.Decimal, int, float, | decimal.Decimal, | [optional] value must be a 32 bit float | |
| mem_percent | decimal.Decimal, int, float, | decimal.Decimal, | [optional] value must be a 32 bit float | |
| time_running | decimal.Decimal, int, float, | decimal.Decimal, | [optional] value must be a 32 bit float | |
| name | str, | str, | [optional] | |
| user | str, | str, | [optional] | |
| any_string_name | dict, frozendict.frozendict, str, date, datetime, int, float, bool, decimal.Decimal, None, list, tuple, bytes, io.FileIO, io.BufferedReader | frozendict.frozendict, str, BoolClass, decimal.Decimal, NoneClass, tuple, bytes, FileIO | any string name can be used but the value must be the correct type | [optional] |