Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for anonymizeCmdLine (0.09 sec)

  1. cmd/admin-handlers.go

    			m.Hosts[idx] = anonAddr(host)
    		}
    		for host, metrics := range m.ByHost {
    			m.ByHost[anonAddr(host)] = metrics
    			delete(m.ByHost, host)
    		}
    		return &m
    	}
    
    	anonymizeCmdLine := func(cmdLine string) string {
    		if anonParam != anonymizeStrict {
    			return cmdLine
    		}
    
    		if !globalIsDistErasure {
    			// FS mode - single server - hard code to `server1`
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Fri Oct 04 11:32:32 UTC 2024
    - 99.7K bytes
    - Viewed (0)
Back to top