Struct slurm_sys::stats_info_response_msg [] [src]

#[repr(C)]
pub struct stats_info_response_msg { pub parts_packed: u32, pub req_time: time_t, pub req_time_start: time_t, pub server_thread_count: u32, pub agent_queue_size: u32, pub dbd_agent_queue_size: u32, pub schedule_cycle_max: u32, pub schedule_cycle_last: u32, pub schedule_cycle_sum: u32, pub schedule_cycle_counter: u32, pub schedule_cycle_depth: u32, pub schedule_queue_len: u32, pub jobs_submitted: u32, pub jobs_started: u32, pub jobs_completed: u32, pub jobs_canceled: u32, pub jobs_failed: u32, pub jobs_running: u32, pub jobs_running_ts: time_t, pub bf_backfilled_jobs: u32, pub bf_last_backfilled_jobs: u32, pub bf_backfilled_pack_jobs: u32, pub bf_cycle_counter: u32, pub bf_cycle_sum: u64, pub bf_cycle_last: u32, pub bf_cycle_max: u32, pub bf_last_depth: u32, pub bf_last_depth_try: u32, pub bf_depth_sum: u32, pub bf_depth_try_sum: u32, pub bf_queue_len: u32, pub bf_queue_len_sum: u32, pub bf_when_last_cycle: time_t, pub bf_active: u32, pub rpc_type_size: u32, pub rpc_type_id: *mut u16, pub rpc_type_cnt: *mut u32, pub rpc_type_time: *mut u64, pub rpc_user_size: u32, pub rpc_user_id: *mut u32, pub rpc_user_cnt: *mut u32, pub rpc_user_time: *mut u64, }

Fields

Trait Implementations

impl Debug for stats_info_response_msg
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for stats_info_response_msg
[src]

impl Clone for stats_info_response_msg
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations