|
ascii-chat 0.6.0
Real-time terminal-based video chat with ASCII art conversion
|
Server performance statistics structure. More...
#include <src/server/stats.h>
Data Fields | |
| uint64_t | frames_captured |
| uint64_t | frames_sent |
| uint64_t | frames_dropped |
| uint64_t | bytes_sent |
| double | avg_capture_fps |
| double | avg_send_fps |
Server performance statistics structure.
Tracks comprehensive performance metrics for the ascii-chat server including frame processing rates, bandwidth usage, and performance counters.
These statistics enable:
| double server_stats_t::avg_capture_fps |
Definition at line 52 of file stats.h.
Referenced by log_server_stats().
| double server_stats_t::avg_send_fps |
Definition at line 53 of file stats.h.
Referenced by log_server_stats().
| uint64_t server_stats_t::frames_captured |
Definition at line 48 of file stats.h.
Referenced by log_server_stats(), and update_server_stats().
| uint64_t server_stats_t::frames_dropped |
Definition at line 50 of file stats.h.
Referenced by log_server_stats(), and update_server_stats().
| uint64_t server_stats_t::frames_sent |
Definition at line 49 of file stats.h.
Referenced by log_server_stats(), and update_server_stats().