1
This commit is contained in:
parent
5128fde9fb
commit
cb2c70d388
@ -13,7 +13,7 @@ static void SavePerfLog()
|
|||||||
a8::UdpLog::Instance()->Info
|
a8::UdpLog::Instance()->Info
|
||||||
("max_run_delay_time:%d max_timer_idle:%d "
|
("max_run_delay_time:%d max_timer_idle:%d "
|
||||||
"in_data_size:%d out_data_size:%d msgnode_size:%d read_count:%d max_login_time:%d "
|
"in_data_size:%d out_data_size:%d msgnode_size:%d read_count:%d max_login_time:%d "
|
||||||
"max_join_time:%d online_num:%d watch_num:%d cache_users_num:%d ",
|
"login_ok_time:%d login_error_time:%d online_num:%d watch_num:%d cache_users_num:%d ",
|
||||||
{
|
{
|
||||||
PerfMonitor::Instance()->max_run_delay_time,
|
PerfMonitor::Instance()->max_run_delay_time,
|
||||||
PerfMonitor::Instance()->max_timer_idle,
|
PerfMonitor::Instance()->max_timer_idle,
|
||||||
@ -22,6 +22,8 @@ static void SavePerfLog()
|
|||||||
App::Instance()->msgnode_size_,
|
App::Instance()->msgnode_size_,
|
||||||
PerfMonitor::Instance()->read_count,
|
PerfMonitor::Instance()->read_count,
|
||||||
PerfMonitor::Instance()->max_login_time,
|
PerfMonitor::Instance()->max_login_time,
|
||||||
|
PerfMonitor::Instance()->login_ok_times,
|
||||||
|
PerfMonitor::Instance()->login_error_times,
|
||||||
PlayerMgr::Instance()->OnlineNum(),
|
PlayerMgr::Instance()->OnlineNum(),
|
||||||
PlayerMgr::Instance()->WatchPlayerNum(),
|
PlayerMgr::Instance()->WatchPlayerNum(),
|
||||||
DBHelper::Instance()->cache_users_hash.size()
|
DBHelper::Instance()->cache_users_hash.size()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user