Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for sysosinfo (0.08 sec)

  1. cmd/admin-handlers.go

    				anonymizeAddr(&n)
    				healthInfo.Sys.NetInfo = append(healthInfo.Sys.NetInfo, n)
    			}
    			partialWrite(healthInfo)
    		}
    	}
    
    	getAndWriteOSInfo := func() {
    		if query.Get("sysosinfo") == "true" {
    			localOSInfo := madmin.GetOSInfo(healthCtx, globalLocalNodeName)
    			anonymizeAddr(&localOSInfo)
    			healthInfo.Sys.OSInfo = append(healthInfo.Sys.OSInfo, localOSInfo)
    
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Fri Oct 04 11:32:32 UTC 2024
    - 99.7K bytes
    - Viewed (0)
  2. api/go1.txt

    pkg syscall (linux-386), func Syscall6(uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno)
    pkg syscall (linux-386), func Sysinfo(*Sysinfo_t) error
    pkg syscall (linux-386), func Tee(int, int, int, int) (int64, error)
    pkg syscall (linux-386), func Tgkill(int, int, Signal) error
    pkg syscall (linux-386), func Time(*Time_t) (Time_t, error)
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Wed Aug 14 18:58:28 UTC 2013
    - 1.7M bytes
    - Viewed (0)
  3. api/go1.2.txt

    pkg syscall (linux-arm-cgo), func Syscall6(uintptr, uintptr, uintptr, uintptr, uintptr, uintptr, uintptr) (uintptr, uintptr, Errno)
    pkg syscall (linux-arm-cgo), func Sysinfo(*Sysinfo_t) error
    pkg syscall (linux-arm-cgo), func Tee(int, int, int, int) (int64, error)
    pkg syscall (linux-arm-cgo), func Tgkill(int, int, Signal) error
    pkg syscall (linux-arm-cgo), func Time(*Time_t) (Time_t, error)
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Fri Oct 18 04:36:59 UTC 2013
    - 1.9M bytes
    - Viewed (0)
Back to top