mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-11 02:15:48 +02:00
enhance: remove unused log and improve loading style
This commit is contained in:
parent
9f0107eeed
commit
32d7c74835
10 changed files with 68 additions and 69 deletions
|
@ -313,7 +313,6 @@ func getNginxProcessInfo() (map[string]interface{}, error) {
|
|||
// 转换为 MB
|
||||
memoryUsage := float64(mem.RSS) / 1024 / 1024
|
||||
totalMemory += memoryUsage
|
||||
logger.Debug("Master进程内存使用(MB):", memoryUsage)
|
||||
}
|
||||
|
||||
break
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue