Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for GetMemInfo (0.04 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. cmd/admin-handlers.go

    		}
    	}
    
    	getAndWriteMemInfo := func() {
    		if query.Get("sysmem") == "true" {
    			localMemInfo := madmin.GetMemInfo(healthCtx, globalLocalNodeName)
    			anonymizeAddr(&localMemInfo)
    			healthInfo.Sys.MemInfo = append(healthInfo.Sys.MemInfo, localMemInfo)
    
    			peerMemInfos := globalNotificationSys.GetMemInfo(healthCtx)
    			for _, m := range peerMemInfos {
    				anonymizeAddr(&m)
    Created: Sun Dec 28 19:28:13 GMT 2025
    - Last Modified: Sun Sep 28 20:59:21 GMT 2025
    - 99.7K bytes
    - Click Count (0)
Back to Top