1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

Fix #1352, fix typo of daemon.

This commit is contained in:
winlin 2019-05-07 07:46:20 +08:00
parent ffe391aa49
commit 5d8fb01b45
6 changed files with 18 additions and 18 deletions

View file

@ -89,7 +89,7 @@ public:
// Get system rusage, use cache to avoid performance problem.
extern SrsRusage* srs_get_system_rusage();
// The deamon st-thread will update it.
// The daemon st-thread will update it.
extern void srs_update_system_rusage();
// To stat the process info.
@ -339,7 +339,7 @@ public:
extern SrsProcSelfStat* srs_get_self_proc_stat();
// Get system cpu stat, use cache to avoid performance problem.
extern SrsProcSystemStat* srs_get_system_proc_stat();
// The deamon st-thread will update it.
// The daemon st-thread will update it.
extern void srs_update_proc_stat();
// Stat disk iops
@ -446,7 +446,7 @@ public:
// Get disk stat, use cache to avoid performance problem.
extern SrsDiskStat* srs_get_disk_stat();
// The deamon st-thread will update it.
// The daemon st-thread will update it.
extern void srs_update_disk_stat();
// Stat system memory info
@ -487,7 +487,7 @@ public:
// Get system meminfo, use cache to avoid performance problem.
extern SrsMemInfo* srs_get_meminfo();
// The deamon st-thread will update it.
// The daemon st-thread will update it.
extern void srs_update_meminfo();
// system cpu hardware info.
@ -543,7 +543,7 @@ public:
// Get platform info, use cache to avoid performance problem.
extern SrsPlatformInfo* srs_get_platform_info();
// The deamon st-thread will update it.
// The daemon st-thread will update it.
extern void srs_update_platform_info();
// The network device summary for each network device, for example, eth0, eth1, ethN
@ -586,7 +586,7 @@ public:
// Get network devices info, use cache to avoid performance problem.
extern SrsNetworkDevices* srs_get_network_devices();
extern int srs_get_network_devices_count();
// The deamon st-thread will update it.
// The daemon st-thread will update it.
extern void srs_update_network_devices();
// The system connections, and srs rtmp network summary
@ -629,7 +629,7 @@ public:
// Get network devices info, use cache to avoid performance problem.
extern SrsNetworkRtmpServer* srs_get_network_rtmp_server();
// The deamon st-thread will update it.
// The daemon st-thread will update it.
extern void srs_update_rtmp_server(int nb_conn, SrsKbps* kbps);
// Get local or peer ip.