go.mondoo.com/cnquery@v0.0.0-20231005093811-59568235f6ea/providers/os/resources/procfs/testdata/process-pid1.toml (about)

     1  [files."/proc/1/io"]
     2  content = """
     3  rchar: 187997
     4  wchar: 16395
     5  syscr: 811
     6  syscw: 523
     7  read_bytes: 6021120
     8  write_bytes: 0
     9  cancelled_write_bytes: 0
    10  """
    11  
    12  [files."/proc/1/stat"]
    13  content = """
    14  1 (bash) S 0 1 1 34816 32 4210944 1693 2694 31 22 11 11 0 4 20 0 1 0 6947542 18948096 840 18446744073709551615 94459974447104 94459975508024 140721294598176 0 0 0 65536 3670020 1266777851 0 0 0 17 0 0 0 10 0 0 94459977608592 94459977655652 94460005707776 140721294602102 140721294602112 140721294602112 140721294602222 0
    15  """
    16  
    17  [files."/proc/1/statm"]
    18  content = """
    19  4626 840 732 260 0 145 0
    20  """
    21  
    22  [files."/proc/1/status"]
    23  content = """
    24  Name:	bash
    25  Umask:	0022
    26  State:	S (sleeping)
    27  Tgid:	1
    28  Ngid:	0
    29  Pid:	1
    30  PPid:	0
    31  TracerPid:	0
    32  Uid:	0	0	0	0
    33  Gid:	0	0	0	0
    34  FDSize:	256
    35  Groups:
    36  NStgid:	1
    37  NSpid:	1
    38  NSpgid:	1
    39  NSsid:	1
    40  VmPeak:	   18504 kB
    41  VmSize:	   18504 kB
    42  VmLck:	       0 kB
    43  VmPin:	       0 kB
    44  VmHWM:	    3360 kB
    45  VmRSS:	    3360 kB
    46  RssAnon:	     432 kB
    47  RssFile:	    2928 kB
    48  RssShmem:	       0 kB
    49  VmData:	     448 kB
    50  VmStk:	     132 kB
    51  VmExe:	    1040 kB
    52  VmLib:	    2484 kB
    53  VmPTE:	      60 kB
    54  VmPMD:	      12 kB
    55  VmSwap:	       0 kB
    56  HugetlbPages:	       0 kB
    57  Threads:	1
    58  SigQ:	0/7863
    59  SigPnd:	0000000000000000
    60  ShdPnd:	0000000000000000
    61  SigBlk:	0000000000010000
    62  SigIgn:	0000000000380004
    63  SigCgt:	000000004b817efb
    64  CapInh:	00000000a80425fb
    65  CapPrm:	00000000a80425fb
    66  CapEff:	00000000a80425fb
    67  CapBnd:	00000000a80425fb
    68  CapAmb:	0000000000000000
    69  Seccomp:	2
    70  Cpus_allowed:	3
    71  Cpus_allowed_list:	0-1
    72  Mems_allowed:	1
    73  Mems_allowed_list:	0
    74  voluntary_ctxt_switches:	529
    75  nonvoluntary_ctxt_switches:	133
    76  """
    77  
    78  [files."/proc/1/cmdline"]
    79  content = """
    80  /bin/bash
    81  """
    82  
    83  [files."/proc/sys/kernel/pid_max"]
    84  content = """
    85  32768
    86  """