#include <dnxWLM.h>
Data Fields | |
unsigned | jobs_succeeded |
The total number of successful jobs. | |
unsigned | jobs_failed |
The total number of unsuccessful jobs. | |
unsigned | threads_created |
The total number of threads created. | |
unsigned | threads_destroyed |
The total number of threads destroyed. | |
unsigned | total_threads |
The number of threads in existence. | |
unsigned | active_threads |
The number of threads currently busy. | |
unsigned | requests_sent |
The number of requests sent. | |
unsigned | jobs_received |
The number of jobs received. | |
unsigned | min_exec_time |
The minimum job execution time. | |
unsigned | avg_exec_time |
The average job execution time. | |
unsigned | max_exec_time |
The maximum job execution time. | |
unsigned | avg_total_threads |
The average number of threads existing. | |
unsigned | avg_active_threads |
The average number of threads active. | |
unsigned | thread_time |
The total amount of thread running time. | |
unsigned | job_time |
The total time spent processing jobs. | |
unsigned | packets_in |
The total number of packets read in. | |
unsigned | packets_out |
The total number of packets written out. |
Definition at line 51 of file dnxWLM.h.
unsigned DnxWlmStats::jobs_succeeded |
The total number of successful jobs.
Definition at line 53 of file dnxWLM.h.
Referenced by buildMgmtStatsReply(), and dnxWlmGetStats().
unsigned DnxWlmStats::jobs_failed |
The total number of unsuccessful jobs.
Definition at line 54 of file dnxWLM.h.
Referenced by buildMgmtStatsReply(), and dnxWlmGetStats().
unsigned DnxWlmStats::threads_created |
The total number of threads created.
Definition at line 55 of file dnxWLM.h.
Referenced by buildMgmtStatsReply(), and dnxWlmGetStats().
unsigned DnxWlmStats::threads_destroyed |
The total number of threads destroyed.
Definition at line 56 of file dnxWLM.h.
Referenced by buildMgmtStatsReply(), and dnxWlmGetStats().
unsigned DnxWlmStats::total_threads |
The number of threads in existence.
Definition at line 57 of file dnxWLM.h.
Referenced by buildMgmtStatsReply(), and dnxWlmGetStats().
unsigned DnxWlmStats::active_threads |
The number of threads currently busy.
Definition at line 58 of file dnxWLM.h.
Referenced by buildMgmtStatsReply(), and dnxWlmGetStats().
unsigned DnxWlmStats::requests_sent |
The number of requests sent.
Definition at line 59 of file dnxWLM.h.
Referenced by buildMgmtStatsReply(), and dnxWlmGetStats().
unsigned DnxWlmStats::jobs_received |
The number of jobs received.
Definition at line 60 of file dnxWLM.h.
Referenced by buildMgmtStatsReply(), and dnxWlmGetStats().
unsigned DnxWlmStats::min_exec_time |
The minimum job execution time.
Definition at line 61 of file dnxWLM.h.
Referenced by buildMgmtStatsReply(), and dnxWlmGetStats().
unsigned DnxWlmStats::avg_exec_time |
The average job execution time.
Definition at line 62 of file dnxWLM.h.
Referenced by buildMgmtStatsReply(), and dnxWlmGetStats().
unsigned DnxWlmStats::max_exec_time |
The maximum job execution time.
Definition at line 63 of file dnxWLM.h.
Referenced by buildMgmtStatsReply(), and dnxWlmGetStats().
unsigned DnxWlmStats::avg_total_threads |
The average number of threads existing.
Definition at line 64 of file dnxWLM.h.
Referenced by buildMgmtStatsReply(), and dnxWlmGetStats().
unsigned DnxWlmStats::avg_active_threads |
The average number of threads active.
Definition at line 65 of file dnxWLM.h.
Referenced by buildMgmtStatsReply(), and dnxWlmGetStats().
unsigned DnxWlmStats::thread_time |
The total amount of thread running time.
Definition at line 66 of file dnxWLM.h.
Referenced by buildMgmtStatsReply(), and dnxWlmGetStats().
unsigned DnxWlmStats::job_time |
The total time spent processing jobs.
Definition at line 67 of file dnxWLM.h.
Referenced by buildMgmtStatsReply(), and dnxWlmGetStats().
unsigned DnxWlmStats::packets_in |
The total number of packets read in.
Definition at line 68 of file dnxWLM.h.
Referenced by dnxWlmGetStats().
unsigned DnxWlmStats::packets_out |
The total number of packets written out.
Definition at line 69 of file dnxWLM.h.
Referenced by dnxWlmGetStats().