Panel uptime: {{ stats.panel_uptime | filter_duration_to_string }}
Browser uptime: {{ stats.browser_uptime | filter_duration_to_string }}
Browser restarts count: {{ stats.browser_restarts_count }}
Temp folder use / total: {{ stats.temp_folder_used | filter_bytes_to_mb }} Mb / {{ stats.temp_folder_size | filter_bytes_to_mb }} Mb
Temp folder max usage: {{ stats.temp_folder_max_usage | filter_bytes_to_mb }} Mb
Temp folder time to clean: {{ stats.temp_folder_time_to_clean | filter_duration_to_string }}
Queue size / max size since start: {{ stats.queue_size }} / {{ stats.queue_size_max }}
Envato downloads failed / success: {{ stats.download_failed }} / {{ stats.download_success }}
Browser current state: {{ stats.browser_state }}
Navigation timeout errors: {{ stats.error_navigation }}
Download click errors: {{ stats.error_download_click }}
Input select errors: {{ stats.error_input_click }}
Project add errors: {{ stats.error_add_click }}
Download start errors: {{ stats.error_download_start_timeout }}
Download complete errors: {{ stats.error_download_complete_timeout }}
Other errors: {{ stats.error_other }}
Page views: {{ stats.page_views }}
Local cache size: {{ stats.local_cache_size }}
Local images downloads 30 DAYS / TOTAL: {{ stats.histories_30_days }} / {{ stats.histories_all }}