You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**kernel_info** | [***serde_json::Value**](.md) | The kernel information, as returned by the kernel_info_request message |
24
+
**resource_usage** | [***models::ResourceUsage**](resourceUsage.md) | | [optional][default to None]
24
25
**idle_seconds** | **i32** | The number of seconds the session has been idle, or 0 if the session is busy |
25
26
**busy_seconds** | **i32** | The number of seconds the session has been busy, or 0 if the session is idle |
26
27
**socket_path** | **String** | The path to the Unix domain socket used to send/receive data from the session, if applicable | [optional][default to None]
**cpu_percent** | **i64** | The percentage of CPU used by the kernel process and its child processes |
7
+
**memory_bytes** | **i64** | The amount of memory used by the kernel process and all of its child processes in bytes |
8
+
**thread_count** | **i64** | The total number of threads used by the kernel process and its child processes (Linux only) |
9
+
**sampling_period_ms** | **i64** | The sampling period in milliseconds over which the resource usage was measured |
10
+
**timestamp** | **i64** | A Unix timestamp in milliseconds indicating when the resource usage was sampled |
11
+
12
+
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
**idle_shutdown_hours** | **i32** | The number of hours the server will wait before shutting down idle sessions (-1 if idle shutdown is disabled) | [optional][default to None]
7
+
**resource_sample_interval_ms** | **i32** | The interval in milliseconds at which resource usage is sampled. A value of 0 disables resource usage sampling. | [optional][default to None]
7
8
**log_level** | [***models::ServerConfigurationLogLevel**](serverConfiguration_log_level.md) | | [optional][default to None]
8
9
9
10
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
0 commit comments