Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for example_proc_cgroup (0.44 sec)

  1. pkg/util/procfs/example_proc_cgroup

    Ananya Kumar <******@****.***> 1438648113 -0700
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Aug 07 18:18:16 UTC 2015
    - 346 bytes
    - Viewed (0)
  2. pkg/util/procfs/procfs_linux_test.go

    	verifyContainerName(procCgroupValid, "docker/kubelet", false, t)
    
    	procCgroupEmpty := ""
    	verifyContainerName(procCgroupEmpty, "", true, t)
    
    	content, err := os.ReadFile("example_proc_cgroup")
    	if err != nil {
    		t.Errorf("Could not read example /proc cgroup file")
    	}
    	verifyContainerName(string(content), "/user/1000.user/c1.session", false, t)
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Oct 20 07:13:28 UTC 2022
    - 3.1K bytes
    - Viewed (0)
Back to top