MySQL 9.0.0
Source Code Documentation
http_counters.h File Reference
#include <atomic>
#include "mysqlrouter/http_server_lib_export.h"

Go to the source code of this file.

Namespaces

namespace  http
 
namespace  http::server
 

Variables

HTTP_SERVER_LIB_EXPORT std::atomic< uint64_t > http::server::http_connections_created {0}
 
HTTP_SERVER_LIB_EXPORT std::atomic< uint64_t > http::server::http_connections_closed {0}
 
HTTP_SERVER_LIB_EXPORT std::atomic< uint64_t > http::server::http_connections_reused {0}